{:namespaces ({:source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :wiki-url "http://clojure.github.com/clojure-contrib/accumulators-api.html", :name "clojure.contrib.accumulators", :author "Konrad Hinsen", :doc "A generic accumulator interface and implementations of various\naccumulators."} {:source-url "https://github.com/clojure/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/agent_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib/agent-utils-api.html", :name "clojure.contrib.agent-utils", :author "Christophe Grande", :doc "Miscellaneous agent utilities\n(note to other contrib members: feel free to add to this lib)"} {:source-url "https://github.com/clojure/clojure-contrib/blob/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/apply_macro.clj", :wiki-url "http://clojure.github.com/clojure-contrib/apply-macro-api.html", :name "clojure.contrib.apply-macro", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/7b661cfc55e2293d14bed4fd801c017b3f68d291/src/clojure/contrib/base64.clj", :wiki-url "http://clojure.github.com/clojure-contrib/base64-api.html", :name "clojure.contrib.base64", :author "Stuart Sierra", :doc "Base-64 encoding and (maybe later) decoding. \n\nThis is mainly here as an example. It is much slower than the\nApache Commons Codec implementation or sun.misc.BASE64Encoder."} {:source-url "https://github.com/clojure/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj", :wiki-url "http://clojure.github.com/clojure-contrib/classpath-api.html", :name "clojure.contrib.classpath", :author "Stuart Sierra", :doc "Utilities for dealing with the JVM's classpath"} {:source-url "https://github.com/clojure/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib/combinatorics-api.html", :name "clojure.contrib.combinatorics", :author "Mark Engelberg", :doc "Efficient, functional algorithms for generating lazy\nsequences for common combinatorial functions. (See the source code \nfor a longer description.)"} {:source-url "https://github.com/clojure/clojure-contrib/blob/ddd7bc2226927634dc0216554194877fa6f170e1/src/clojure/contrib/command_line.clj", :wiki-url "http://clojure.github.com/clojure-contrib/command-line-api.html", :name "clojure.contrib.command-line", :author "Chris Houser", :doc "Process command-line arguments according to a given cmdspec"} {:source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/complex_numbers.clj", :wiki-url "http://clojure.github.com/clojure-contrib/complex-numbers-api.html", :name "clojure.contrib.complex-numbers", :author "Konrad Hinsen", :doc "Complex numbers\nNOTE: This library is in evolution. Most math functions are\n not implemented yet."} {:source-url "https://github.com/clojure/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/cond.clj", :wiki-url "http://clojure.github.com/clojure-contrib/cond-api.html", :name "clojure.contrib.cond", :author "Stephen C. Gilardi", :doc "Extensions to the basic cond function."} {:source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib/condition-api.html", :name "clojure.contrib.condition", :author "Stephen C. Gilardi", :doc "Flexible raising and handling of conditions:\n\nFunctions:\n\n raise: raises a condition\n handler-case: dispatches raised conditions to appropriate handlers\n print-stack-trace: prints abbreviated or full condition stack traces\n\nData:\n\n A condition is a map containing values for these keys:\n\n - :type, a condition type specifier, typically a keyword\n - :stack-trace, a stack trace to the site of the raise\n - :message, a human-readable message (optional)\n - :cause, a wrapped exception or condition (optional)\n - other keys given as arguments to raise (optional)\n\nNote: requires AOT compilation.\n\nBased on an idea from Chouser:\nhttp://groups.google.com/group/clojure/browse_frm/thread/da1285c538f22bb5"} {:source-url "https://github.com/clojure/clojure-contrib/blob/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib/core-api.html", :name "clojure.contrib.core", :author "Laurent Petit (and others)", :doc "Functions/macros variants of the ones that can be found in clojure.core \n(note to other contrib members: feel free to add to this lib)"} {:source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib/dataflow-api.html", :name "clojure.contrib.dataflow", :author "Jeffrey Straszheim", :doc "A library to support a dataflow model of state"} {:source-url "https://github.com/clojure/clojure-contrib/blob/ab7e1757c4de4c5d05b8c286646c152d19e29825/src/clojure/contrib/datalog.clj", :wiki-url "http://clojure.github.com/clojure-contrib/datalog-api.html", :name "clojure.contrib.datalog", :author "Jeffrey Straszheim", :doc "A Clojure implementation of Datalog"} {:source-url "https://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib/def-api.html", :name "clojure.contrib.def", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib/duck-streams-api.html", :name "clojure.contrib.duck-streams", :author "Stuart Sierra", :doc "This file defines \"duck-typed\" I/O utility functions for Clojure.\nThe 'reader' and 'writer' functions will open and return an\ninstance of java.io.BufferedReader and java.io.PrintWriter,\nrespectively, for a variety of argument types -- filenames as\nstrings, URLs, java.io.File's, etc. 'reader' even works on http\nURLs.\n\nNote: this is not really \"duck typing\" as implemented in languages\nlike Ruby. A better name would have been \"do-what-I-mean-streams\"\nor \"just-give-me-a-stream\", but ducks are funnier."} {:source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib/error-kit-api.html", :name "clojure.contrib.error-kit", :author "Chris Houser", :doc "EXPERIMENTAL\nSystem for defining and using custom errors\nPlease contact Chouser if you have any suggestions for better names\nor API adjustments."} {:source-url "https://github.com/clojure/clojure-contrib/blob/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj", :wiki-url "http://clojure.github.com/clojure-contrib/except-api.html", :name "clojure.contrib.except", :author "Stephen C. Gilardi", :doc "Provides functions that make it easy to specify the class, cause, and\nmessage when throwing an Exception or Error. The optional message is\nformatted using clojure.core/format."} {:source-url "https://github.com/clojure/clojure-contrib/blob/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib/fcase-api.html", :name "clojure.contrib.fcase", :author "Stuart Sierra", :doc "This file defines a generic \"case\" macro called \"fcase\" which takes\nthe equality-testing function as an argument. It also defines a\ntraditional \"case\" macro that tests using \"=\" and variants that\ntest for regular expressions and class membership.\n\n\nNote (December 23, 2008): This library has been supplanted by the\ninclusion of \"condp\" in clojure.core as of Clojure SVN rev. 1180."} {:source-url "https://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib/find-namespaces-api.html", :name "clojure.contrib.find-namespaces", :author "Stuart Sierra", :doc "Search for ns declarations in dirs, JARs, or CLASSPATH"} {:source-url "https://github.com/clojure/clojure-contrib/blob/016af1ddecea945f0ae9e6354e2bd006efcd7a04/src/clojure/contrib/fnmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib/fnmap-api.html", :name "clojure.contrib.fnmap", :author "Stuart Sierra", :doc "Maps that dispatch get/assoc to user-defined functions.\n\nNote: requires AOT-compilation"} {:source-url "https://github.com/clojure/clojure-contrib/blob/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/gen_html_docs.clj", :wiki-url "http://clojure.github.com/clojure-contrib/gen-html-docs-api.html", :name "clojure.contrib.gen-html-docs", :author "Craig Andera", :doc "Generates a single HTML page that contains the documentation for\none or more Clojure libraries."} {:source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib/generic.arithmetic-api.html", :name "clojure.contrib.generic.arithmetic", :author "Konrad Hinsen", :doc "Generic arithmetic interface\nThis library defines generic versions of + - * / as multimethods\nthat can be defined for any type. The minimal required \nimplementations for a type are binary + and * plus unary - and /.\nEverything else is derived from these automatically. Explicit\nbinary definitions for - and / can be provided for\nefficiency reasons."} {:source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib/generic.collection-api.html", :name "clojure.contrib.generic.collection", :author "Konrad Hinsen", :doc "Generic arithmetic interface\nThis library defines generic versions of common\ncollection-related functions as multimethods that can be\ndefined for any type."} {:source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib/generic.comparison-api.html", :name "clojure.contrib.generic.comparison", :author "Konrad Hinsen", :doc "Generic comparison interface\nThis library defines generic versions of = < > <= >= zero?\nas multimethods that can be defined for any type. Of the\ngreater/less-than relations, types must minimally implement >."} {:source-url "https://github.com/clojure/clojure-contrib/blob/bdc813a0d39cb3c6184c4e123d847458e9c77711/src/clojure/contrib/generic/functor.clj", :wiki-url "http://clojure.github.com/clojure-contrib/generic.functor-api.html", :name "clojure.contrib.generic.functor", :author "Konrad Hinsen", :doc "Generic functor interface (fmap)"} {:source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib/generic.math-functions-api.html", :name "clojure.contrib.generic.math-functions", :author "Konrad Hinsen", :doc "Generic math function interface\nThis library defines generic versions of common mathematical\nfunctions such as sqrt or sin as multimethods that can be\ndefined for any type."} {:source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib/graph-api.html", :name "clojure.contrib.graph", :author "Jeffrey Straszheim", :doc "Basic graph theory algorithms"} {:source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib/greatest-least-api.html", :name "clojure.contrib.greatest-least", :author "Vincent Foley", :doc "Various functions for finding greatest and least values in a collection"} {:source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib/http.agent-api.html", :name "clojure.contrib.http.agent", :author "Stuart Sierra", :doc "Agent-based asynchronous HTTP client.\n\nThis is a HTTP client library based on Java's HttpURLConnection\nclass and Clojure's Agent system. It allows you to make multiple\nHTTP requests in parallel.\n\nStart an HTTP request with the 'http-agent' function, which\nimmediately returns a Clojure Agent. You will never deref this\nagent; that is handled by the accessor functions. The agent will\nexecute the HTTP request on a separate thread.\n\nIf you pass a :handler function to http-agent, that function will be\ncalled as soon as the HTTP response body is ready. The handler\nfunction is called with one argument, the HTTP agent itself. The\nhandler can read the response body by calling the 'stream' function\non the agent.\n\nThe value returned by the handler function becomes part of the state\nof the agent, and you can retrieve it with the 'result' function.\nIf you call 'result' before the HTTP request has finished, it will\nblock until the handler function returns.\n\nIf you don't provide a handler function, the default handler will\nbuffer the entire response body in memory, which you can retrieve\nwith the 'bytes', 'string', or 'stream' functions. Like 'result',\nthese functions will block until the HTTP request is completed.\n\nIf you want to check if an HTTP request is finished without\nblocking, use the 'done?' function.\n\nA single GET request could be as simple as:\n\n (string (http-agent \"http://www.stuartsierra.com/\"))\n\nA simple POST might look like:\n\n (http-agent \"http...\" :method \"POST\" :body \"foo=1\")\n\nAnd you could write the response directly to a file like this:\n\n (require '[clojure.contrib.duck-streams :as d])\n\n (http-agent \"http...\"\n :handler (fn [agnt] \n (with-open [w (d/writer \"/tmp/out\")] \n (d/copy (stream agnt) w))))"} {:source-url "https://github.com/clojure/clojure-contrib/blob/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj", :wiki-url "http://clojure.github.com/clojure-contrib/http.connection-api.html", :name "clojure.contrib.http.connection", :doc "Low-level HTTP client API around HttpURLConnection"} {:source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/import_static.clj", :wiki-url "http://clojure.github.com/clojure-contrib/import-static-api.html", :name "clojure.contrib.import-static", :author "Stuart Sierra", :doc "Import static Java methods/fields into Clojure"} {:source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/jar.clj", :wiki-url "http://clojure.github.com/clojure-contrib/jar-api.html", :name "clojure.contrib.jar", :author "Stuart Sierra", :doc "Utilities for working with Java JAR files"} {:source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib/java-utils-api.html", :name "clojure.contrib.java-utils", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/javadoc/browse.clj", :wiki-url "http://clojure.github.com/clojure-contrib/javadoc.browse-api.html", :name "clojure.contrib.javadoc.browse", :author "Christophe Grand", :doc "Start a web browser from Clojure"} {:source-url "https://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib/jmx-api.html", :name "clojure.contrib.jmx", :author "Stuart Halloway", :doc "JMX support for Clojure\n\nRequires post-Clojure 1.0 git edge for clojure.test, clojure.backtrace.\nThis is prerelease.\nThis API will change.\nSend reports to stu@thinkrelevance.com.\n\nUsage\n (require '[clojure.contrib.jmx :as jmx])\n\nWhat beans do I have?\n\n (jmx/mbean-names \"*:*\")\n -> # (:Verbose :ObjectPendingFinalizationCount \n :HeapMemoryUsage :NonHeapMemoryUsage)\n\nWhat is the value of an attribute? \n\n (jmx/read \"java.lang:type=Memory\" :ObjectPendingFinalizationCount)\n -> 0\n\nCan't I just have *all* the attributes in a Clojure map?\n\n (jmx/mbean \"java.lang:type=Memory\")\n -> {:NonHeapMemoryUsage\n {:used 16674024, :max 138412032, :init 24317952, :committed 24317952},\n :HeapMemoryUsage\n {:used 18619064, :max 85393408, :init 0, :committed 83230720},\n :ObjectPendingFinalizationCount 0,\n :Verbose false}\n\nCan I find and invoke an operation?\n\n (jmx/operation-names \"java.lang:type=Memory\")\n -> (:gc) \n (jmx/invoke \"java.lang:type=Memory\" :gc)\n -> nil\n\nWhat about some other process? Just run *any* of the above code\ninside a with-connection:\n\n (jmx/with-connection {:host \"localhost\", :port 3000} \n (jmx/mbean \"java.lang:type=Memory\"))\n -> {:ObjectPendingFinalizationCount 0, \n :HeapMemoryUsage ... etc.}\n\nCan I serve my own beans? Sure, just drop a Clojure ref\ninto an instance of clojure.contrib.jmx.Bean, and the bean\nwill expose read-only attributes for every key/value pair\nin the ref:\n\n (jmx/register-mbean\n (Bean.\n (ref {:string-attribute \"a-string\"}))\n \"my.namespace:name=Value\")"} {:source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/read.clj", :wiki-url "http://clojure.github.com/clojure-contrib/json.read-api.html", :name "clojure.contrib.json.read", :author "Stuart Sierra", :doc "JavaScript Object Notation (JSON) parser\n\nFor more information on JSON, see http://www.json.org/\n\nThis library parses data in JSON format. This is a fairly strict\nimplementation of JSON as described at json.org, not a full-fledged\nJavaScript parser. JavaScript functions and object constructors\nare not supported. Object field names must be quoted strings; they\nmay not be bare symbols.\n\nIf you want to convert map keys from strings to keywords, use\nclojure.contrib.walk/keywordize-keys"} {:source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/write.clj", :wiki-url "http://clojure.github.com/clojure-contrib/json.write-api.html", :name "clojure.contrib.json.write", :author "Stuart Sierra", :doc "JavaScript Object Notation (JSON) generator.\n\nThis library will generate JSON from the following types:\n * nil\n * all primitives (Boolean, Byte, Short, Integer, Long, Float, Double)\n * String (actually any CharSequence)\n * java.util.Map (including Clojure maps)\n * java.util.Collection (including Clojure vectors, lists, and sets)\n * Java arrays\n\nYou can extend this library to handle new types by adding methods to\nprint-json.\n\nThis library does NOT attempt to preserve round-trip equality between\nJSON and Clojure data types. That is, if you write a JSON string with\nthis library, then read it back with clojure.contrib.json.read, you\nwon't necessarily get the exact same data structure. For example,\nClojure sets are written as JSON arrays, which will be read back as\nClojure vectors.\n\nIf you want indented output, try the clojure-json library at\nhttp://github.com/danlarkin/clojure-json\n\nThis implementation attempts to follow the description of JSON at\n. Maps become JSON objects, all other collections\nbecome JSON arrays. JSON object keys are always converted to strings.\nWithin strings, all non-ASCII characters are hexadecimal escaped."} {:source-url "https://github.com/clojure/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj", :wiki-url "http://clojure.github.com/clojure-contrib/lazy-seqs-api.html", :name "clojure.contrib.lazy-seqs", :author "Stephen C. Gilardi", :doc "\n==== Lazy sequences ====\n\n primes - based on the \"naive\" implemention described in [1] plus a\n small \"wheel\" which eliminates multiples of 2, 3, 5, and\n 7 from consideration by incrementing past them. Also inspired\n by code from Christophe Grand in [2].\n\n fibs - all the Fibonacci numbers\n\n powers-of-2 - all the powers of 2\n\n ==== Lazy sequence functions ====\n\n (rotations, partition-all, shuffle, rand-elt moved to seq_utils.clj)\n (permutations and combinations moved to combinatorics.clj)\n\n [1] http://www.cs.hmc.edu/~oneill/papers/Sieve-JFP.pdf\n [2] http://clj-me.blogspot.com/2008/06/primes.html"} {:source-url "https://github.com/clojure/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib/lazy-xml-api.html", :name "clojure.contrib.lazy-xml", :author "Chris Houser", :doc "Functions to parse xml lazily and emit back to text."} {:source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib/logging-api.html", :name "clojure.contrib.logging", :author "Alex Taggart, Timothy Pratley", :doc "Logging macros which delegate to a specific logging implementation. At\nmacro-expansion-time a specific implementation is selected from, in order,\nApache commons-logging, log4j, and finally java.util.logging.\n\nLogging levels are specified by clojure keywords corresponding to the\nvalues used in log4j and commons-logging:\n :trace, :debug, :info, :warn, :error, :fatal\n\nLogging occurs with the log macro, or the level-specific convenience macros,\nwhich write either directly or via an agent. For performance reasons, direct\nlogging is enabled by default, but setting the *allow-direct-logging* boolean\natom to false will disable it. If logging is invoked within a transaction it\nwill always use an agent.\n\nThe log macros will not evaluate their 'message' unless the specific logging\nlevel is in effect. Alternately, you can use the spy macro when you have code\nthat needs to be evaluated, and also want to output the code and its result to\nthe debug log.\n\nUnless otherwise specified, the current namespace (as identified by *ns*) will\nbe used as the log-ns (similar to how the java class name is usually used).\nNote: your log configuration should display the name that was passed to the\nlogging implementation, and not perform stack-inspection, otherwise you'll see\nsomething like \"fn__72$impl_write_BANG__39__auto____81\" in your logs.\n\nUse the enabled? macro to write conditional code against the logging level\n(beyond simply whether or not to call log, which is handled automatically).\n\nYou can redirect all java writes of System.out and System.err to the log\nsystem by calling log-capture!. To rebind *out* and *err* to the log system\ninvoke with-logs. In both cases a log-ns (e.g., \"com.example.captured\")\nneeds to be specified to namespace the output."} {:source-url "https://github.com/clojure/clojure-contrib/blob/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib/macro-utils-api.html", :name "clojure.contrib.macro-utils", :author "Konrad Hinsen", :doc "Local macros and symbol macros\n\nLocal macros are defined by a macrolet form. They are usable only\ninside its body. Symbol macros can be defined globally\n(defsymbolmacro) or locally (symbol-macrolet). A symbol\nmacro defines a form that replaces a symbol during macro\nexpansion. Function arguments and symbols bound in let\nforms are not subject to symbol macro expansion.\n\nLocal macros are most useful in the definition of the expansion\nof another macro, they may be used anywhere. Global symbol\nmacros can be used only inside a with-symbol-macros form."} {:source-url "https://github.com/clojure/clojure-contrib/blob/59b6a660707837af10b69cc67fe9033ba528d22f/src/clojure/contrib/macros.clj", :wiki-url "http://clojure.github.com/clojure-contrib/macros-api.html", :name "clojure.contrib.macros", :author "Konrad Hinsen", :doc "Various small macros"} {:source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib/map-utils-api.html", :name "clojure.contrib.map-utils", :author "Jason Wolfe, Chris Houser", :doc "Utilities for operating on Clojure maps."} {:source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib/math-api.html", :name "clojure.contrib.math", :author "Mark Engelberg", :doc "Math functions that deal intelligently with the various\ntypes in Clojure's numeric tower, as well as math functions\ncommonly found in Scheme implementations.\n\nexpt - (expt x y) is x to the yth power, returns an exact number\n if the base is an exact number, and the power is an integer,\n otherwise returns a double.\nabs - (abs n) is the absolute value of n\ngcd - (gcd m n) returns the greatest common divisor of m and n\nlcm - (lcm m n) returns the least common multiple of m and n\n\nThe behavior of the next three functions on doubles is consistent\nwith the behavior of the corresponding functions\nin Java's Math library, but on exact numbers, returns an integer.\n\nfloor - (floor n) returns the greatest integer less than or equal to n.\n If n is an exact number, floor returns an integer,\n otherwise a double.\nceil - (ceil n) returns the least integer greater than or equal to n.\n If n is an exact number, ceil returns an integer,\n otherwise a double.\nround - (round n) rounds to the nearest integer.\n round always returns an integer. round rounds up for values\n exactly in between two integers.\n\n\nsqrt - Implements the sqrt behavior I'm accustomed to from PLT Scheme,\n specifically, if the input is an exact number, and is a square\n of an exact number, the output will be exact. The downside\n is that for the common case (inexact square root), some extra\n computation is done to look for an exact square root first.\n So if you need blazingly fast square root performance, and you\n know you're just going to need a double result, you're better\n off calling java's Math/sqrt, or alternatively, you could just\n convert your input to a double before calling this sqrt function.\n If Clojure ever gets complex numbers, then this function will\n need to be updated (so negative inputs yield complex outputs).\nexact-integer-sqrt - Implements a math function from the R6RS Scheme\n standard. (exact-integer-sqrt k) where k is a non-negative integer,\n returns [s r] where k = s^2+r and k < (s+1)^2. In other words, it\n returns the floor of the square root and the "} {:source-url "https://github.com/clojure/clojure-contrib/blob/62976a684da2984bec184324dfb3269b7de916e5/src/clojure/contrib/miglayout.clj", :wiki-url "http://clojure.github.com/clojure-contrib/miglayout-api.html", :name "clojure.contrib.miglayout", :author "Stephen C. Gilardi", :doc "Clojure support for the MiGLayout layout manager\nhttp://www.miglayout.com/\n\nExample:\n\n (use '[clojure.contrib.miglayout.test :as mlt :only ()])\n (dotimes [i 5] (mlt/run-test i))"} {:source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib/mmap-api.html", :name "clojure.contrib.mmap", :author "Chris Houser", :doc "Functions for memory-mapping files, plus some functions that use a\nmmaped file for \"normal\" activies -- slurp, load-file, etc."} {:source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib/mock-api.html", :name "clojure.contrib.mock", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib/monadic-io-streams-api.html", :name "clojure.contrib.monadic-io-streams", :author "Konrad Hinsen", :doc "Monadic I/O with Java input/output streams\nDefines monadic I/O statements to be used in a state monad\nwith an input or output stream as the state. The macro\nmonadic-io creates a stream, runs a monadic I/O statement\non it, and closes the stream. This structure permits the\ndefinition of purely functional compound I/O statements\nwhich are applied to streams that can never escape from the\nmonadic statement sequence."} {:source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib/monads-api.html", :name "clojure.contrib.monads", :author "Konrad Hinsen", :doc "This library contains the most commonly used monads as well\nas macros for defining and using monads and useful monadic\nfunctions."} {:source-url "https://github.com/clojure/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib/ns-utils-api.html", :name "clojure.contrib.ns-utils", :author "Stephen C. Gilardi", :doc "Namespace utilities"} {:source-url "https://github.com/clojure/clojure-contrib/blob/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib/pprint-api.html", :name "clojure.contrib.pprint", :author "Tom Faulhaber", :doc "This module comprises two elements:\n1) A pretty printer for Clojure data structures, implemented in the \n function \"pprint\"\n2) A Common Lisp compatible format function, implemented as \n \"cl-format\" because Clojure is using the name \"format\" \n for its Java-based format function.\n\nSee documentation for those functions for more information or complete \ndocumentation on the the clojure-contrib web site on github."} {:source-url "https://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib/probabilities.finite-distributions-api.html", :name "clojure.contrib.probabilities.finite-distributions", :author "Konrad Hinsen", :doc "Finite probability distributions\nThis library defines a monad for combining finite probability\ndistributions."} {:source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib/probabilities.monte-carlo-api.html", :name "clojure.contrib.probabilities.monte-carlo", :author "Konrad Hinsen", :doc "Monte-Carlo method support\n\nMonte-Carlo methods transform an input random number stream\n(usually having a continuous uniform distribution in the\ninterval [0, 1)) into a random number stream whose distribution\nsatisfies certain conditions (usually the expectation value\nis equal to some desired quantity). They are thus\ntransformations from one probability distribution to another one.\n\nThis library represents a Monte-Carlo method by a function that\ntakes as input the state of a random number stream with\nuniform distribution (see\nclojure.contrib.probabilities.random-numbers) and returns a\nvector containing one sample value of the desired output\ndistribution and the final state of the input random number\nstream. Such functions are state monad values and can be\ncomposed using operations defined in clojure.contrib.monads."} {:source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/random_numbers.clj", :wiki-url "http://clojure.github.com/clojure-contrib/probabilities.random-numbers-api.html", :name "clojure.contrib.probabilities.random-numbers", :author "Konrad Hinsen", :doc "Random number streams\n\nThis library provides random number generators with a common\nstream interface. They all produce pseudo-random numbers that are\nuniformly distributed in the interval [0, 1), i.e. 0 is a\npossible value but 1 isn't. For transformations to other\ndistributions, see clojure.contrib.probabilities.monte-carlo.\n\nAt the moment, the only generator provided is a rather simple\nlinear congruential generator."} {:source-url "https://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib/profile-api.html", :name "clojure.contrib.profile", :author "Stuart Sierra", :doc "Simple code profiling & timing measurement.\n\nWrap any section of code in the prof macro, giving it a name, like this:\n\n (defn my-function [x y]\n (let [sum (prof :addition (+ x y))\n product (prof :multiplication (* x y))]\n [sum product]))\n\nThe run your code in the profile macro, like this:\n\n (profile (dotimes [i 10000] (my-function 3 4)))\n\nWhich prints a report for each named section of code:\n\n Name mean min max count sum\n addition 265 0 37000 10000 2655000\nmultiplication 274 0 53000 10000 2747000\n\nTimes are measured in nanoseconds, to the maximum precision available\nunder the JVM. See the function documentation for more details."} {:source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj", :wiki-url "http://clojure.github.com/clojure-contrib/prxml-api.html", :name "clojure.contrib.prxml", :author "Stuart Sierra", :doc "Compact syntax for generating XML. See the documentation of \"prxml\" \nfor details."} {:source-url "https://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib/repl-ln-api.html", :name "clojure.contrib.repl-ln", :author "Stephen C. Gilardi", :doc "A repl with that provides support for lines and line numbers in the\ninput stream."} {:source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib/repl-utils-api.html", :name "clojure.contrib.repl-utils", :author "Chris Houser, Christophe Grand, Stephen Gilardi", :doc "Utilities meant to be used interactively at the REPL"} {:source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib/seq-utils-api.html", :name "clojure.contrib.seq-utils", :author "Stuart Sierra (and others)", :doc "Sequence utilities for Clojure"} {:source-url "https://github.com/clojure/clojure-contrib/blob/37dad8c37622669271357cfceec03e391cc10e17/src/clojure/contrib/server_socket.clj", :wiki-url "http://clojure.github.com/clojure-contrib/server-socket-api.html", :name "clojure.contrib.server-socket", :author "Craig McDaniel", :doc "Server socket library - includes REPL on socket"} {:source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj", :wiki-url "http://clojure.github.com/clojure-contrib/set-api.html", :name "clojure.contrib.set", :author "Jason Wolfe", :doc "Clojure functions for operating on sets (supplemental to clojure.set)"} {:source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/shell_out.clj", :wiki-url "http://clojure.github.com/clojure-contrib/shell-out-api.html", :name "clojure.contrib.shell-out", :author "Chris Houser", :doc "Conveniently launch a sub-process providing to its stdin and\ncollecting its stdout"} {:source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj", :wiki-url "http://clojure.github.com/clojure-contrib/singleton-api.html", :name "clojure.contrib.singleton", :author "Stuart Sierra", :doc "Singleton functions"} {:source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib/sql-api.html", :name "clojure.contrib.sql", :author "Stephen C. Gilardi", :doc "A Clojure interface to sql databases via jdbc\n\nSee clojure.contrib.sql.test for an example"} {:source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib/str-utils-api.html", :name "clojure.contrib.str-utils", :author "Stuart Sierra", :doc "String utilities for Clojure"} {:source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib/str-utils2-api.html", :name "clojure.contrib.str-utils2", :author "Stuart Sierra", :doc "This is a library of string manipulation functions. It\nis intented as a replacement for clojure.contrib.str-utils.\n\nYou cannot (use 'clojure.contrib.str-utils2) because it defines\nfunctions with the same names as functions in clojure.core.\nInstead, do (require '[clojure.contrib.str-utils2 :as s]) \nor something similar.\n\nGoals:\n 1. Be functional\n 2. String argument first, to work with ->\n 3. Performance linear in string length\n\nSome ideas are borrowed from\nhttp://github.com/francoisdevlin/devlinsf-clojure-utils/"} {:source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib/stream-utils-api.html", :name "clojure.contrib.stream-utils", :author "Konrad Hinsen", :doc "Functions for setting up computational pipelines via data streams.\n\nNOTE: This library is experimental. It may change significantly\n with future release.\n\nThis library defines:\n- an abstract stream type, whose interface consists of the\n multimethod stream-next\n- a macro for implementing streams\n- implementations of stream for\n 1) Clojure sequences, and vectors\n 2) nil, representing an empty stream\n- tools for writing stream transformers, including the\n monad stream-m\n- various utility functions for working with streams\n\nStreams are building blocks in the construction of computational\npipelines. A stream is represented by its current state plus\na function that takes a stream state and obtains the next item\nin the stream as well as the new stream state. The state is\nimplemented as a Java class or a Clojure type (as defined by the\nfunction clojure.core/type), and the function is provided as an\nimplementation of the multimethod stream-next for this class or type.\n\nWhile setting up pipelines using this mechanism is somewhat more\ncumbersome than using Clojure's lazy seq mechanisms, there are a\nfew advantages:\n- The state of a stream can be stored in any Clojure data structure,\n and the stream can be re-generated from it any number of times.\n Any number of states can be stored this way.\n- The elements of the stream are never cached, so keeping a reference\n to a stream state does not incur an uncontrollable memory penalty.\n\nNote that the stream mechanism is thread-safe as long as the\nconcrete stream implementations do not use any mutable state.\n\nStream transformers take any number of input streams and produce one\noutput stream. They are typically written using the stream-m\nmonad. In the definition of a stream transformer, (pick s) returns\nthe next value of stream argument s, whereas pick-all returns the\nnext value of all stream arguments in the form of a vector."} {:source-url "https://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib/swing-utils-api.html", :name "clojure.contrib.swing-utils", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib/test-is-api.html", :name "clojure.contrib.test-is", :author "Stuart Sierra", :doc "Backwards-compatibility for clojure.contrib.test-is\n\nThe clojure.contrib.test-is library moved from Contrib into the\nClojure distribution as clojure.test.\n\nThis happened on or around clojure-contrib Git commit\n82cf0409d0fcb71be477ebfc4da18ee2128a2ad1 on June 25, 2009.\n\nThis file makes the clojure.test interface available under the old\nnamespace clojure.contrib.test-is.\n\nThis includes support for the old syntax of the 'are' macro.\n\nThis was suggested by Howard Lewis Ship in ticket #26, \nhttp://www.assembla.com/spaces/clojure-contrib/tickets/26"} {:source-url "https://github.com/clojure/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib/trace-api.html", :name "clojure.contrib.trace", :author "Stuart Sierra, Michel Salim", :doc "This file defines simple \"tracing\" macros to help you see what your\ncode is doing."} {:source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj", :wiki-url "http://clojure.github.com/clojure-contrib/types-api.html", :name "clojure.contrib.types", :author "Konrad Hinsen", :doc "General and algebraic data types"} {:source-url "https://github.com/clojure/clojure-contrib/blob/f24f6412a1cee7015285856e5e4fc6ddc3974439/src/clojure/contrib/with_ns.clj", :wiki-url "http://clojure.github.com/clojure-contrib/with-ns-api.html", :name "clojure.contrib.with-ns", :author "Stuart Sierra", :doc "Temporary namespace macro"} {:source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib/zip-filter-api.html", :name "clojure.contrib.zip-filter", :author "Chris Houser", :doc "System for filtering trees and nodes generated by zip.clj in\ngeneral, and xml trees in particular."} {:source-url "https://github.com/clojure/clojure-contrib/blob/443409f56420f3dc7972131c34c189e63d28fdcb/src/clojure/contrib/condition/Condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib/condition.Condition-api.html", :name "clojure.contrib.condition.Condition", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib/datalog.database-api.html", :name "clojure.contrib.datalog.database", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib/datalog.literals-api.html", :name "clojure.contrib.datalog.literals", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib/datalog.magic-api.html", :name "clojure.contrib.datalog.magic", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib/datalog.rules-api.html", :name "clojure.contrib.datalog.rules", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/softstrat.clj", :wiki-url "http://clojure.github.com/clojure-contrib/datalog.softstrat-api.html", :name "clojure.contrib.datalog.softstrat", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib/datalog.util-api.html", :name "clojure.contrib.datalog.util", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj", :wiki-url "http://clojure.github.com/clojure-contrib/miglayout.example-api.html", :name "clojure.contrib.miglayout.example", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib/miglayout.internal-api.html", :name "clojure.contrib.miglayout.internal", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib/miglayout.test-api.html", :name "clojure.contrib.miglayout.test", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib/mock.test-adapter-api.html", :name "clojure.contrib.mock.test-adapter", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj", :wiki-url "http://clojure.github.com/clojure-contrib/pprint.examples.json-api.html", :name "clojure.contrib.pprint.examples.json", :author "Tom Faulhaber (based on the version by Stuart Sierra)", :doc "Pretty printing JavaScript Object Notation (JSON) generator.\n\nThis is an example of using a pretty printer dispatch function to generate JSON output"} {:source-url "https://github.com/clojure/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib/pprint.examples.xml-api.html", :name "clojure.contrib.pprint.examples.xml", :author "Tom Faulhaber, based on the original by Stuart Sierra", :doc "A version of prxml that uses a pretty print dispatch function."} {:source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib/sql.internal-api.html", :name "clojure.contrib.sql.internal", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib/sql.test-api.html", :name "clojure.contrib.sql.test", :doc nil} {:source-url "https://github.com/clojure/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib/zip-filter.xml-api.html", :name "clojure.contrib.zip-filter.xml", :doc nil}), :vars ({:arglists ([acc item]), :name "add", :namespace "clojure.contrib.accumulators", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L31", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/add", :doc "Add item to the accumulator acc. The exact meaning of adding an\nan item depends on the type of the accumulator.", :var-type "multimethod", :line 31, :file "clojure/contrib/accumulators.clj"} {:arglists ([acc items]), :name "add-items", :namespace "clojure.contrib.accumulators", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L37", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/add-items", :doc "Add all elements of a collection coll to the accumulator acc.", :var-type "function", :line 37, :file "clojure/contrib/accumulators.clj"} {:arglists ([& accs]), :name "combine", :namespace "clojure.contrib.accumulators", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L42", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/combine", :doc "Combine the values of the accumulators acc1 and acc2 into a\nsingle accumulator of the same type.", :var-type "multimethod", :line 42, :file "clojure/contrib/accumulators.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L271", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-counter", :namespace "clojure.contrib.accumulators", :line 271, :file "clojure/contrib/accumulators.clj", :var-type "var", :doc "An empty counter accumulator. Its value is a map that stores for\nevery item the number of times it was added.", :name "empty-counter"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L292", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-counter-with-total", :namespace "clojure.contrib.accumulators", :line 292, :file "clojure/contrib/accumulators.clj", :var-type "var", :doc "An empty counter-with-total accumulator. It works like the counter\naccumulator, except that the total number of items added is stored as the\nvalue of the key :total.", :name "empty-counter-with-total"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L88", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-list", :namespace "clojure.contrib.accumulators", :line 88, :file "clojure/contrib/accumulators.clj", :var-type "var", :doc "An empty list accumulator. Adding an item appends it at the beginning.", :name "empty-list"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L145", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-map", :namespace "clojure.contrib.accumulators", :line 145, :file "clojure/contrib/accumulators.clj", :var-type "var", :doc "An empty map accumulator. Items to be added must be [key value] pairs.", :name "empty-map"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L185", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-maximum", :namespace "clojure.contrib.accumulators", :line 185, :file "clojure/contrib/accumulators.clj", :var-type "var", :doc "An empty maximum accumulator. Only numbers can be added.", :name "empty-maximum"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L232", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-mean-variance", :namespace "clojure.contrib.accumulators", :line 232, :file "clojure/contrib/accumulators.clj", :var-type "var", :doc "An empty mean-variance accumulator, combining sample mean and\nsample variance. Only numbers can be added.", :name "empty-mean-variance"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L207", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-min-max", :namespace "clojure.contrib.accumulators", :line 207, :file "clojure/contrib/accumulators.clj", :var-type "var", :doc "An empty min-max accumulator, combining minimum and maximum.\nOnly numbers can be added.", :name "empty-min-max"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L191", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-minimum", :namespace "clojure.contrib.accumulators", :line 191, :file "clojure/contrib/accumulators.clj", :var-type "var", :doc "An empty minimum accumulator. Only numbers can be added.", :name "empty-minimum"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L177", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-product", :namespace "clojure.contrib.accumulators", :line 177, :file "clojure/contrib/accumulators.clj", :var-type "var", :doc "An empty sum accumulator. Only numbers can be added.", :name "empty-product"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L102", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-queue", :namespace "clojure.contrib.accumulators", :line 102, :file "clojure/contrib/accumulators.clj", :var-type "var", :doc "An empty queue accumulator. Adding an item appends it at the end.", :name "empty-queue"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L116", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-set", :namespace "clojure.contrib.accumulators", :line 116, :file "clojure/contrib/accumulators.clj", :var-type "var", :doc "An empty set accumulator.", :name "empty-set"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L130", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-string", :namespace "clojure.contrib.accumulators", :line 130, :file "clojure/contrib/accumulators.clj", :var-type "var", :doc "An empty string accumulator. Adding an item (string or character)\nappends it at the end.", :name "empty-string"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L174", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-sum", :namespace "clojure.contrib.accumulators", :line 174, :file "clojure/contrib/accumulators.clj", :var-type "var", :doc "An empty sum accumulator. Only numbers can be added.", :name "empty-sum"} {:arglists ([empty-accumulators]), :name "empty-tuple", :namespace "clojure.contrib.accumulators", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L310", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-tuple", :doc "Returns an accumulator tuple with the supplied empty-accumulators\nas its value. Accumulator tuples consist of several accumulators that\nwork in parallel. Added items must be sequences whose number of elements\nmatches the number of sub-accumulators.", :var-type "function", :line 310, :file "clojure/contrib/accumulators.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L74", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-vector", :namespace "clojure.contrib.accumulators", :line 74, :file "clojure/contrib/accumulators.clj", :var-type "var", :doc "An empty vector accumulator. Adding an item appends it at the end.", :name "empty-vector"} {:arglists ([vars agent action & args]), :name "capture-and-send", :namespace "clojure.contrib.agent-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/agent_utils.clj#L22", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/agent_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//agent-utils-api.html#clojure.contrib.agent-utils/capture-and-send", :doc "Capture the current value of the specified vars and rebind \nthem on the agent thread before executing the action.\n\nExample:\n (capture-and-send [*out*] a f b c)", :var-type "macro", :line 22, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/agent_utils.clj"} {:arglists ([macro & args]), :name "apply-macro", :namespace "clojure.contrib.apply-macro", :source-url "https://github.com/clojure/clojure-contrib/blob/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/apply_macro.clj#L32", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/apply_macro.clj", :wiki-url "http://clojure.github.com/clojure-contrib//apply-macro-api.html#clojure.contrib.apply-macro/apply-macro", :doc "This is evil. Don't ever use it. It makes a macro behave like a\nfunction. Seriously, how messed up is that?\n\nEvaluates all args, then uses them as arguments to the macro as with\napply.\n\n(def things [true true false])\n(apply-macro and things)\n;; Expands to: (and true true false)", :var-type "macro", :line 32, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/apply_macro.clj"} {:arglists ([input output alphabet line-length]), :name "encode", :namespace "clojure.contrib.base64", :source-url "https://github.com/clojure/clojure-contrib/blob/7b661cfc55e2293d14bed4fd801c017b3f68d291/src/clojure/contrib/base64.clj#L27", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7b661cfc55e2293d14bed4fd801c017b3f68d291/src/clojure/contrib/base64.clj", :wiki-url "http://clojure.github.com/clojure-contrib//base64-api.html#clojure.contrib.base64/encode", :doc "Encodes bytes of input, writing Base 64 text on output. alphabet\nis a 65-character String containing the 64 characters to use in the\nencoding; the 65th character is the pad character. line-length is\nthe maximum number of characters per line, nil for no line breaks.", :var-type "function", :line 27, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/base64.clj"} {:arglists ([s] [s encoding line-length]), :name "encode-str", :namespace "clojure.contrib.base64", :source-url "https://github.com/clojure/clojure-contrib/blob/7b661cfc55e2293d14bed4fd801c017b3f68d291/src/clojure/contrib/base64.clj#L79", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7b661cfc55e2293d14bed4fd801c017b3f68d291/src/clojure/contrib/base64.clj", :wiki-url "http://clojure.github.com/clojure-contrib//base64-api.html#clojure.contrib.base64/encode-str", :doc "Encodes String in base 64; returns a String. If not specified,\nencoding is UTF-8 and line-length is nil.", :var-type "function", :line 79, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/base64.clj"} {:arglists ([]), :name "classpath", :namespace "clojure.contrib.classpath", :source-url "https://github.com/clojure/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj#L23", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj", :wiki-url "http://clojure.github.com/clojure-contrib//classpath-api.html#clojure.contrib.classpath/classpath", :doc "Returns a sequence of File objects of the elements on CLASSPATH.", :var-type "function", :line 23, :file "clojure/contrib/classpath.clj"} {:arglists ([]), :name "classpath-directories", :namespace "clojure.contrib.classpath", :source-url "https://github.com/clojure/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj#L30", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj", :wiki-url "http://clojure.github.com/clojure-contrib//classpath-api.html#clojure.contrib.classpath/classpath-directories", :doc "Returns a sequence of File objects for the directories on classpath.", :var-type "function", :line 30, :file "clojure/contrib/classpath.clj"} {:arglists ([]), :name "classpath-jarfiles", :namespace "clojure.contrib.classpath", :source-url "https://github.com/clojure/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj#L35", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj", :wiki-url "http://clojure.github.com/clojure-contrib//classpath-api.html#clojure.contrib.classpath/classpath-jarfiles", :doc "Returns a sequence of JarFile objects for the JAR files on classpath.", :var-type "function", :line 35, :file "clojure/contrib/classpath.clj"} {:arglists ([& seqs]), :name "cartesian-product", :namespace "clojure.contrib.combinatorics", :source-url "https://github.com/clojure/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L107", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/cartesian-product", :doc "All the ways to take one item from each sequence", :var-type "function", :line 107, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj"} {:arglists ([items n]), :name "combinations", :namespace "clojure.contrib.combinatorics", :source-url "https://github.com/clojure/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L90", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/combinations", :doc "All the unique ways of taking n different elements from items", :var-type "function", :line 90, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj"} {:arglists ([c]), :name "lex-permutations", :namespace "clojure.contrib.combinatorics", :source-url "https://github.com/clojure/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L151", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/lex-permutations", :doc "Fast lexicographic permutation generator for a sequence of numbers", :var-type "function", :line 151, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj"} {:arglists ([items]), :name "permutations", :namespace "clojure.contrib.combinatorics", :source-url "https://github.com/clojure/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L160", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/permutations", :doc "All the permutations of items, lexicographic by index", :var-type "function", :line 160, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj"} {:arglists ([items n]), :name "selections", :namespace "clojure.contrib.combinatorics", :source-url "https://github.com/clojure/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L127", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/selections", :doc "All the ways of taking n (possibly the same) elements from the sequence of items", :var-type "function", :line 127, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj"} {:arglists ([items]), :name "subsets", :namespace "clojure.contrib.combinatorics", :source-url "https://github.com/clojure/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L101", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/subsets", :doc "All the subsets of items", :var-type "function", :line 101, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj"} {:arglists ([args desc cmdspec & body]), :name "with-command-line", :namespace "clojure.contrib.command-line", :source-url "https://github.com/clojure/clojure-contrib/blob/ddd7bc2226927634dc0216554194877fa6f170e1/src/clojure/contrib/command_line.clj#L91", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/ddd7bc2226927634dc0216554194877fa6f170e1/src/clojure/contrib/command_line.clj", :wiki-url "http://clojure.github.com/clojure-contrib//command-line-api.html#clojure.contrib.command-line/with-command-line", :doc "Bind locals to command-line args.", :var-type "macro", :line 91, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/command_line.clj"} {:arglists ([bindings & clauses]), :name "cond-let", :namespace "clojure.contrib.cond", :source-url "https://github.com/clojure/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/cond.clj#L18", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/cond.clj", :wiki-url "http://clojure.github.com/clojure-contrib//cond-api.html#clojure.contrib.cond/cond-let", :doc "Takes a binding-form and a set of test/expr pairs. Evaluates each test\none at a time. If a test returns logical true, cond-let evaluates and\nreturns expr with binding-form bound to the value of test and doesn't\nevaluate any of the other tests or exprs. To provide a default value\neither provide a literal that evaluates to logical true and is\nbinding-compatible with binding-form, or use :else as the test and don't\nrefer to any parts of binding-form in the expr. (cond-let binding-form)\nreturns nil.", :var-type "macro", :line 18, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/cond.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj#L56", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/*full-stack-traces*", :namespace "clojure.contrib.condition", :line 56, :file "clojure/contrib/condition.clj", :var-type "var", :doc "Bind to true to include clojure.{core,lang,main} frames in stack\ntraces", :name "*full-stack-traces*"} {:arglists ([dispatch-fn & body]), :name "handler-case", :namespace "clojure.contrib.condition", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj#L71", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/handler-case", :doc "Executes body in a context where raised conditions can be handled.\n\ndispatch-fn accepts a raised condition (a map) and returns a selector\nused to choose a handler. Commonly, dispatch-fn will be :type to dispatch\non the condition's :type value.\n\nHandlers are forms within body:\n\n (handle key\n ...)\n\nIf a condition is raised, executes the body of the first handler whose\nkey satisfies (isa? selector key). If no handlers match, re-raises the\ncondition.\n\nWhile a handler is running, *condition* is bound to the condition being\nhandled and *selector* is bound to to the value returned by dispatch-fn\nthat matched the handler's key.", :var-type "macro", :line 71, :file "clojure/contrib/condition.clj"} {:arglists ([x]), :name "print-stack-trace", :namespace "clojure.contrib.condition", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj#L128", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/print-stack-trace", :doc "Prints a stack trace for a condition or Throwable. Skips frames for\nclasses in clojure.{core,lang,main} unless the *full-stack-traces* is\nbound to logical true", :var-type "function", :line 128, :file "clojure/contrib/condition.clj"} {:arglists ([] [m] [key val & keyvals]), :name "raise", :namespace "clojure.contrib.condition", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj#L60", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/raise", :doc "Raises a condition. With no arguments, re-raises the current condition.\nWith one argument (a map), raises the argument. With two or more\narguments, raises a map with keys and values from the arguments.", :var-type "macro", :line 60, :file "clojure/contrib/condition.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj#L106", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/stack-trace-info", :namespace "clojure.contrib.condition", :line 106, :file "clojure/contrib/condition.clj", :var-type "multimethod", :doc "Returns header, stack-trace, and cause info from conditions and\nThrowables", :name "stack-trace-info"} {:arglists ([x form] [x form & forms]), :name "-?>", :namespace "clojure.contrib.core", :source-url "https://github.com/clojure/clojure-contrib/blob/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj#L30", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/-?>", :doc "Same as clojure.core/-> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(-?> \"foo\" .toUpperCase (.substring 1)) returns \"OO\"\n(-?> nil .toUpperCase (.substring 1)) returns nil\n", :var-type "macro", :line 30, :file "clojure/contrib/core.clj"} {:arglists ([x form] [x form & forms]), :name ".?.", :namespace "clojure.contrib.core", :source-url "https://github.com/clojure/clojure-contrib/blob/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj#L38", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/.?.", :doc "Same as clojure.core/.. but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(.?. \"foo\" .toUpperCase (.substring 1)) returns \"OO\"\n(.?. nil .toUpperCase (.substring 1)) returns nil\n", :var-type "macro", :line 38, :file "clojure/contrib/core.clj"} {:arglists ([m [k & ks :as keys]]), :name "dissoc-in", :namespace "clojure.contrib.core", :source-url "https://github.com/clojure/clojure-contrib/blob/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj#L49", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/dissoc-in", :doc "Dissociates an entry from a nested associative structure returning a new\nnested structure. keys is a sequence of keys. Any empty maps that result\nwill not be present in the new structure.", :var-type "function", :line 49, :file "clojure/contrib/core.clj"} {:arglists ([class-name & args]), :name "new-by-name", :namespace "clojure.contrib.core", :source-url "https://github.com/clojure/clojure-contrib/blob/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj#L63", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/new-by-name", :doc "Constructs a Java object whose class is specified by a String.", :var-type "function", :line 63, :file "clojure/contrib/core.clj"} {:arglists ([x]), :name "seqable?", :namespace "clojure.contrib.core", :source-url "https://github.com/clojure/clojure-contrib/blob/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj#L70", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/seqable?", :doc "Returns true if (seq x) will succeed, false otherwise.", :var-type "function", :line 70, :file "clojure/contrib/core.clj"} {:arglists ([cell key fun]), :name "add-cell-watcher", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L460", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/add-cell-watcher", :doc "Adds a watcher to a cell to respond to changes of value. The is a\nfunction of 4 values: a key, the cell, its old value, its new\nvalue. This is implemented using Clojure's add-watch to the\nunderlying ref, and shared its sematics", :var-type "function", :line 460, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:arglists ([df cells]), :name "add-cells", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L210", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/add-cells", :doc "Given a collection of cells, add them to the dataflow.", :var-type "function", :line 210, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:arglists ([cs]), :name "build-dataflow", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L188", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-dataflow", :doc "Given a collection of cells, build and return a dataflow object", :var-type "function", :line 188, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:arglists ([name init]), :name "build-source-cell", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L231", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-source-cell", :doc "Builds a source cell", :var-type "function", :line 231, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:arglists ([name deps fun expr]), :name "build-standard-cell", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L292", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-standard-cell", :doc "Builds a standard cell", :var-type "function", :line 292, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:arglists ([deps fun expr]), :name "build-validator-cell", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L298", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-validator-cell", :doc "Builds a validator cell", :var-type "function", :line 298, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:arglists ([type & data]), :name "cell", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L304", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/cell", :doc "Build a standard cell, like this:\n\n (cell fred\n (* ?mary ?joe))\n\nWhich creates a cell named fred that is the product of a cell mary and cell joe\n\nOr:\n\n (cell joe\n (apply * ?*sally))\n\nWhich creates a cell that applies * to the collection of all cells named sally\n\nOr:\n\n (cell :source fred 0)\n\nWhich builds a source cell fred with initial value 0\n\nOr:\n\n (cell :validator (when (< ?fred ?sally)\n (throwf \"%s must be greater than %s\" ?fred ?sally))\n\nWhich will perform the validation", :var-type "macro", :line 304, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L348", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/display-cell", :namespace "clojure.contrib.dataflow", :line 348, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", :var-type "multimethod", :doc "A 'readable' form of the cell", :name "display-cell"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L372", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/eval-cell", :namespace "clojure.contrib.dataflow", :line 372, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", :var-type "multimethod", :doc "Evaluate a dataflow cell. Return [changed, old val]", :name "eval-cell"} {:arglists ([df name]), :name "get-cell", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L94", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-cell", :doc "Get the single cell named by name", :var-type "function", :line 94, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:arglists ([df name]), :name "get-cells", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L89", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-cells", :doc "Get all the cells named by name", :var-type "function", :line 89, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:arglists ([df env name]), :name "get-old-value", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L136", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-old-value", :doc "Looks up an old value", :var-type "function", :line 136, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:arglists ([df]), :name "get-source-cells", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L108", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-source-cells", :doc "Returns a collection of source cells from the dataflow", :var-type "function", :line 108, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:arglists ([df name]), :name "get-value", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L115", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-value", :doc "Gets a value from the df matching the passed symbol.\nSignals an error if the name is not present, or if it not a single\nvalue.", :var-type "function", :line 115, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:arglists ([cell]), :name "get-value-from-cell", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L143", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-value-from-cell", :doc "Given a cell, get its value", :var-type "function", :line 143, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:arglists ([df name]), :name "get-values", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L126", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-values", :doc "Gets a collection of values from the df by name", :var-type "function", :line 126, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:arglists ([df]), :name "print-dataflow", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L199", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/print-dataflow", :doc "Prints a dataflow, one cell per line", :var-type "function", :line 199, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:arglists ([df cells]), :name "remove-cells", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L218", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/remove-cells", :doc "Given a collection of cells, remove them from the dataflow.", :var-type "function", :line 218, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:arglists ([cell]), :name "source-cell?", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L103", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/source-cell?", :doc "Is this cell a source cell?", :var-type "function", :line 103, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:arglists ([df data]), :name "update-values", :namespace "clojure.contrib.dataflow", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L438", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/update-values", :doc "Given a dataflow, and a map of name-value pairs, update the\ndataflow by binding the new values. Each name must be of a source\ncell", :var-type "function", :line 438, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} {:arglists ([rules query]), :name "build-work-plan", :namespace "clojure.contrib.datalog", :source-url "https://github.com/clojure/clojure-contrib/blob/ab7e1757c4de4c5d05b8c286646c152d19e29825/src/clojure/contrib/datalog.clj#L46", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/ab7e1757c4de4c5d05b8c286646c152d19e29825/src/clojure/contrib/datalog.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog/build-work-plan", :doc "Given a list of rules and a query, build a work plan that can be\nused to execute the query.", :var-type "function", :line 46, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog.clj"} {:arglists ([work-plan database query-bindings]), :name "run-work-plan", :namespace "clojure.contrib.datalog", :source-url "https://github.com/clojure/clojure-contrib/blob/ab7e1757c4de4c5d05b8c286646c152d19e29825/src/clojure/contrib/datalog.clj#L56", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/ab7e1757c4de4c5d05b8c286646c152d19e29825/src/clojure/contrib/datalog.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog/run-work-plan", :doc "Given a work plan, a database, and some query bindings, run the\nwork plan and return the results.", :var-type "function", :line 56, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog.clj"} {:arglists ([name orig] [name orig doc]), :name "defalias", :namespace "clojure.contrib.def", :source-url "https://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L66", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defalias", :doc "Defines an alias for a var: a new var with the same root binding (if\nany) and similar metadata. The metadata of the alias is its initial\nmetadata (as provided by def) merged into the metadata of the original.", :var-type "macro", :line 66, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} {:arglists ([sym init]), :name "defhinted", :namespace "clojure.contrib.def", :source-url "https://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L83", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defhinted", :doc "Defines a var with a type hint matching the class of the given\ninit. Be careful about using any form of 'def' or 'binding' to a\nvalue of a different type. See http://paste.lisp.org/display/73344", :var-type "macro", :line 83, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} {:arglists ([name & decls]), :name "defmacro-", :namespace "clojure.contrib.def", :source-url "https://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L39", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defmacro-", :doc "Same as defmacro but yields a private definition", :var-type "macro", :line 39, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} {:arglists ([fn-name & defn-stuff]), :name "defn-memo", :namespace "clojure.contrib.def", :source-url "https://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L141", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defn-memo", :doc "Just like defn, but memoizes the function using clojure.core/memoize", :var-type "macro", :line 141, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} {:arglists ([fn-name & fn-tail]), :name "defnk", :namespace "clojure.contrib.def", :source-url "https://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L120", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defnk", :doc "Define a function accepting keyword arguments. Symbols up to the first\nkeyword in the parameter list are taken as positional arguments. Then\nan alternating sequence of keywords and defaults values is expected. The\nvalues of the keyword arguments are available in the function body by\nvirtue of the symbol corresponding to the keyword (cf. :keys destructuring).\ndefnk accepts an optional docstring as well as an optional metadata map.", :var-type "macro", :line 120, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} {:arglists ([name expr] [name expr doc]), :name "defonce-", :namespace "clojure.contrib.def", :source-url "https://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L59", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defonce-", :doc "Same as defonce but yields a private definition", :var-type "macro", :line 59, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} {:arglists ([name & decls]), :name "defstruct-", :namespace "clojure.contrib.def", :source-url "https://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L54", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defstruct-", :doc "Same as defstruct but yields a private definition", :var-type "macro", :line 54, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} {:arglists ([name] [name doc]), :name "defunbound", :namespace "clojure.contrib.def", :source-url "https://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L32", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defunbound", :doc "Defines an unbound var with optional doc string", :var-type "macro", :line 32, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} {:arglists ([name & decls]), :name "defunbound-", :namespace "clojure.contrib.def", :source-url "https://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L49", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defunbound-", :doc "Same as defunbound but yields a private definition", :var-type "macro", :line 49, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} {:arglists ([name] [name init] [name init doc]), :name "defvar", :namespace "clojure.contrib.def", :source-url "https://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L23", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defvar", :doc "Defines a var with an optional intializer and doc string", :var-type "macro", :line 23, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} {:arglists ([name & decls]), :name "defvar-", :namespace "clojure.contrib.def", :source-url "https://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L44", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defvar-", :doc "Same as defvar but yields a private definition", :var-type "macro", :line 44, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} {:arglists ([name macro-args]), :name "name-with-attributes", :namespace "clojure.contrib.def", :source-url "https://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L94", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/name-with-attributes", :doc "To be used in macro definitions.\nHandles optional docstrings and attribute maps for a name to be defined\nin a list of macro arguments. If the first macro argument is a string,\nit is added as a docstring to name and removed from the macro argument\nlist. If afterwards the first macro argument is a map, its entries are\nadded to the name's metadata map and the map is removed from the\nmacro argument list. The return value is a vector containing the name\nwith its extended metadata map and the list of unprocessed macro\narguments.", :var-type "function", :line 94, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L144", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/*append-to-writer*", :namespace "clojure.contrib.duck-streams", :line 144, :file "clojure/contrib/duck_streams.clj", :var-type "var", :doc "If true, writer and spit will open files in append mode.\nDefaults to false. Use append-writer or append-spit.", :name "*append-to-writer*"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L76", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/*buffer-size*", :namespace "clojure.contrib.duck-streams", :line 76, :file "clojure/contrib/duck_streams.clj", :var-type "var", :doc "Size, in bytes or characters, of the buffer used when\ncopying streams.", :name "*buffer-size*"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L81", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/*byte-array-type*", :namespace "clojure.contrib.duck-streams", :line 81, :file "clojure/contrib/duck_streams.clj", :var-type "var", :doc "Type object for a Java primitive byte array.", :name "*byte-array-type*"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L70", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/*default-encoding*", :namespace "clojure.contrib.duck-streams", :line 70, :file "clojure/contrib/duck_streams.clj", :var-type "var", :doc "Name of the default encoding to use when reading & writing.\nDefault is UTF-8.", :name "*default-encoding*"} {:arglists ([f content]), :name "append-spit", :namespace "clojure.contrib.duck-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L263", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/append-spit", :doc "Like spit but appends to file.", :var-type "function", :line 263, :file "clojure/contrib/duck_streams.clj"} {:arglists ([x]), :name "append-writer", :namespace "clojure.contrib.duck-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L215", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/append-writer", :doc "Like writer but opens file for appending. Does not work on streams\nthat are already open.", :var-type "function", :line 215, :file "clojure/contrib/duck_streams.clj"} {:arglists ([input output]), :name "copy", :namespace "clojure.contrib.duck-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L299", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/copy", :doc "Copies input to output. Returns nil.\nInput may be an InputStream, Reader, File, byte[], or String.\nOutput may be an OutputStream, Writer, or File.\n\nDoes not close any streams except those it opens itself \n(on a File).\n\nWriting a File fails if the parent directory does not exist.", :var-type "multimethod", :line 299, :file "clojure/contrib/duck_streams.clj"} {:arglists ([& args]), :name "file-str", :namespace "clojure.contrib.duck-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L86", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/file-str", :doc "Concatenates args as strings and returns a java.io.File. Replaces\nall / and \\ with File/separatorChar. Replaces ~ at the start of\nthe path with the user.home system property.", :var-type "function", :line 86, :file "clojure/contrib/duck_streams.clj"} {:arglists ([file]), :name "make-parents", :namespace "clojure.contrib.duck-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L386", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/make-parents", :doc "Creates all parent directories of file.", :var-type "function", :line 386, :file "clojure/contrib/duck_streams.clj"} {:arglists ([]), :name "pwd", :namespace "clojure.contrib.duck-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L269", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/pwd", :doc "Returns current working directory as a String. (Like UNIX 'pwd'.)\nNote: In Java, you cannot change the current working directory.", :var-type "function", :line 269, :file "clojure/contrib/duck_streams.clj"} {:arglists ([f]), :name "read-lines", :namespace "clojure.contrib.duck-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L234", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/read-lines", :doc "Like clojure.core/line-seq but opens f with reader. Automatically\ncloses the reader AFTER YOU CONSUME THE ENTIRE SEQUENCE.", :var-type "function", :line 234, :file "clojure/contrib/duck_streams.clj"} {:arglists ([x]), :name "reader", :namespace "clojure.contrib.duck-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L100", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/reader", :doc "Attempts to coerce its argument into an open\njava.io.BufferedReader. Argument may be an instance of Reader,\nBufferedReader, InputStream, File, URI, URL, Socket, or String.\n\nIf argument is a String, it tries to resolve it first as a URI, then\nas a local file name. URIs with a 'file' protocol are converted to\nlocal file names. Uses *default-encoding* as the text encoding.\n\nShould be used inside with-open to ensure the Reader is properly\nclosed.", :var-type "multimethod", :line 100, :file "clojure/contrib/duck_streams.clj"} {:arglists ([f]), :name "slurp*", :namespace "clojure.contrib.duck-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L245", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/slurp*", :doc "Like clojure.core/slurp but opens f with reader.", :var-type "function", :line 245, :file "clojure/contrib/duck_streams.clj"} {:arglists ([f content]), :name "spit", :namespace "clojure.contrib.duck-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L256", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/spit", :doc "Opposite of slurp. Opens f with writer, writes content, then\ncloses f.", :var-type "function", :line 256, :file "clojure/contrib/duck_streams.clj"} {:arglists ([arg]), :name "to-byte-array", :namespace "clojure.contrib.duck-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L391", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/to-byte-array", :doc "Converts argument into a Java byte array. Argument may be\na String, File, InputStream, or Reader. If the argument is already\na byte array, returns it.", :var-type "multimethod", :line 391, :file "clojure/contrib/duck_streams.clj"} {:arglists ([f & body]), :name "with-in-reader", :namespace "clojure.contrib.duck-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L292", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/with-in-reader", :doc "Opens a PushbackReader on f, binds it to *in*, and evaluates body.", :var-type "macro", :line 292, :file "clojure/contrib/duck_streams.clj"} {:arglists ([f & body]), :name "with-out-append-writer", :namespace "clojure.contrib.duck-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L285", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/with-out-append-writer", :doc "Like with-out-writer but appends to file.", :var-type "macro", :line 285, :file "clojure/contrib/duck_streams.clj"} {:arglists ([f & body]), :name "with-out-writer", :namespace "clojure.contrib.duck-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L277", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/with-out-writer", :doc "Opens a writer on f, binds it to *out*, and evalutes body.\nAnything printed within body will be written to f.", :var-type "macro", :line 277, :file "clojure/contrib/duck_streams.clj"} {:arglists ([f lines]), :name "write-lines", :namespace "clojure.contrib.duck-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L223", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/write-lines", :doc "Writes lines (a seq) to f, separated by newlines. f is opened with\nwriter, and automatically closed at the end of the sequence.", :var-type "function", :line 223, :file "clojure/contrib/duck_streams.clj"} {:arglists ([x]), :name "writer", :namespace "clojure.contrib.duck-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L151", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/writer", :doc "Attempts to coerce its argument into an open java.io.PrintWriter\nwrapped around a java.io.BufferedWriter. Argument may be an\ninstance of Writer, PrintWriter, BufferedWriter, OutputStream, File,\nURI, URL, Socket, or String.\n\nIf argument is a String, it tries to resolve it first as a URI, then\nas a local file name. URIs with a 'file' protocol are converted to\nlocal file names.\n\nShould be used inside with-open to ensure the Writer is properly\nclosed.", :var-type "multimethod", :line 151, :file "clojure/contrib/duck_streams.clj"} {:arglists ([continue-name [args*] & body]), :name "bind-continue", :namespace "clojure.contrib.error-kit", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L150", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/bind-continue", :doc "Special form to be used inside a 'with-handler'.\nControl can be passed to this 'continue' form from a 'raise' enclosed\nin this with-handler's dynamic scope, when this 'continue-name' is\ngiven to a 'continue' form.", :var-type "function", :line 150, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} {:arglists ([name [parent-error?] doc-string? [args*] & body] [name [parent-error?] doc-string? args-destruct-map & body]), :name "deferror", :namespace "clojure.contrib.error-kit", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L59", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/deferror", :doc "Define a new error type", :var-type "macro", :line 59, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} {:arglists ([]), :name "do-not-handle", :namespace "clojure.contrib.error-kit", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L117", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/do-not-handle", :doc "Use in a tail position of a 'handle' form to indicate 'raise' should\nnot consider the error handled, but should continue searching for an\nappropriate 'handle' form. Allows finer-grain control over catching\nthan just the error type.", :var-type "macro", :line 117, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} {:arglists ([details]), :name "error", :namespace "clojure.contrib.error-kit", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L46", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/error", :doc "Base type for all error-kit errors", :var-type "function", :line 46, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} {:arglists ([error-name? [args*] & body] [error-name? args-destruct-map-args & body]), :name "handle", :namespace "clojure.contrib.error-kit", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L138", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/handle", :doc "Special form to be used inside a 'with-handler'. When\nany error is 'raised' from withing the dynamic scope of 'body' that\nis of error-name's type or a derived type, the args will be bound\nand the body executed. If no 'error-name' is given, the body will\nbe executed for regardless of the type of error raised. The body\nmay return a value, in which case that will be the return value of\nthe entire 'with-handler' form, or it may use any of the special\nreturn forms, 'do-not-handle', 'continue-with', or 'continue'.", :var-type "function", :line 138, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} {:arglists ([err-name & args]), :name "raise", :namespace "clojure.contrib.error-kit", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L110", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/raise", :doc "Raise an error of the type err-name, constructed with the given args", :var-type "macro", :line 110, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} {:arglists ([err]), :name "raise*", :namespace "clojure.contrib.error-kit", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L86", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/raise*", :doc "Raise the given error object, best if created by an error\nconstructor defined with deferror. See also 'raise' macro.", :var-type "function", :line 86, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} {:arglists ([class-name]), :name "throw-msg", :namespace "clojure.contrib.error-kit", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L39", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/throw-msg", :doc "Returns a function that throws a Java Exception with the given\nname. Useful to associate a new error-kit error type with a\nparticular Java Exception class, via the :unhandled error key.", :var-type "macro", :line 39, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} {:arglists ([& forms]), :name "with-handler", :namespace "clojure.contrib.error-kit", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L163", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/with-handler", :doc "This is error-kit's dynamic scope form. The body will be executed\nin a dynamic context that includes all of the following 'handle' and\n'bind-continue' forms.", :var-type "macro", :line 163, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} {:arglists ([& args]), :name "throw-arg", :namespace "clojure.contrib.except", :source-url "https://github.com/clojure/clojure-contrib/blob/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj#L57", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj", :wiki-url "http://clojure.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throw-arg", :doc "Throws an IllegalArgumentException. All arguments are optional:\n\n cause? format? format-args*\n\n- cause defaults to nil, if present it must be a Throwable\n- format is a format string for clojure.core/format\n- format-args are objects that correspond to format specifiers in\n format.", :var-type "function", :line 57, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/except.clj"} {:arglists ([test & args]), :name "throw-if", :namespace "clojure.contrib.except", :source-url "https://github.com/clojure/clojure-contrib/blob/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj#L43", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj", :wiki-url "http://clojure.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throw-if", :doc "Throws an Exception or Error if test is true. args are those documented\nfor throwf.", :var-type "function", :line 43, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/except.clj"} {:arglists ([test & args]), :name "throw-if-not", :namespace "clojure.contrib.except", :source-url "https://github.com/clojure/clojure-contrib/blob/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj#L50", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj", :wiki-url "http://clojure.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throw-if-not", :doc "Throws an Exception or Error if test is false. args are those documented\nfor throwf.", :var-type "function", :line 50, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/except.clj"} {:arglists ([& args]), :name "throwf", :namespace "clojure.contrib.except", :source-url "https://github.com/clojure/clojure-contrib/blob/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj#L28", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj", :wiki-url "http://clojure.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throwf", :doc "Throws an Exception or Error with an optional message formatted using\nclojure.core/format. All arguments are optional:\n\n class? cause? format? format-args*\n\n- class defaults to Exception, if present it must name a kind of\n Throwable\n- cause defaults to nil, if present it must be a Throwable\n- format is a format string for clojure.core/format\n- format-args are objects that correspond to format specifiers in\n format.", :var-type "function", :line 28, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/except.clj"} {:arglists ([test-value & clauses]), :name "case", :namespace "clojure.contrib.fcase", :source-url "https://github.com/clojure/clojure-contrib/blob/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj#L79", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/case", :doc "Like cond, but test-value is compared against the value of each\ntest expression with =. If they are equal, executes the \"body\"\nexpression. Optional last expression is executed if none of the\ntest expressions match.", :var-type "macro", :line 79, :file "clojure/contrib/fcase.clj"} {:arglists ([compare-fn case-value & test-expr-clauses]), :name "fcase", :namespace "clojure.contrib.fcase", :source-url "https://github.com/clojure/clojure-contrib/blob/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj#L40", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/fcase", :doc "Generic switch/case macro. 'fcase' is short for 'function case'.\n\nThe 'compare-fn' is a fn of two arguments.\n\nThe 'test-expr-clauses' are value-expression pairs without\nsurrounding parentheses, like in Clojure's 'cond'.\n\nThe 'case-value' is evaluated once and cached. Then, 'compare-fn'\nis called once for each clause, with the clause's test value as its\nfirst argument and 'case-value' as its second argument. If\n'compare-fn' returns logical true, the clause's expression is\nevaluated and returned. If 'compare-fn' returns false/nil, we go to\nthe next test value.\n\nIf 'test-expr-clauses' contains an odd number of items, the last\nitem is the default expression evaluated if no case-value matches.\nIf there is no default expression and no case-value matches, fcase\nreturns nil.\n\nSee specific forms of this macro in 'case' and 're-case'.\n\nThe test expressions in 'fcase' are always evaluated linearly, in\norder. For a large number of case expressions it may be more\nefficient to use a hash lookup.", :var-type "macro", :line 40, :file "clojure/contrib/fcase.clj"} {:arglists ([test-value & clauses]), :name "in-case", :namespace "clojure.contrib.fcase", :source-url "https://github.com/clojure/clojure-contrib/blob/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj#L103", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/in-case", :doc "Like case, but test expressions are sequences. The test expression\nis true if any item in the sequence is equal (tested with '=') to\nthe test value.", :var-type "macro", :line 103, :file "clojure/contrib/fcase.clj"} {:arglists ([test-value & clauses]), :name "instance-case", :namespace "clojure.contrib.fcase", :source-url "https://github.com/clojure/clojure-contrib/blob/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj#L93", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/instance-case", :doc "Like case, but the test expressions are Java class names, tested with\n'instance?'.", :var-type "macro", :line 93, :file "clojure/contrib/fcase.clj"} {:arglists ([test-value & clauses]), :name "re-case", :namespace "clojure.contrib.fcase", :source-url "https://github.com/clojure/clojure-contrib/blob/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj#L87", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/re-case", :doc "Like case, but the test expressions are regular expressions, tested\nwith re-find.", :var-type "macro", :line 87, :file "clojure/contrib/fcase.clj"} {:arglists ([file]), :name "clojure-source-file?", :namespace "clojure.contrib.find-namespaces", :source-url "https://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L28", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/clojure-source-file?", :doc "Returns true if file is a normal file with a .clj extension.", :var-type "function", :line 28, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} {:arglists ([jar-file]), :name "clojure-sources-in-jar", :namespace "clojure.contrib.find-namespaces", :source-url "https://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L88", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/clojure-sources-in-jar", :doc "Returns a sequence of filenames ending in .clj found in the JAR file.", :var-type "function", :line 88, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} {:arglists ([form]), :name "comment?", :namespace "clojure.contrib.find-namespaces", :source-url "https://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L42", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/comment?", :doc "Returns true if form is a (comment ...)", :var-type "function", :line 42, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} {:arglists ([dir]), :name "find-clojure-sources-in-dir", :namespace "clojure.contrib.find-namespaces", :source-url "https://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L34", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-clojure-sources-in-dir", :doc "Searches recursively under dir for Clojure source files (.clj).\nReturns a sequence of File objects, in breadth-first sort order.", :var-type "function", :line 34, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} {:arglists ([dir]), :name "find-namespaces-in-dir", :namespace "clojure.contrib.find-namespaces", :source-url "https://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L79", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-namespaces-in-dir", :doc "Searches dir recursively for (ns ...) declarations in Clojure\nsource files; returns the symbol names of the declared namespaces.", :var-type "function", :line 79, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} {:arglists ([jarfile]), :name "find-namespaces-in-jarfile", :namespace "clojure.contrib.find-namespaces", :source-url "https://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L112", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-namespaces-in-jarfile", :doc "Searches the JAR file for Clojure source files containing (ns ...)\ndeclarations. Returns a sequence of the symbol names of the\ndeclared namespaces.", :var-type "function", :line 112, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} {:arglists ([]), :name "find-namespaces-on-classpath", :namespace "clojure.contrib.find-namespaces", :source-url "https://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L131", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-namespaces-on-classpath", :doc "Searches CLASSPATH (both directories and JAR files) for Clojure\nsource files containing (ns ...) declarations. Returns a sequence\nof the symbol names of the declared namespaces.", :var-type "function", :line 131, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} {:arglists ([dir]), :name "find-ns-decls-in-dir", :namespace "clojure.contrib.find-namespaces", :source-url "https://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L73", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-ns-decls-in-dir", :doc "Searches dir recursively for (ns ...) declarations in Clojure\nsource files; returns the unevaluated ns declarations.", :var-type "function", :line 73, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} {:arglists ([jarfile]), :name "find-ns-decls-in-jarfile", :namespace "clojure.contrib.find-namespaces", :source-url "https://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L104", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-ns-decls-in-jarfile", :doc "Searches the JAR file for Clojure source files containing (ns ...)\ndeclarations; returns the unevaluated ns declarations.", :var-type "function", :line 104, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} {:arglists ([]), :name "find-ns-decls-on-classpath", :namespace "clojure.contrib.find-namespaces", :source-url "https://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L122", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-ns-decls-on-classpath", :doc "Searches CLASSPATH (both directories and JAR files) for Clojure\nsource files containing (ns ...) declarations. Returns a sequence\nof the unevaluated ns declaration forms.", :var-type "function", :line 122, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} {:arglists ([form]), :name "ns-decl?", :namespace "clojure.contrib.find-namespaces", :source-url "https://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L47", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/ns-decl?", :doc "Returns true if form is a (ns ...) declaration.", :var-type "function", :line 47, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} {:arglists ([file]), :name "read-file-ns-decl", :namespace "clojure.contrib.find-namespaces", :source-url "https://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L65", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/read-file-ns-decl", :doc "Attempts to read a (ns ...) declaration from file, and returns the\nunevaluated form. Returns nil if read fails, or if the first form\nis not a ns declaration.", :var-type "function", :line 65, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} {:arglists ([rdr]), :name "read-ns-decl", :namespace "clojure.contrib.find-namespaces", :source-url "https://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L52", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/read-ns-decl", :doc "Attempts to read a (ns ...) declaration from rdr, and returns the\nunevaluated form. Returns nil if read fails or if a ns declaration\ncannot be found. The ns declaration must be the first Clojure form\nin the file, except for (comment ...) forms.", :var-type "function", :line 52, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} {:arglists ([jarfile entry-name]), :name "read-ns-decl-from-jarfile-entry", :namespace "clojure.contrib.find-namespaces", :source-url "https://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L93", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/read-ns-decl-from-jarfile-entry", :doc "Attempts to read a (ns ...) declaration from the named entry in the\nJAR file, and returns the unevaluated form. Returns nil if the read\nfails, or if the first form is not a ns declaration.", :var-type "function", :line 93, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} {:arglists ([getter setter] [getter setter & keyvals]), :name "fnmap", :namespace "clojure.contrib.fnmap", :source-url "https://github.com/clojure/clojure-contrib/blob/016af1ddecea945f0ae9e6354e2bd006efcd7a04/src/clojure/contrib/fnmap.clj#L19", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/016af1ddecea945f0ae9e6354e2bd006efcd7a04/src/clojure/contrib/fnmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fnmap-api.html#clojure.contrib.fnmap/fnmap", :doc "Creates a fnmap, or functional map. A fnmap behaves like an\nordinary Clojure map, except that calls to get and assoc are\nfiltered through user-defined getter and setter functions, which\noperate on an internal map.\n\n(getter m key) should return a value for key.\n\n(setter m key value) should assoc key with value and return a new\nmap for m.\n\nAll other map operations are passed through to the internal map.", :var-type "function", :line 19, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/fnmap.clj"} {:arglists ([libs]), :name "generate-documentation", :namespace "clojure.contrib.gen-html-docs", :source-url "https://github.com/clojure/clojure-contrib/blob/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/gen_html_docs.clj#L430", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/gen_html_docs.clj", :wiki-url "http://clojure.github.com/clojure-contrib//gen-html-docs-api.html#clojure.contrib.gen-html-docs/generate-documentation", :doc "Returns a string which is the HTML documentation for the libraries\nnamed by libs. Libs is a vector of symbols identifying Clojure\nlibraries.", :var-type "function", :line 430, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/gen_html_docs.clj"} {:arglists ([path libs]), :name "generate-documentation-to-file", :namespace "clojure.contrib.gen-html-docs", :source-url "https://github.com/clojure/clojure-contrib/blob/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/gen_html_docs.clj#L456", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/gen_html_docs.clj", :wiki-url "http://clojure.github.com/clojure-contrib//gen-html-docs-api.html#clojure.contrib.gen-html-docs/generate-documentation-to-file", :doc "Calls generate-documentation on the libraries named by libs and\nemits the generated HTML to the path named by path.", :var-type "function", :line 456, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/gen_html_docs.clj"} {:arglists ([x] [x y] [x y & more]), :name "*", :namespace "clojure.contrib.generic.arithmetic", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L111", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/*", :doc "Return the product of all arguments. The minimal implementation for type\n::my-type is the binary form with dispatch value [::my-type ::my-type].", :var-type "multimethod", :line 111, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj"} {:arglists ([x] [x y] [x y & more]), :name "+", :namespace "clojure.contrib.generic.arithmetic", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L45", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/+", :doc "Return the sum of all arguments. The minimal implementation for type\n::my-type is the binary form with dispatch value [::my-type ::my-type].", :var-type "multimethod", :line 45, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj"} {:arglists ([x] [x y] [x y & more]), :name "-", :namespace "clojure.contrib.generic.arithmetic", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L77", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/-", :doc "Return the difference of the first argument and the sum of all other\narguments. The minimal implementation for type ::my-type is the binary\nform with dispatch value [::my-type ::my-type].", :var-type "multimethod", :line 77, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj"} {:arglists ([x] [x y] [x y & more]), :name "/", :namespace "clojure.contrib.generic.arithmetic", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L143", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic//", :doc "Return the quotient of the first argument and the product of all other\narguments. The minimal implementation for type ::my-type is the binary\nform with dispatch value [::my-type ::my-type].", :var-type "multimethod", :line 143, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj"} {:arglists ([ns name & args]), :name "defmethod*", :namespace "clojure.contrib.generic.arithmetic", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L173", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/defmethod*", :doc "Define a method implementation for the multimethod name in namespace ns.\nRequired for implementing the division function from another namespace.", :var-type "macro", :line 173, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj"} {:arglists ([ns sym]), :name "qsym", :namespace "clojure.contrib.generic.arithmetic", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L180", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/qsym", :doc "Create the qualified symbol corresponding to sym in namespace ns.\nRequired to access the division function from another namespace,\ne.g. as (qsym clojure.contrib.generic.arithmetic /).", :var-type "macro", :line 180, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj"} {:arglists ([coll & key-val-pairs]), :name "assoc", :namespace "clojure.contrib.generic.collection", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L26", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/assoc", :doc "Returns a new collection in which the values corresponding to the\ngiven keys are updated by the given values. Each type of collection\ncan have specific restrictions on the possible keys.", :var-type "multimethod", :line 26, :file "clojure/contrib/generic/collection.clj"} {:arglists ([coll & xs]), :name "conj", :namespace "clojure.contrib.generic.collection", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L42", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/conj", :doc "Returns a new collection resulting from adding all xs to coll.", :var-type "multimethod", :line 42, :file "clojure/contrib/generic/collection.clj"} {:arglists ([coll & keys]), :name "dissoc", :namespace "clojure.contrib.generic.collection", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L54", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/dissoc", :doc "Returns a new collection in which the entries corresponding to the\ngiven keys are removed. Each type of collection can have specific\nrestrictions on the possible keys.", :var-type "multimethod", :line 54, :file "clojure/contrib/generic/collection.clj"} {:arglists ([coll]), :name "empty", :namespace "clojure.contrib.generic.collection", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L68", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/empty", :doc "Returns an empty collection of the same kind as the argument", :var-type "multimethod", :line 68, :file "clojure/contrib/generic/collection.clj"} {:arglists ([coll key] [coll key not-found]), :name "get", :namespace "clojure.contrib.generic.collection", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L80", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/get", :doc "Returns the element of coll referred to by key. Each type of collection\ncan have specific restrictions on the possible keys.", :var-type "multimethod", :line 80, :file "clojure/contrib/generic/collection.clj"} {:arglists ([to from]), :name "into", :namespace "clojure.contrib.generic.collection", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L95", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/into", :doc "Returns a new coll consisting of to-coll with all of the items of\nfrom-coll conjoined.", :var-type "multimethod", :line 95, :file "clojure/contrib/generic/collection.clj"} {:arglists ([s]), :name "seq", :namespace "clojure.contrib.generic.collection", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L109", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/seq", :doc "Returns a seq on the object s.", :var-type "multimethod", :line 109, :file "clojure/contrib/generic/collection.clj"} {:arglists ([x] [x y] [x y & more]), :name "<", :namespace "clojure.contrib.generic.comparison", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L77", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/<", :doc "Return true if each argument is smaller than the following ones.\nThe minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type]. A default implementation\nis provided in terms of >.", :var-type "multimethod", :line 77, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj"} {:arglists ([x] [x y] [x y & more]), :name "<=", :namespace "clojure.contrib.generic.comparison", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L129", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/<=", :doc "Return true if each arguments is smaller than or equal to the following\nones. The minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type]. A default implementation\nis provided in terms of >.", :var-type "multimethod", :line 129, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj"} {:arglists ([x] [x y] [x y & more]), :name "=", :namespace "clojure.contrib.generic.comparison", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L36", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/=", :doc "Return true if all arguments are equal. The minimal implementation for type\n::my-type is the binary form with dispatch value [::my-type ::my-type].", :var-type "multimethod", :line 36, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj"} {:arglists ([x] [x y] [x y & more]), :name ">", :namespace "clojure.contrib.generic.comparison", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L56", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/>", :doc "Return true if each argument is larger than the following ones.\nThe minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type].", :var-type "multimethod", :line 56, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj"} {:arglists ([x] [x y] [x y & more]), :name ">=", :namespace "clojure.contrib.generic.comparison", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L103", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/>=", :doc "Return true if each argument is larger than or equal to the following\nones. The minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type]. A default implementation\nis provided in terms of <.", :var-type "multimethod", :line 103, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj"} {:arglists ([x]), :name "zero?", :namespace "clojure.contrib.generic.comparison", :source-url "https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L28", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/zero?", :doc "Return true of x is zero.", :var-type "multimethod", :line 28, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj"} {:arglists ([f s]), :name "fmap", :namespace "clojure.contrib.generic.functor", :source-url "https://github.com/clojure/clojure-contrib/blob/bdc813a0d39cb3c6184c4e123d847458e9c77711/src/clojure/contrib/generic/functor.clj#L20", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/bdc813a0d39cb3c6184c4e123d847458e9c77711/src/clojure/contrib/generic/functor.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.functor-api.html#clojure.contrib.generic.functor/fmap", :doc "Applies function f to each item in the data structure s and returns\na structure of the same kind.", :var-type "multimethod", :line 20, :file "clojure/contrib/generic/functor.clj"} {:arglists ([x]), :name "abs", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L53", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/abs", :doc "Return the abs of x.", :var-type "multimethod", :line 53, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x]), :name "acos", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L54", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/acos", :doc "Return the acos of x.", :var-type "multimethod", :line 54, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x y eps]), :name "approx=", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L110", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/approx=", :doc "Return true if the absolute value of the difference between x and y\nis less than eps.", :var-type "function", :line 110, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x]), :name "asin", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L55", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/asin", :doc "Return the asin of x.", :var-type "multimethod", :line 55, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x]), :name "atan", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L56", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/atan", :doc "Return the atan of x.", :var-type "multimethod", :line 56, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x y]), :name "atan2", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L57", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/atan2", :doc "Return the atan2 of x and y.", :var-type "multimethod", :line 57, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x]), :name "ceil", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L58", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/ceil", :doc "Return the ceil of x.", :var-type "multimethod", :line 58, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x]), :name "conjugate", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L87", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/conjugate", :doc "Return the conjugate of x.", :var-type "multimethod", :line 87, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x]), :name "cos", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L59", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/cos", :doc "Return the cos of x.", :var-type "multimethod", :line 59, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x]), :name "exp", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L60", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/exp", :doc "Return the exp of x.", :var-type "multimethod", :line 60, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x]), :name "floor", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L61", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/floor", :doc "Return the floor of x.", :var-type "multimethod", :line 61, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x]), :name "log", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L62", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/log", :doc "Return the log of x.", :var-type "multimethod", :line 62, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x y]), :name "pow", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L63", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/pow", :doc "Return the pow of x and y.", :var-type "multimethod", :line 63, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x]), :name "rint", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L64", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/rint", :doc "Return the rint of x.", :var-type "multimethod", :line 64, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x]), :name "round", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L65", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/round", :doc "Return the round of x.", :var-type "multimethod", :line 65, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x]), :name "sgn", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L73", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/sgn", :doc "Return the sign of x (-1, 0, or 1).", :var-type "multimethod", :line 73, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x]), :name "sin", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L66", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/sin", :doc "Return the sin of x.", :var-type "multimethod", :line 66, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x]), :name "sqr", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L98", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/sqr", :doc "Return the square of x.", :var-type "multimethod", :line 98, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x]), :name "sqrt", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L67", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/sqrt", :doc "Return the sqrt of x.", :var-type "multimethod", :line 67, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([x]), :name "tan", :namespace "clojure.contrib.generic.math-functions", :source-url "https://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L68", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/tan", :doc "Return the tan of x.", :var-type "multimethod", :line 68, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} {:arglists ([g]), :name "add-loops", :namespace "clojure.contrib.graph", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L49", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/add-loops", :doc "For each node n, add the edge n->n if not already present.", :var-type "function", :line 49, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} {:arglists ([g] [g sccs]), :name "component-graph", :namespace "clojure.contrib.graph", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L133", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/component-graph", :doc "Given a graph, perhaps with cycles, return a reduced graph that is acyclic.\nEach node in the new graph will be a set of nodes from the old.\nThese sets are the strongly connected components. Each edge will\nbe the union of the corresponding edges of the prior graph.", :var-type "function", :line 133, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} {:arglists ([g]), :name "dependency-list", :namespace "clojure.contrib.graph", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L190", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/dependency-list", :doc "Similar to a topological sort, this returns a vector of sets. The\nset of nodes at index 0 are independent. The set at index 1 depend\non index 0; those at 2 depend on 0 and 1, and so on. Those withing\na set have no mutual dependencies. Assume the input graph (which\nmuch be acyclic) has an edge a->b when a depends on b.", :var-type "function", :line 190, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} {:arglists ([data fun max equal]), :name "fixed-point", :namespace "clojure.contrib.graph", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L167", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/fixed-point", :doc "Repeatedly apply fun to data until (equal old-data new-data)\nreturns true. If max iterations occur, it will throw an\nexception. Set max to nil for unlimited iterations.", :var-type "function", :line 167, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} {:arglists ([g n]), :name "get-neighbors", :namespace "clojure.contrib.graph", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L29", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/get-neighbors", :doc "Get the neighbors of a node.", :var-type "function", :line 29, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} {:arglists ([g n] [g ns v]), :name "lazy-walk", :namespace "clojure.contrib.graph", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L68", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/lazy-walk", :doc "Return a lazy sequence of the nodes of a graph starting a node n. Optionally,\nprovide a set of visited notes (v) and a collection of nodes to\nvisit (ns).", :var-type "function", :line 68, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} {:arglists ([g]), :name "post-ordered-nodes", :namespace "clojure.contrib.graph", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L110", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/post-ordered-nodes", :doc "Return a sequence of indexes of a post-ordered walk of the graph.", :var-type "function", :line 110, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} {:arglists ([g ns]), :name "recursive-component?", :namespace "clojure.contrib.graph", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L151", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/recursive-component?", :doc "Is the component (recieved from scc) self recursive?", :var-type "function", :line 151, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} {:arglists ([g]), :name "remove-loops", :namespace "clojure.contrib.graph", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L57", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/remove-loops", :doc "For each node n, remove any edges n->n.", :var-type "function", :line 57, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} {:arglists ([g]), :name "reverse-graph", :namespace "clojure.contrib.graph", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L37", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/reverse-graph", :doc "Given a directed graph, return another directed graph with the\norder of the edges reversed.", :var-type "function", :line 37, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} {:arglists ([g]), :name "scc", :namespace "clojure.contrib.graph", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L117", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/scc", :doc "Returns, as a sequence of sets, the strongly connected components\nof g.", :var-type "function", :line 117, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} {:arglists ([g]), :name "self-recursive-sets", :namespace "clojure.contrib.graph", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L158", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/self-recursive-sets", :doc "Returns, as a sequence of sets, the components of a graph that are\nself-recursive.", :var-type "function", :line 158, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} {:arglists ([g1 g2]), :name "stratification-list", :namespace "clojure.contrib.graph", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L207", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/stratification-list", :doc "Similar to dependency-list (see doc), except two graphs are\nprovided. The first is as dependency-list. The second (which may\nhave cycles) provides a partial-dependency relation. If node a\ndepends on node b (meaning an edge a->b exists) in the second\ngraph, node a must be equal or later in the sequence.", :var-type "function", :line 207, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} {:arglists ([g]), :name "transitive-closure", :namespace "clojure.contrib.graph", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L81", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/transitive-closure", :doc "Returns the transitive closure of a graph. The neighbors are lazily computed.\n\nNote: some version of this algorithm return all edges a->a\nregardless of whether such loops exist in the original graph. This\nversion does not. Loops will be included only if produced by\ncycles in the graph. If you have code that depends on such\nbehavior, call (-> g transitive-closure add-loops)", :var-type "function", :line 81, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} {:arglists ([& args]), :name "all-greatest", :namespace "clojure.contrib.greatest-least", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L52", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-greatest", :doc "Returns all the greatest elements.", :var-type "function", :line 52, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj"} {:arglists ([f & args]), :name "all-greatest-by", :namespace "clojure.contrib.greatest-least", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L47", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-greatest-by", :doc "Return all the elements for which f yields the greatest value.", :var-type "function", :line 47, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj"} {:arglists ([& args]), :name "all-least", :namespace "clojure.contrib.greatest-least", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L62", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-least", :doc "Returns all the least elements.", :var-type "function", :line 62, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj"} {:arglists ([f & args]), :name "all-least-by", :namespace "clojure.contrib.greatest-least", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L57", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-least-by", :doc "Return all the elements for which f yields the least value.", :var-type "function", :line 57, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj"} {:arglists ([& args]), :name "greatest", :namespace "clojure.contrib.greatest-least", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L18", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/greatest", :doc "Return the greatest argument.", :var-type "function", :line 18, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj"} {:arglists ([f & args]), :name "greatest-by", :namespace "clojure.contrib.greatest-least", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L13", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/greatest-by", :doc "Return the argument for which f yields the greatest value.", :var-type "function", :line 13, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj"} {:arglists ([& args]), :name "least", :namespace "clojure.contrib.greatest-least", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L28", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/least", :doc "Return the smallest element.", :var-type "function", :line 28, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj"} {:arglists ([f & args]), :name "least-by", :namespace "clojure.contrib.greatest-least", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L23", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/least-by", :doc "Return the argument for which f yields the smallest value.", :var-type "function", :line 23, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj"} {:arglists ([http-agnt]), :name "buffer-bytes", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L147", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/buffer-bytes", :doc "The default HTTP agent result handler; it collects the response\nbody in a java.io.ByteArrayOutputStream, which can later be\nretrieved with the 'stream', 'string', and 'bytes' functions.", :var-type "function", :line 147, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt]), :name "bytes", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L253", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/bytes", :doc "Returns a Java byte array of the content returned by the server;\nnil if the content is not yet available.", :var-type "function", :line 253, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt]), :name "client-error?", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L364", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/client-error?", :doc "Returns true if the HTTP response code was in the 400-499 range.", :var-type "function", :line 364, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt]), :name "done?", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L303", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/done?", :doc "Returns true if the HTTP request/response has completed.", :var-type "function", :line 303, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt]), :name "error?", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L374", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/error?", :doc "Returns true if the HTTP response code was in the 400-499 range OR\nthe 500-599 range.", :var-type "function", :line 374, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt]), :name "headers", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L324", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/headers", :doc "Returns a map of HTTP response headers. Header names are converted\nto keywords in all lower-case Header values are strings. If a\nheader appears more than once, only the last value is returned.", :var-type "function", :line 324, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt]), :name "headers-seq", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L334", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/headers-seq", :doc "Returns the HTTP response headers in order as a sequence of\n[String,String] pairs. The first 'header' name may be null for the\nHTTP status line.", :var-type "function", :line 334, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([uri & options]), :name "http-agent", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L168", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/http-agent", :doc "Creates (and immediately returns) an Agent representing an HTTP\nrequest running in a new thread.\n\noptions are key/value pairs:\n\n:method string\n\nThe HTTP method name. Default is \"GET\".\n\n:headers h\n\nHTTP headers, as a Map or a sequence of pairs like \n([key1,value1], [key2,value2]) Default is nil.\n\n:body b\n\nHTTP request entity body, one of nil, String, byte[], InputStream,\nReader, or File. Default is nil.\n\n:connect-timeout int\n\nTimeout value, in milliseconds, when opening a connection to the\nURL. Default is zero, meaning no timeout.\n\n:read-timeout int\n\nTimeout value, in milliseconds, when reading data from the\nconnection. Default is zero, meaning no timeout.\n\n:follow-redirects boolean\n\nIf true, HTTP 3xx redirects will be followed automatically. Default\nis true.\n\n:handler f\n\nFunction to be called when the HTTP response body is ready. If you\ndo not provide a handler function, the default is to buffer the\nentire response body in memory.\n\nThe handler function will be called with the HTTP agent as its\nargument, and can use the 'stream' function to read the response\nbody. The return value of this function will be stored in the state\nof the agent and can be retrieved with the 'result' function. Any\nexceptions thrown by this function will be added to the agent's\nerror queue (see agent-errors). The default function collects the\nresponse stream in a memory buffer.\n", :var-type "function", :line 168, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt]), :name "message", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L317", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/message", :doc "Returns the HTTP response message (e.g. 'Not Found'), for this\nrequest, or nil if the response has not yet been received.", :var-type "function", :line 317, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt]), :name "method", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L287", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/method", :doc "Returns the HTTP method name used by this HTTP agent, as a String.", :var-type "function", :line 287, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt]), :name "redirect?", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L355", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/redirect?", :doc "Returns true if the HTTP response code was in the 300-399 range.\n\nNote: if the :follow-redirects option was true (the default),\nredirects will be followed automatically and a the agent will never\nreturn a 3xx response code.", :var-type "function", :line 355, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt]), :name "request-body", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L292", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/request-body", :doc "Returns the HTTP request body given to this HTTP agent. \n\nNote: if the request body was an InputStream or a Reader, it will no\nlonger be usable.", :var-type "function", :line 292, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt]), :name "request-headers", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L282", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/request-headers", :doc "Returns the request headers specified for this HTTP agent.", :var-type "function", :line 282, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt]), :name "request-uri", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L277", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/request-uri", :doc "Returns the URI/URL requested by this HTTP agent, as a String.", :var-type "function", :line 277, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt]), :name "result", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L231", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/result", :doc "Returns the value returned by the :handler function of the HTTP\nagent; blocks until the HTTP request is completed. The default\nhandler function returns a ByteArrayOutputStream.", :var-type "function", :line 231, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt]), :name "server-error?", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L369", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/server-error?", :doc "Returns true if the HTTP response code was in the 500-599 range.", :var-type "function", :line 369, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt]), :name "status", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L309", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/status", :doc "Returns the HTTP response status code (e.g. 200, 404) for this\nrequest, as an Integer, or nil if the status has not yet been\nreceived.", :var-type "function", :line 309, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt]), :name "stream", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L239", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/stream", :doc "Returns an InputStream of the HTTP response body. When called by\nthe handler function passed to http-agent, this is the raw\nHttpURLConnection stream.\n\nIf the default handler function was used, this function returns a\nByteArrayInputStream on the buffered response body.", :var-type "function", :line 239, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt] [http-agnt encoding]), :name "string", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L259", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/string", :doc "Returns the HTTP response body as a string, using the given\nencoding.\n\nIf no encoding is given, uses the encoding specified in the server\nheaders, or clojure.contrib.duck-streams/*default-encoding* if it is\nnot specified.", :var-type "function", :line 259, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([http-agnt]), :name "success?", :namespace "clojure.contrib.http.agent", :source-url "https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L350", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/success?", :doc "Returns true if the HTTP response code was in the 200-299 range.", :var-type "function", :line 350, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} {:arglists ([url]), :name "http-connection", :namespace "clojure.contrib.http.connection", :source-url "https://github.com/clojure/clojure-contrib/blob/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj#L21", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.connection-api.html#clojure.contrib.http.connection/http-connection", :doc "Opens an HttpURLConnection at the URL, handled by as-url.", :var-type "function", :line 21, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/connection.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj#L26", :wiki-url "http://clojure.github.com/clojure-contrib//http.connection-api.html#clojure.contrib.http.connection/send-request-entity", :namespace "clojure.contrib.http.connection", :line 26, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/connection.clj", :var-type "multimethod", :doc "Transmits a request entity body.", :name "send-request-entity"} {:arglists ([class & fields-and-methods]), :name "import-static", :namespace "clojure.contrib.import-static", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/import_static.clj#L22", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/import_static.clj", :wiki-url "http://clojure.github.com/clojure-contrib//import-static-api.html#clojure.contrib.import-static/import-static", :doc "Imports the named static fields and/or static methods of the class\nas (private) symbols in the current namespace.\n\nExample: \n user=> (import-static java.lang.Math PI sqrt)\n nil\n user=> PI\n 3.141592653589793\n user=> (sqrt 16)\n 4.0\n\nNote: The class name must be fully qualified, even if it has already\nbeen imported. Static methods are defined as MACROS, not\nfirst-class fns.", :var-type "macro", :line 22, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/import_static.clj"} {:arglists ([jar-file]), :name "filenames-in-jar", :namespace "clojure.contrib.jar", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/jar.clj#L29", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/jar.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jar-api.html#clojure.contrib.jar/filenames-in-jar", :doc "Returns a sequence of Strings naming the non-directory entries in\nthe JAR file.", :var-type "function", :line 29, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jar.clj"} {:arglists ([file]), :name "jar-file?", :namespace "clojure.contrib.jar", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/jar.clj#L22", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/jar.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jar-api.html#clojure.contrib.jar/jar-file?", :doc "Returns true if file is a normal file with a .jar or .JAR extension.", :var-type "function", :line 22, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jar.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L75", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/as-file", :namespace "clojure.contrib.java-utils", :line 75, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj", :var-type "multimethod", :doc "Interpret a String or a java.io.File as a File. Building block\nfor clojure.contrib.java-utils/file, which you should prefer\nin most cases.", :name "as-file"} {:arglists ([m]), :name "as-properties", :namespace "clojure.contrib.java-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L152", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/as-properties", :doc "Convert any seq of pairs to a java.utils.Properties instance.\nUses as-str to convert both keys and values into strings.", :var-type "function", :line 152, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} {:arglists ([] [x] [x & ys]), :name "as-str", :namespace "clojure.contrib.java-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L92", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/as-str", :doc "Like clojure.core/str, but if an argument is a keyword or symbol,\nits name will be used instead of its literal representation.\n\nExample:\n (str :foo :bar) ;;=> \":foo:bar\"\n (as-str :foo :bar) ;;=> \"foobar\" \n\nNote that this does not apply to keywords or symbols nested within\ndata structures; they will be rendered as with str.\n\nExample:\n (str {:foo :bar}) ;;=> \"{:foo :bar}\"\n (as-str {:foo :bar}) ;;=> \"{:foo :bar}\" ", :var-type "function", :line 92, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} {:arglists ([arg]), :name "as-url", :namespace "clojure.contrib.java-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L195", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/as-url", :doc "Coerces argument (URL, URI, or String) to a java.net.URL.", :var-type "multimethod", :line 195, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} {:arglists ([f & [silently]]), :name "delete-file", :namespace "clojure.contrib.java-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L178", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/delete-file", :doc "Delete file f. Raise an exception if it fails unless silently is true.", :var-type "function", :line 178, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} {:arglists ([f & [silently]]), :name "delete-file-recursively", :namespace "clojure.contrib.java-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L185", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/delete-file-recursively", :doc "Delete file f. If it's a directory, recursively delete all its contents.\nRaise an exception if any deletion fails unless silently is true.", :var-type "function", :line 185, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} {:arglists ([arg] [parent child] [parent child & more]), :name "file", :namespace "clojure.contrib.java-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L83", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/file", :doc "Returns a java.io.File from string or file args.", :var-type "function", :line 83, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} {:arglists ([stringable] [stringable default]), :name "get-system-property", :namespace "clojure.contrib.java-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L117", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/get-system-property", :doc "Get a system property.", :var-type "function", :line 117, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} {:arglists ([file-able]), :name "read-properties", :namespace "clojure.contrib.java-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L162", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/read-properties", :doc "Read properties from file-able.", :var-type "function", :line 162, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L62", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/relative-path-string", :namespace "clojure.contrib.java-utils", :line 62, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj", :var-type "multimethod", :doc "Interpret a String or java.io.File as a relative path string. \nBuilding block for clojure.contrib.java-utils/file.", :name "relative-path-string"} {:arglists ([settings]), :name "set-system-properties", :namespace "clojure.contrib.java-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L124", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/set-system-properties", :doc "Set some system properties. Nil clears a property.", :var-type "function", :line 124, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} {:arglists ([class-name field-name obj]), :name "wall-hack-field", :namespace "clojure.contrib.java-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L218", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/wall-hack-field", :doc "Access to private or protected field.", :var-type "function", :line 218, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} {:arglists ([class-name method-name params obj & args]), :name "wall-hack-method", :namespace "clojure.contrib.java-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L208", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/wall-hack-method", :doc "Calls a private or protected method.\nparams is a vector of class which correspond to the arguments to the method\nobj is nil for static methods, the instance object otherwise\nthe method name is given as a symbol or a keyword (something Named)", :var-type "function", :line 208, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} {:arglists ([settings & body]), :name "with-system-properties", :namespace "clojure.contrib.java-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L132", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/with-system-properties", :doc "setting => property-name value\n\nSets the system properties to the supplied values, executes the body, and\nsets the properties back to their original values. Values of nil are\ntranslated to a clearing of the property.", :var-type "macro", :line 132, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} {:arglists ([m file-able] [m file-able comments]), :name "write-properties", :namespace "clojure.contrib.java-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L169", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/write-properties", :doc "Write properties to file-able.", :var-type "function", :line 169, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} {:arglists ([url]), :name "open-url-in-browser", :namespace "clojure.contrib.javadoc.browse", :source-url "https://github.com/clojure/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/javadoc/browse.clj#L25", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/javadoc/browse.clj", :wiki-url "http://clojure.github.com/clojure-contrib//javadoc.browse-api.html#clojure.contrib.javadoc.browse/open-url-in-browser", :doc "Opens url (a string) in the default system web browser. May not\nwork on all platforms. Returns url on success, nil if not\nsupported.", :var-type "function", :line 25, :file "clojure/contrib/javadoc/browse.clj"} {:arglists ([url]), :name "open-url-in-swing", :namespace "clojure.contrib.javadoc.browse", :source-url "https://github.com/clojure/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/javadoc/browse.clj#L40", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/javadoc/browse.clj", :wiki-url "http://clojure.github.com/clojure-contrib//javadoc.browse-api.html#clojure.contrib.javadoc.browse/open-url-in-swing", :doc "Opens url (a string) in a Swing window.", :var-type "function", :line 40, :file "clojure/contrib/javadoc/browse.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L83", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/*connection*", :namespace "clojure.contrib.jmx", :line 83, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx.clj", :var-type "var", :doc "The connection to be used for JMX ops. Defaults to the local process.", :name "*connection*"} {:arglists ([string-or-name]), :name "as-object-name", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj#L26", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/as-object-name", :doc "Interpret an object as a JMX ObjectName.", :var-type "multimethod", :line 26, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj"} {:arglists ([object-name attr-name]), :name "attribute-info", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L69", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/attribute-info", :doc "Get the MBeanAttributeInfo for an attribute", :var-type "function", :line 69, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj"} {:arglists ([n]), :name "attribute-names", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L95", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/attribute-names", :doc "All attribute names available on an MBean.", :var-type "function", :line 95, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx.clj"} {:arglists ([attr-name attr-value] [name type desc readable? writable? is?]), :name "build-attribute-info", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj#L91", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/build-attribute-info", :doc "Construct an MBeanAttributeInfo. Normally called with a key/value pair from a Clojure map.", :var-type "function", :line 91, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj"} {:arglists ([value]), :name "guess-attribute-typename", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj#L85", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/guess-attribute-typename", :doc "Guess the attribute typename for MBeanAttributeInfo based on the attribute value.", :var-type "function", :line 85, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj#L64", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/jmx->clj", :namespace "clojure.contrib.jmx", :line 64, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj", :var-type "multimethod", :doc "Coerce JMX data structures into Clojure data.\nHandles CompositeData, TabularData, maps, and atoms.", :name "jmx->clj"} {:arglists ([] [overrides]), :name "jmx-url", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj#L19", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/jmx-url", :doc "Build a JMX URL from options.", :var-type "function", :line 19, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj"} {:arglists ([attr-map]), :name "map->attribute-infos", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj#L100", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/map->attribute-infos", :doc "Construct an MBeanAttributeInfo[] from a Clojure associative.", :var-type "function", :line 100, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj"} {:arglists ([k]), :name "maybe-atomize", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj#L44", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/maybe-atomize", :doc "Convert a list of length 1 into its contents, leaving other things alone.\nUsed to simplify keys in the tabular data API.", :var-type "function", :line 44, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj"} {:arglists ([s]), :name "maybe-keywordize", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj#L38", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/maybe-keywordize", :doc "Convert a string key to a keyword, leaving other types alone. Used to\nsimplify keys in the tabular data API.", :var-type "function", :line 38, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj"} {:arglists ([n]), :name "mbean", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L114", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/mbean", :doc "Like clojure.core/bean, but for JMX beans. Returns a read-only map of\na JMX bean's attributes. If an attribute it not supported, value is\nset to the exception thrown.", :var-type "function", :line 114, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx.clj"} {:arglists ([n]), :name "mbean-names", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L90", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/mbean-names", :doc "Finds all MBeans matching a name on the current *connection*.", :var-type "function", :line 90, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx.clj"} {:arglists ([n op]), :name "op-param-types", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L90", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/op-param-types", :doc "The parameter types (as class name strings) for operation op on n. Used for invoke.", :var-type "function", :line 90, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj"} {:arglists ([n op]), :name "operation", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L85", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/operation", :doc "The MBeanOperationInfo for operation op on mbean n. Used for invoke.", :var-type "function", :line 85, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj"} {:arglists ([n]), :name "operation-names", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L101", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/operation-names", :doc "All operation names available on an MBean.", :var-type "function", :line 101, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx.clj"} {:arglists ([n]), :name "operations", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L80", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/operations", :doc "All oeprations available on an MBean.", :var-type "function", :line 80, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj"} {:arglists ([n attr]), :name "raw-read", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L30", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/raw-read", :doc "Read an mbean property. Returns low-level Java object model for composites, tabulars, etc.\nMost callers should use read.", :var-type "function", :line 30, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L36", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/read", :namespace "clojure.contrib.jmx", :line 36, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj", :var-type "var", :doc "Read an mbean property.", :name "read"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L40", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/read-exceptions", :namespace "clojure.contrib.jmx", :line 40, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj", :var-type "var", :doc "Exceptions that might be thrown if you try to read an unsupported attribute.\nby testing agains jconsole and Tomcat. This is dreadful and ad-hoc but I did not\nwant to swallow all exceptions.", :name "read-exceptions"} {:arglists ([n attr]), :name "read-supported", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L50", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/read-supported", :doc "Calls read to read an mbean property, *returning* unsupported operation exceptions instead of throwing them.\nUsed to keep mbean from blowing up. Note that some terribly-behaved mbeans use java.lang.InternalError to\nindicate an unsupported operation!", :var-type "function", :line 50, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj"} {:arglists ([n attr]), :name "readable?", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L75", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/readable?", :doc "Is attribute readable?", :var-type "function", :line 75, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj"} {:arglists ([opts & body]), :name "with-connection", :namespace "clojure.contrib.jmx", :source-url "https://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L19", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/with-connection", :doc "Execute body with JMX connection specified by opts (:port).", :var-type "macro", :line 19, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/read.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/read.clj#L55", :wiki-url "http://clojure.github.com/clojure-contrib//json.read-api.html#clojure.contrib.json.read/*json-keyword-keys*", :namespace "clojure.contrib.json.read", :line 55, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/json/read.clj", :var-type "var", :doc "If true, JSON object keys will be converted to keywords\ninstead of strings. Defaults to false. There are no checks that\nthe strings form valid keywords.", :name "*json-keyword-keys*"} {:arglists ([] [s] [stream eof-error? eof-value]), :name "read-json", :namespace "clojure.contrib.json.read", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/read.clj#L143", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/read.clj", :wiki-url "http://clojure.github.com/clojure-contrib//json.read-api.html#clojure.contrib.json.read/read-json", :doc "Read one JSON record from s, which may be a String or a\njava.io.PushbackReader.", :var-type "function", :line 143, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/json/read.clj"} {:arglists ([x]), :name "json-str", :namespace "clojure.contrib.json.write", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/write.clj#L138", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/write.clj", :wiki-url "http://clojure.github.com/clojure-contrib//json.write-api.html#clojure.contrib.json.write/json-str", :doc "Converts x to a JSON-formatted string.", :var-type "function", :line 138, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/json/write.clj"} {:arglists ([x]), :name "print-json", :namespace "clojure.contrib.json.write", :source-url "https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/write.clj#L50", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/write.clj", :wiki-url "http://clojure.github.com/clojure-contrib//json.write-api.html#clojure.contrib.json.write/print-json", :doc "Prints x as JSON. Nil becomes JSON null. Keywords become\nstrings, without the leading colon. Maps become JSON objects, all\nother collection types become JSON arrays. Java arrays become JSON\narrays. Unicode characters in strings are escaped as \\uXXXX.\nNumbers print as with pr.", :var-type "multimethod", :line 50, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/json/write.clj"} {:arglists ([]), :name "fibs", :namespace "clojure.contrib.lazy-seqs", :source-url "https://github.com/clojure/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj#L78", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-seqs-api.html#clojure.contrib.lazy-seqs/fibs", :doc "Returns a lazy sequence of all the Fibonacci numbers.", :var-type "function", :line 78, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_seqs.clj"} {:arglists ([]), :name "powers-of-2", :namespace "clojure.contrib.lazy-seqs", :source-url "https://github.com/clojure/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj#L83", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-seqs-api.html#clojure.contrib.lazy-seqs/powers-of-2", :doc "Returns a lazy sequence of all the powers of 2", :var-type "function", :line 83, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_seqs.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj#L62", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-seqs-api.html#clojure.contrib.lazy-seqs/primes", :namespace "clojure.contrib.lazy-seqs", :line 62, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_seqs.clj", :var-type "var", :doc "Lazy sequence of all the prime numbers.", :name "primes"} {:arglists ([x & opts]), :name "emit", :namespace "clojure.contrib.lazy-xml", :source-url "https://github.com/clojure/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L141", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-xml-api.html#clojure.contrib.lazy-xml/emit", :doc "Prints an declaration line, and then calls emit-element", :var-type "function", :line 141, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_xml.clj"} {:arglists ([e & opts]), :name "emit-element", :namespace "clojure.contrib.lazy-xml", :source-url "https://github.com/clojure/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L118", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-xml-api.html#clojure.contrib.lazy-xml/emit-element", :doc "Recursively prints as XML text the element struct e. To have it\nprint extra whitespace like clojure.xml/emit, use the :pad true\noption.", :var-type "function", :line 118, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_xml.clj"} {:arglists ([s] [s startparse] [s startparse queue-size]), :name "parse-seq", :namespace "clojure.contrib.lazy-xml", :source-url "https://github.com/clojure/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L38", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-xml-api.html#clojure.contrib.lazy-xml/parse-seq", :doc "Parses the source s, which can be a File, InputStream or String\nnaming a URI. Returns a lazy sequence of maps with two or more of\nthe keys :type, :name, :attrs, and :str. Other SAX-compatible\nparsers can be supplied by passing startparse, a fn taking a source\nand a ContentHandler and returning a parser. If a parser is\nspecified, it will be run in a separate thread and be allowed to get\nahead by queue-size items, which defaults to maxint. If no parser\nis specified and org.xmlpull.v1.XmlPullParser is in the classpath,\nthis superior pull parser will be used.", :var-type "function", :line 38, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_xml.clj"} {:arglists ([s] [s startparse queue-size]), :name "parse-trim", :namespace "clojure.contrib.lazy-xml", :source-url "https://github.com/clojure/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L95", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-xml-api.html#clojure.contrib.lazy-xml/parse-trim", :doc "Parses the source s, which can be a File, InputStream or String\nnaming a URI. Returns a lazy tree of the clojure.xml/element\nstruct-map, which has the keys :tag, :attrs, and :content and\naccessor fns tag, attrs, and content, with the whitespace trimmed\nfrom around each content string. This format is compatible with what\nclojure.xml/parse produces, except :content is a lazy seq instead of\na vector. Other SAX-compatible parsers can be supplied by passing\nstartparse, a fn taking a source and a ContentHandler and returning\na parser. If a parser is specified, it will be run in a separate\nthread and be allowed to get ahead by queue-size items, which\ndefaults to maxing. If no parser is specified and\norg.xmlpull.v1.XmlPullParser is in the classpath, this superior pull\nparser will be used.", :var-type "function", :line 95, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_xml.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L202", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/*allow-direct-logging*", :namespace "clojure.contrib.logging", :line 202, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", :var-type "var", :doc "A boolean indicating whether direct logging (as opposed to via an agent) is\nallowed when not operating from within a transaction. Defaults to true.", :name "*allow-direct-logging*"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/*impl-name*", :namespace "clojure.contrib.logging", :line 190, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", :var-type "var", :doc "The name of the logging implementation used.", :name "*impl-name*"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L196", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/*logging-agent*", :namespace "clojure.contrib.logging", :line 196, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", :var-type "var", :doc "The default agent used for performing logging durng a transaction or when\ndirect logging is disabled.", :name "*logging-agent*"} {:arglists ([_ log level message throwable]), :name "agent-write!", :namespace "clojure.contrib.logging", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L208", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/agent-write!", :doc "Writes the message immediately, and ignores the first argument. Used by the\nlogging agent. End-users should never need to call this function.", :var-type "function", :line 208, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} {:arglists ([message] [message throwable]), :name "debug", :namespace "clojure.contrib.logging", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L316", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/debug", :doc "Logs a message at the debug level.", :var-type "macro", :line 316, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} {:arglists ([level] [level log-ns]), :name "enabled?", :namespace "clojure.contrib.logging", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L232", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/enabled?", :doc "Returns true if the specific logging level is enabled. Use of this function\nshould only be necessary if one needs to execute alternate code paths beyond\nwhether the log should be written to.", :var-type "macro", :line 232, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} {:arglists ([message] [message throwable]), :name "error", :namespace "clojure.contrib.logging", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L337", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/error", :doc "Logs a message at the error level.", :var-type "macro", :line 337, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} {:arglists ([message] [message throwable]), :name "fatal", :namespace "clojure.contrib.logging", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L344", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/fatal", :doc "Logs a message at the fatal level.", :var-type "macro", :line 344, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/impl-enabled?", :namespace "clojure.contrib.logging", :line 190, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", :var-type "var", :doc "Implementation-specific check if a particular level is enabled. End-users\nshould not need to call this function.", :name "impl-enabled?"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/impl-get-log", :namespace "clojure.contrib.logging", :line 190, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", :var-type "var", :doc "Returns an implementation-specific log by string namespace. End-users should\nnot need to call this function.", :name "impl-get-log"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/impl-write!", :namespace "clojure.contrib.logging", :line 190, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", :var-type "var", :doc "Implementation-specific write of a log message. End-users should not need to\ncall this function.", :name "impl-write!"} {:arglists ([message] [message throwable]), :name "info", :namespace "clojure.contrib.logging", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L323", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/info", :doc "Logs a message at the info level.", :var-type "macro", :line 323, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} {:arglists ([level message] [level message throwable] [level message throwable log-ns]), :name "log", :namespace "clojure.contrib.logging", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L215", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log", :doc "Logs a message, either directly or via an agent. Also see the level-specific\nconvenience macros.", :var-type "macro", :line 215, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} {:arglists ([log-ns]), :name "log-capture!", :namespace "clojure.contrib.logging", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L271", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log-capture!", :doc "Captures System.out and System.err, redirecting all writes of those streams\nto :info and :error logging, respectively. The specified log-ns value will\nbe used to namespace all redirected logging. NOTE: this will not redirect\noutput of *out* or *err*; for that, use with-logs.", :var-type "function", :line 271, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} {:arglists ([level log-ns]), :name "log-stream", :namespace "clojure.contrib.logging", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L249", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log-stream", :doc "Creates a PrintStream that will output to the log. End-users should not need\nto invoke this function.", :var-type "function", :line 249, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} {:arglists ([]), :name "log-uncapture!", :namespace "clojure.contrib.logging", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L287", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log-uncapture!", :doc "Restores System.out and System.err to their original values.", :var-type "function", :line 287, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} {:arglists ([expr]), :name "spy", :namespace "clojure.contrib.logging", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L242", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/spy", :doc "Evaluates expr and outputs the form and its result to the debug log; returns \nthe result of expr.", :var-type "macro", :line 242, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} {:arglists ([message] [message throwable]), :name "trace", :namespace "clojure.contrib.logging", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L309", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/trace", :doc "Logs a message at the trace level.", :var-type "macro", :line 309, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} {:arglists ([message] [message throwable]), :name "warn", :namespace "clojure.contrib.logging", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L330", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/warn", :doc "Logs a message at the warn level.", :var-type "macro", :line 330, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} {:arglists ([log-ns & body]), :name "with-logs", :namespace "clojure.contrib.logging", :source-url "https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L297", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/with-logs", :doc "Evaluates exprs in a context in which *out* and *err* are bound to :info and\n:error logging, respectively. The specified log-ns value will be used to\nnamespace all redirected logging.", :var-type "macro", :line 297, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} {:arglists ([symbol expansion]), :name "defsymbolmacro", :namespace "clojure.contrib.macro-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj#L199", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/defsymbolmacro", :doc "Define a symbol macro. Because symbol macros are not part of\nClojure's built-in macro expansion system, they can be used only\ninside a with-symbol-macros form.", :var-type "macro", :line 199, :file "clojure/contrib/macro_utils.clj"} {:arglists ([name params & forms]), :name "deftemplate", :namespace "clojure.contrib.macro-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj#L213", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/deftemplate", :doc "Define a macro that expands into forms after replacing the\nsymbols in params (a vector) by the corresponding parameters\ngiven in the macro call.", :var-type "macro", :line 213, :file "clojure/contrib/macro_utils.clj"} {:arglists ([fn-bindings & exprs]), :name "macrolet", :namespace "clojure.contrib.macro-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj#L178", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/macrolet", :doc "Define local macros that are used in the expansion of exprs. The\nsyntax is the same as for letfn forms.", :var-type "macro", :line 178, :file "clojure/contrib/macro_utils.clj"} {:arglists ([form]), :name "mexpand", :namespace "clojure.contrib.macro-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj#L233", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/mexpand", :doc "Like clojure.core/macroexpand, but takes into account symbol macros.", :var-type "function", :line 233, :file "clojure/contrib/macro_utils.clj"} {:arglists ([form]), :name "mexpand-1", :namespace "clojure.contrib.macro-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj#L225", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/mexpand-1", :doc "Like clojure.core/macroexpand-1, but takes into account symbol macros.", :var-type "function", :line 225, :file "clojure/contrib/macro_utils.clj"} {:arglists ([form]), :name "mexpand-all", :namespace "clojure.contrib.macro-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj#L241", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/mexpand-all", :doc "Perform a full recursive macro expansion of a form.", :var-type "function", :line 241, :file "clojure/contrib/macro_utils.clj"} {:arglists ([symbol-bindings & exprs]), :name "symbol-macrolet", :namespace "clojure.contrib.macro-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj#L189", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/symbol-macrolet", :doc "Define local symbol macros that are used in the expansion of exprs.\nThe syntax is the same as for let forms.", :var-type "macro", :line 189, :file "clojure/contrib/macro_utils.clj"} {:arglists ([& exprs]), :name "with-symbol-macros", :namespace "clojure.contrib.macro-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj#L208", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/with-symbol-macros", :doc "Fully expand exprs, including symbol macros.", :var-type "macro", :line 208, :file "clojure/contrib/macro_utils.clj"} {:arglists ([expr]), :name "const", :namespace "clojure.contrib.macros", :source-url "https://github.com/clojure/clojure-contrib/blob/59b6a660707837af10b69cc67fe9033ba528d22f/src/clojure/contrib/macros.clj#L18", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/59b6a660707837af10b69cc67fe9033ba528d22f/src/clojure/contrib/macros.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macros-api.html#clojure.contrib.macros/const", :doc "Evaluate the constant expression expr at compile time.", :var-type "macro", :line 18, :file "clojure/contrib/macros.clj"} {:arglists ([fn-bindings & exprs]), :name "letfn-", :namespace "clojure.contrib.macros", :source-url "https://github.com/clojure/clojure-contrib/blob/59b6a660707837af10b69cc67fe9033ba528d22f/src/clojure/contrib/macros.clj#L28", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/59b6a660707837af10b69cc67fe9033ba528d22f/src/clojure/contrib/macros.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macros-api.html#clojure.contrib.macros/letfn-", :doc "OBSOLETE: use clojure.core/letfn\nA variant of let for local function definitions. fn-bindings consists\nof name/args/body triples, with (letfn [name args body] ...)\nbeing equivalent to (let [name (fn name args body)] ...).", :var-type "macro", :line 28, :file "clojure/contrib/macros.clj"} {:arglists ([symbols? & body]), :name "with-direct-linking", :namespace "clojure.contrib.macros", :source-url "https://github.com/clojure/clojure-contrib/blob/59b6a660707837af10b69cc67fe9033ba528d22f/src/clojure/contrib/macros.clj#L68", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/59b6a660707837af10b69cc67fe9033ba528d22f/src/clojure/contrib/macros.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macros-api.html#clojure.contrib.macros/with-direct-linking", :doc "EXPERIMENTAL!\nCompiles the functions in body with direct links to the functions\nnamed in symbols, i.e. without a var lookup for each invocation.\nSymbols is a vector of symbols that name either vars or namespaces.\nA namespace reference is replaced by the list of all symbols in the\nnamespace that are bound to functions. If symbols is not provided,\nthe default value ['clojure.core] is used. The symbol *ns* can be\nused to refer to the current namespace.", :var-type "macro", :line 68, :file "clojure/contrib/macros.clj"} {:arglists ([f & maps]), :name "deep-merge-with", :namespace "clojure.contrib.map-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L41", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/deep-merge-with", :doc "Like merge-with, but merges maps recursively, applying the given fn\nonly when there's a non-map at a particular level.\n\n(deepmerge + {:a {:b {:c 1 :d {:x 1 :y 2}} :e 3} :f 4}\n {:a {:b {:c 2 :d {:z 9} :z 3} :e 100}})\n-> {:a {:b {:z 3, :c 3, :d {:z 9, :x 1, :y 2}}, :e 103}, :f 4}", :var-type "function", :line 41, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/map_utils.clj"} {:arglists ([map key not-found]), :name "lazy-get", :namespace "clojure.contrib.map-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L22", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/lazy-get", :doc "Like get, but doesn't evaluate not-found unless it is needed.", :var-type "macro", :line 22, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/map_utils.clj"} {:arglists ([map key]), :name "safe-get", :namespace "clojure.contrib.map-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L29", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/safe-get", :doc "Like get, but throws an exception if the key is not found.", :var-type "function", :line 29, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/map_utils.clj"} {:arglists ([map ks]), :name "safe-get-in", :namespace "clojure.contrib.map-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L35", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/safe-get-in", :doc "Like get-in, but throws an exception if any key is not found.", :var-type "function", :line 35, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/map_utils.clj"} {:arglists ([n]), :name "abs", :namespace "clojure.contrib.math", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L122", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/abs", :doc "(abs n) is the absolute value of n", :var-type "function", :line 122, :file "clojure/contrib/math.clj"} {:arglists ([n]), :name "ceil", :namespace "clojure.contrib.math", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L141", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/ceil", :doc "(ceil n) returns the least integer greater than or equal to n.\nIf n is an exact number, ceil returns an integer, otherwise a double.", :var-type "multimethod", :line 141, :file "clojure/contrib/math.clj"} {:arglists ([n]), :name "exact-integer-sqrt", :namespace "clojure.contrib.math", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L206", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/exact-integer-sqrt", :doc "(exact-integer-sqrt n) expects a non-negative integer n, and returns [s r] where n = s^2+r and n < (s+1)^2. In other words, it returns the floor of the square root and the 'remainder'.\nFor example, (exact-integer-sqrt 15) is [3 6] because 15 = 3^2+6.", :var-type "function", :line 206, :file "clojure/contrib/math.clj"} {:arglists ([base pow]), :name "expt", :namespace "clojure.contrib.math", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L101", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/expt", :doc "(expt base pow) is base to the pow power.\nReturns an exact number if the base is an exact number and the power is an integer, otherwise returns a double.", :var-type "multimethod", :line 101, :file "clojure/contrib/math.clj"} {:arglists ([n]), :name "floor", :namespace "clojure.contrib.math", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L129", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/floor", :doc "(floor n) returns the greatest integer less than or equal to n.\nIf n is an exact number, floor returns an integer, otherwise a double.", :var-type "multimethod", :line 129, :file "clojure/contrib/math.clj"} {:arglists ([a b]), :name "gcd", :namespace "clojure.contrib.math", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L162", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/gcd", :doc "(gcd a b) returns the greatest common divisor of a and b", :var-type "function", :line 162, :file "clojure/contrib/math.clj"} {:arglists ([a b]), :name "lcm", :namespace "clojure.contrib.math", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L169", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/lcm", :doc "(lcm a b) returns the least common multiple of a and b", :var-type "function", :line 169, :file "clojure/contrib/math.clj"} {:arglists ([n]), :name "round", :namespace "clojure.contrib.math", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L153", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/round", :doc "(round n) rounds to the nearest integer.\nround always returns an integer. Rounds up for values exactly in between two integers.", :var-type "multimethod", :line 153, :file "clojure/contrib/math.clj"} {:arglists ([n]), :name "sqrt", :namespace "clojure.contrib.math", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L215", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/sqrt", :doc "Square root, but returns exact number if possible.", :var-type "multimethod", :line 215, :file "clojure/contrib/math.clj"} {:arglists ([container]), :name "components", :namespace "clojure.contrib.miglayout", :source-url "https://github.com/clojure/clojure-contrib/blob/62976a684da2984bec184324dfb3269b7de916e5/src/clojure/contrib/miglayout.clj#L75", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/62976a684da2984bec184324dfb3269b7de916e5/src/clojure/contrib/miglayout.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout/components", :doc "Returns a map from id (a keyword) to component for all components with\nan id constraint set", :var-type "function", :line 75, :file "clojure/contrib/miglayout.clj"} {:arglists ([container & args]), :name "miglayout", :namespace "clojure.contrib.miglayout", :source-url "https://github.com/clojure/clojure-contrib/blob/62976a684da2984bec184324dfb3269b7de916e5/src/clojure/contrib/miglayout.clj#L37", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/62976a684da2984bec184324dfb3269b7de916e5/src/clojure/contrib/miglayout.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout/miglayout", :doc "Adds java.awt.Components to a javax.swing.JComponent with constraints\nformatted for the MiGLayout layout manager.\n\nArguments: container [item constraint*]*\n\n - container: the container for the specified components, its layout\n manager will be set to a new instance of MigLayout\n\n - an inline series of items and constraints--each item may be followed\n by zero or more constraints.\n\nItem:\n\n - An item is either a Component or one of the keywords :layout\n :column or :row. Constraints for a keyword item affect the entire\n layout.\n\nConstraint: string, keyword, vector, map, or set\n\n - A string specifies one or more constraints each with zero or more\n arguments.\n - A keyword specifies a single constraint without arguments\n - A vector specifies a single constraint with one or more arguments\n - A map specifies one or more constraints as keys, each mapped to a\n single argument\n - A set groups two or more constraints, each a string, keyword,\n vector, map, or set\n\nAny items marked with an \"id\" constraint will be included in a map from\nid to component attached to the container. The map can be retrieved using\nclojure.contrib.miglayout/components.", :var-type "function", :line 37, :file "clojure/contrib/miglayout.clj"} {:arglists ([buf]), :name "buffer-stream", :namespace "clojure.contrib.mmap", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj#L39", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mmap-api.html#clojure.contrib.mmap/buffer-stream", :doc "Returns an InputStream for a ByteBuffer, such as returned by mmap.", :var-type "function", :line 39, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/mmap.clj"} {:arglists ([f]), :name "mmap", :namespace "clojure.contrib.mmap", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj#L27", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mmap-api.html#clojure.contrib.mmap/mmap", :doc "Memory-map the file named f. Returns a ByteBuffer.", :var-type "function", :line 27, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/mmap.clj"} {:arglists ([f]), :name "slurp", :namespace "clojure.contrib.mmap", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj#L33", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mmap-api.html#clojure.contrib.mmap/slurp", :doc "Reads the file named by f and returns it as a string.", :var-type "function", :line 33, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/mmap.clj"} {:arglists ([val] [val expectation-hash]), :name "calls", :namespace "clojure.contrib.mock", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L216", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/calls", :doc "Creates or associates to an existing expectation hash the :calls key with a\nfunction that will be called with the given arguments. The return value from\nthis function will be returned returned by the expected function. If both this\nand returns are specified, the return value of \"calls\" will have precedence.\nUsage:\n(calls some-fn expectation-hash?)", :var-type "function", :line 216, :file "clojure/contrib/mock.clj"} {:arglists ([expect-bindings & body]), :name "expect", :namespace "clojure.contrib.mock", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L265", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/expect", :doc "Use expect to redirect calls to dependent functions that are made within the\ncode under test. Instead of calling the functions that would normally be used,\ntemporary stubs are used, which can verify function parameters and call counts.\nReturn values can also be specified as needed.\nUsage:\n(expect [dep-fn (has-args [arg-pred1] (times n (returns x)))]\n (function-under-test a b c))", :var-type "macro", :line 265, :file "clojure/contrib/mock.clj"} {:arglists ([arg-pred-forms] [arg-pred-forms expect-hash-form]), :name "has-args", :namespace "clojure.contrib.mock", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L228", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/has-args", :doc "Creates or associates to an existing expectation hash the :has-args key with\na value corresponding to a function that will either return true if its\nargument expectations are met or throw an exception with the details of the\nfirst failed argument it encounters.\nOnly specify as many predicates as you are interested in verifying. The rest\nof the values are safely ignored.\nUsage:\n(has-args [arg-pred-1 arg-pred-2 ... arg-pred-n] expectation-hash?)", :var-type "macro", :line 228, :file "clojure/contrib/mock.clj"} {:arglists ([fn-name args]), :name "has-matching-signature?", :namespace "clojure.contrib.mock", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L105", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/has-matching-signature?", :doc "Calls no-matching-function-signature if no match is found for the given\nfunction. If no argslist meta data is available for the function, it is\nnot called.", :var-type "function", :line 105, :file "clojure/contrib/mock.clj"} {:arglists ([arg-preds arg-pred-forms]), :name "make-arg-checker", :namespace "clojure.contrib.mock", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L116", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/make-arg-checker", :doc "Creates the argument verifying function for a replaced dependency within\nthe expectation bound scope. These functions take the additional argument\nof the name of the replaced function, then the rest of their args. It is\ndesigned to be called from the mock function generated in the first argument\nof the mock info object created by make-mock.", :var-type "function", :line 116, :file "clojure/contrib/mock.clj"} {:arglists ([pred pred-form]), :name "make-count-checker", :namespace "clojure.contrib.mock", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L131", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/make-count-checker", :doc "creates the count checker that is invoked at the end of an expectation, after\nthe code under test has all been executed. The function returned takes the\nname of the associated dependency and the invocation count as arguments.", :var-type "function", :line 131, :file "clojure/contrib/mock.clj"} {:arglists ([fn-name expectation-hash]), :name "make-mock", :namespace "clojure.contrib.mock", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L150", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/make-mock", :doc "creates a vector containing the following information for the named function:\n1. dependent function replacement - verifies signature, calls arg checker,\nincreases count, returns return value.\n2. an atom containing the invocation count\n3. the invocation count checker function\n4. a symbol of the name of the function being replaced.", :var-type "function", :line 150, :file "clojure/contrib/mock.clj"} {:arglists ([val] [val expectation-hash]), :name "returns", :namespace "clojure.contrib.mock", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L205", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/returns", :doc "Creates or associates to an existing expectation hash the :returns key with\na value to be returned by the expectation after a successful invocation\nmatching its expected arguments (if applicable).\nUsage:\n(returns ret-value expectation-hash?)", :var-type "function", :line 205, :file "clojure/contrib/mock.clj"} {:arglists ([times-fn] [times-fn expectation-hash]), :name "times", :namespace "clojure.contrib.mock", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L246", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/times", :doc "Creates or associates to an existing expectation hash the :times key with a\nvalue corresponding to a predicate function which expects an integer value.\nThis function can either be specified as the first argument to times or can be\nthe result of calling times with an integer argument, in which case the\npredicate will default to being an exact match. This predicate is called at\nthe end of an expect expression to validate that an expected dependency\nfunction was called the expected number of times.\nUsage:\n(times n)\n(times #(> n %))\n(times n expectation-hash)", :var-type "macro", :line 246, :file "clojure/contrib/mock.clj"} {:arglists ([mock-data]), :name "validate-counts", :namespace "clojure.contrib.mock", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L175", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/validate-counts", :doc "given the sequence of all mock data for the expectation, simply calls the\ncount checker for each dependency.", :var-type "function", :line 175, :file "clojure/contrib/mock.clj"} {:arglists ([]), :name "flush", :namespace "clojure.contrib.monadic-io-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L62", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/flush", :doc "Flush", :var-type "function", :line 62, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} {:arglists ([obj]), :name "print", :namespace "clojure.contrib.monadic-io-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L67", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/print", :doc "Print obj", :var-type "function", :line 67, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} {:arglists ([] [obj]), :name "println", :namespace "clojure.contrib.monadic-io-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L72", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/println", :doc "Print obj followed by a newline", :var-type "function", :line 72, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} {:arglists ([]), :name "read-char", :namespace "clojure.contrib.monadic-io-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L42", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/read-char", :doc "Read a single character", :var-type "function", :line 42, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} {:arglists ([]), :name "read-line", :namespace "clojure.contrib.monadic-io-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L47", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/read-line", :doc "Read a single line", :var-type "function", :line 47, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} {:arglists ([]), :name "read-lines", :namespace "clojure.contrib.monadic-io-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L126", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/read-lines", :doc "Read all lines and return them in a vector", :var-type "function", :line 126, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} {:arglists ([n]), :name "skip-chars", :namespace "clojure.contrib.monadic-io-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L52", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/skip-chars", :doc "Skip n characters", :var-type "function", :line 52, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} {:arglists ([io-specs statement]), :name "with-io-streams", :namespace "clojure.contrib.monadic-io-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L98", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/with-io-streams", :doc "Open one or more streams as specified by io-spec, run a monadic\nI/O statement on them, and close the streams. io-spec is\na binding-like vector in which each stream is specified by\nthree element: a keyword by which the stream can be referred to,\nthe stream mode (:read or :write), and a stream specification as\naccepted by clojure.contrib.duck-streams/reader (mode :read) or\nclojure.contrib.duck-streams/writer (mode :write). The statement\nis run on a state which is a map from keywords to corresponding\nstreams. Single-stream monadic I/O statements must be wrapped\nwith clojure.contrib.monads/with-state-field.", :var-type "function", :line 98, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} {:arglists ([reader-spec statement]), :name "with-reader", :namespace "clojure.contrib.monadic-io-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L82", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/with-reader", :doc "Create a reader from reader-spec, run the monadic I/O statement\non it, and close the reader. reader-spec can be any object accepted\nby clojure.contrib.duck-streams/reader.", :var-type "function", :line 82, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} {:arglists ([writer-spec statement]), :name "with-writer", :namespace "clojure.contrib.monadic-io-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L90", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/with-writer", :doc "Create a writer from writer-spec, run the monadic I/O statement\non it, and close the writer. writer-spec can be any object accepted\nby clojure.contrib.duck-streams/writer.", :var-type "function", :line 90, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} {:arglists ([text]), :name "write", :namespace "clojure.contrib.monadic-io-streams", :source-url "https://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L57", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/write", :doc "Write text (a string)", :var-type "function", :line 57, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} {:arglists ([f]), :name "call-cc", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L456", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/call-cc", :doc "A computation in the cont monad that calls function f with a single\nargument representing the current continuation. The function f should\nreturn a continuation (which becomes the return value of call-cc),\nor call the passed-in current continuation to terminate.", :var-type "function", :line 456, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L440", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/cont-m", :namespace "clojure.contrib.monads", :line 440, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", :var-type "var", :doc "Monad describing computations in continuation-passing style. The monadic\nvalues are functions that are called with a single argument representing\nthe continuation of the computation, to which they pass their result.", :name "cont-m"} {:arglists ([name doc-string operations] [name operations]), :name "defmonad", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L51", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/defmonad", :doc "Define a named monad by defining the monad operations. The definitions\nare written like bindings to the monad operations m-bind and\nm-result (required) and m-zero and m-plus (optional).", :var-type "macro", :line 51, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:arglists ([name docstring? attr-map? args expr] [name docstring? attr-map? (args expr) ...]), :name "defmonadfn", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L137", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/defmonadfn", :doc "Like defn, but for functions that use monad operations and are used inside\na with-monad block.", :var-type "macro", :line 137, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:arglists ([steps expr] [name steps expr]), :name "domonad", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L114", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/domonad", :doc "Monad comprehension. Takes the name of a monad, a vector of steps\ngiven as binding-form/monadic-expression pairs, and a result value\nspecified by expr. The monadic-expression terms can use the binding\nvariables of the previous steps.\nIf the monad contains a definition of m-zero, the step list can also\ncontain conditions of the form :when p, where the predicate p can\ncontain the binding variables from all previous steps.\nA clause of the form :let [binding-form expr ...], where the bindings\nare given as a vector as for the use in let, establishes additional\nbindings that can be used in the following steps.", :var-type "macro", :line 114, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:arglists ([]), :name "fetch-state", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L359", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/fetch-state", :doc "Return a state-monad function that returns the current state and does not\nmodify it.", :var-type "function", :line 359, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:arglists ([key]), :name "fetch-val", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L365", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/fetch-val", :doc "Return a state-monad function that assumes the state to be a map and\nreturns the value corresponding to the given key. The state is not modified.", :var-type "function", :line 365, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L286", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/identity-m", :namespace "clojure.contrib.monads", :line 286, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", :var-type "var", :doc "Monad describing plain computations. This monad does in fact nothing\nat all. It is useful for testing, for combination with monad\ntransformers, and for code that is parameterized with a monad.", :name "identity-m"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L217", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-chain", :namespace "clojure.contrib.monads", :line 217, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", :var-type "var", :doc "Chains together monadic computation steps that are each functions\nof one parameter. Each step is called with the result of the previous\nstep as its argument. (m-chain (step1 step2)) is equivalent to\n(fn [x] (domonad [r1 (step1 x) r2 (step2 r1)] r2)).", :name "m-chain"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L195", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-fmap", :namespace "clojure.contrib.monads", :line 195, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", :var-type "var", :doc "Bind the monadic value m to the function returning (f x) for argument x", :name "m-fmap"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L189", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-join", :namespace "clojure.contrib.monads", :line 189, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", :var-type "var", :doc "Converts a monadic value containing a monadic value into a 'simple'\nmonadic value.", :name "m-join"} {:arglists ([n f]), :name "m-lift", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L180", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-lift", :doc "Converts a function f of n arguments into a function of n\nmonadic arguments returning a monadic value.", :var-type "macro", :line 180, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L211", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-map", :namespace "clojure.contrib.monads", :line 211, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", :var-type "var", :doc "'Executes' the sequence of monadic values resulting from mapping\nf onto the values xs. f must return a monadic value.", :name "m-map"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L228", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-reduce", :namespace "clojure.contrib.monads", :line 228, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", :var-type "var", :doc "Return the reduction of (m-lift 2 f) over the list of monadic values mvs\nwith initial value (m-result val).", :name "m-reduce"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L200", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-seq", :namespace "clojure.contrib.monads", :line 200, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", :var-type "var", :doc "'Executes' the monadic values in ms and returns a sequence of the\nbasic values contained in them.", :name "m-seq"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L241", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-until", :namespace "clojure.contrib.monads", :line 241, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", :var-type "var", :doc "While (p x) is false, replace x by the value returned by the\nmonadic computation (f x). Return (m-result x) for the first\nx for which (p x) is true.", :name "m-until"} {:arglists ([test m-expr]), :name "m-when", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L253", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-when", :doc "If test is logical true, return monadic value m-expr, else return\n(m-result nil).", :var-type "macro", :line 253, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:arglists ([test m-expr]), :name "m-when-not", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L259", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-when-not", :doc "If test if logical false, return monadic value m-expr, else return\n(m-result nil).", :var-type "macro", :line 259, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L296", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/maybe-m", :namespace "clojure.contrib.monads", :line 296, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", :var-type "var", :doc "Monad describing computations with possible failures. Failure is\nrepresented by nil, any other value is considered valid. As soon as\na step returns nil, the whole computation will yield nil as well.", :name "maybe-m"} {:arglists ([m] [m nothing] [m nothing which-m-plus]), :name "maybe-t", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L496", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/maybe-t", :doc "Monad transformer that transforms a monad m into a monad in which\nthe base values can be invalid (represented by nothing, which defaults\nto nil). The third argument chooses if m-zero and m-plus are inherited\nfrom the base monad (use :m-plus-from-base) or adopt maybe-like\nbehaviour (use :m-plus-from-transformer). The default is :m-plus-from-base\nif the base monad m has a definition for m-plus, and\n:m-plus-from-transformer otherwise.", :var-type "function", :line 496, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:arglists ([operations]), :name "monad", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L36", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/monad", :doc "Define a monad by defining the monad operations. The definitions\nare written like bindings to the monad operations m-bind and\nm-result (required) and m-zero and m-plus (optional).", :var-type "macro", :line 36, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:arglists ([base which-m-plus operations]), :name "monad-transformer", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L474", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/monad-transformer", :doc "Define a monad transforer in terms of the monad operations and the base\nmonad. The argument which-m-plus chooses if m-zero and m-plus are taken\nfrom the base monad or from the transformer.", :var-type "macro", :line 474, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:arglists ([c]), :name "run-cont", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L451", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/run-cont", :doc "Execute the computation c in the cont monad and return its result.", :var-type "function", :line 451, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L309", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/sequence-m", :namespace "clojure.contrib.monads", :line 309, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", :var-type "var", :doc "Monad describing multi-valued computations, i.e. computations\nthat can yield multiple values. Any object implementing the seq\nprotocol can be used as a monadic value.", :name "sequence-m"} {:arglists ([m] [m which-m-plus]), :name "sequence-t", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L528", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/sequence-t", :doc "Monad transformer that transforms a monad m into a monad in which\nthe base values are sequences. The argument which-m-plus chooses\nif m-zero and m-plus are inherited from the base monad\n(use :m-plus-from-base) or adopt sequence-like\nbehaviour (use :m-plus-from-transformer). The default is :m-plus-from-base\nif the base monad m has a definition for m-plus, and\n:m-plus-from-transformer otherwise.", :var-type "function", :line 528, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L323", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/set-m", :namespace "clojure.contrib.monads", :line 323, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", :var-type "var", :doc "Monad describing multi-valued computations, like sequence-m,\nbut returning sets of results instead of sequences of results.", :name "set-m"} {:arglists ([s]), :name "set-state", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L353", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/set-state", :doc "Return a state-monad function that replaces the current state by s and\nreturns the previous state.", :var-type "function", :line 353, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:arglists ([key val]), :name "set-val", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L383", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/set-val", :doc "Return a state-monad function that assumes the state to be a map and\nreplaces the value associated with key by val. The old value is returned.", :var-type "function", :line 383, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L336", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/state-m", :namespace "clojure.contrib.monads", :line 336, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", :var-type "var", :doc "Monad describing stateful computations. The monadic values have the\nstructure (fn [old-state] [result new-state]).", :name "state-m"} {:arglists ([p f x]), :name "state-m-until", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L401", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/state-m-until", :doc "An optimized implementation of m-until for the state monad that\nreplaces recursion by a loop.", :var-type "function", :line 401, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:arglists ([m]), :name "state-t", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L555", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/state-t", :doc "Monad transformer that transforms a monad m into a monad of stateful\ncomputations that have the base monad type as their result.", :var-type "function", :line 555, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:arglists ([f]), :name "update-state", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L347", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/update-state", :doc "Return a state-monad function that replaces the current state by the\nresult of f applied to the current state and that returns the old state.", :var-type "function", :line 347, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:arglists ([key f]), :name "update-val", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L373", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/update-val", :doc "Return a state-monad function that assumes the state to be a map and\nreplaces the value associated with the given key by the return value\nof f applied to the old value. The old value is returned.", :var-type "function", :line 373, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:arglists ([monad & exprs]), :name "with-monad", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L102", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/with-monad", :doc "Evaluates an expression after replacing the keywords defining the\nmonad operations by the functions associated with these keywords\nin the monad definition given by name.", :var-type "macro", :line 102, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:arglists ([key statement]), :name "with-state-field", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L389", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/with-state-field", :doc "Returns a state-monad function that expects a map as its state and\nruns statement (another state-monad function) on the state defined by\nthe map entry corresponding to key. The map entry is updated with the\nnew state returned by statement.", :var-type "function", :line 389, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:arglists ([empty-accumulator]), :name "writer-m", :namespace "clojure.contrib.monads", :source-url "https://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L413", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/writer-m", :doc "Monad describing computations that accumulate data on the side, e.g. for\nlogging. The monadic values have the structure [value log]. Any of the\naccumulators from clojure.contrib.accumulators can be used for storing the\nlog data. Its empty value is passed as a parameter.", :var-type "function", :line 413, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} {:arglists ([nsname]), :name "dir", :namespace "clojure.contrib.ns-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L84", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/dir", :doc "Prints a sorted directory of public vars in a namespace", :var-type "macro", :line 84, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj"} {:arglists ([nsname]), :name "docs", :namespace "clojure.contrib.ns-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L89", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/docs", :doc "Prints documentation for the public vars in a namespace", :var-type "macro", :line 89, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj"} {:arglists ([ns-sym]), :name "get-ns", :namespace "clojure.contrib.ns-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L50", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/get-ns", :doc "Returns the namespace named by ns-sym or throws if the\nnamespace does not exist", :var-type "function", :line 50, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj"} {:arglists ([& ns-names]), :name "immigrate", :namespace "clojure.contrib.ns-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L94", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/immigrate", :doc "Create a public var in this namespace for each public var in the\nnamespaces named by ns-names. The created vars have the same name, root\nbinding, and metadata as the original except that their :ns metadata\nvalue is this namespace.", :var-type "function", :line 94, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj"} {:arglists ([ns]), :name "ns-vars", :namespace "clojure.contrib.ns-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L58", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/ns-vars", :doc "Returns a sorted seq of symbols naming public vars in\na namespace", :var-type "function", :line 58, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj"} {:arglists ([ns]), :name "print-dir", :namespace "clojure.contrib.ns-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L64", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/print-dir", :doc "Prints a sorted directory of public vars in a namespace", :var-type "function", :line 64, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj"} {:arglists ([ns]), :name "print-docs", :namespace "clojure.contrib.ns-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L70", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/print-docs", :doc "Prints documentation for the public vars in a namespace", :var-type "function", :line 70, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj"} {:arglists ([nsname]), :name "vars", :namespace "clojure.contrib.ns-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L78", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/vars", :doc "Returns a sorted seq of symbols naming public vars in\na namespace", :var-type "macro", :line 78, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj"} {:arglists [[object]], :name "*code-dispatch*", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj#L354", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*code-dispatch*", :doc "The pretty print dispatch function for pretty printing Clojure code.", :var-type "multimethod", :line 354, :file "clojure/contrib/pprint/dispatch.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L78", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-base*", :namespace "clojure.contrib.pprint", :line 78, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", :var-type "var", :doc "The base to use for printing integers and rationals.", :name "*print-base*"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L56", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-circle*", :namespace "clojure.contrib.pprint", :line 56, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", :var-type "var", :doc "Mark circular structures (N.B. This is not yet used)", :name "*print-circle*"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L51", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-lines*", :namespace "clojure.contrib.pprint", :line 51, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", :var-type "var", :doc "Maximum number of lines to print in a pretty print instance (N.B. This is not yet used)", :name "*print-lines*"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L44", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-miser-width*", :namespace "clojure.contrib.pprint", :line 44, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", :var-type "var", :doc "The column at which to enter miser style. Depending on the dispatch table, \nmiser style add newlines in more places to try to keep lines short allowing for further \nlevels of nesting.", :name "*print-miser-width*"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L33", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-pprint-dispatch*", :namespace "clojure.contrib.pprint", :line 33, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", :var-type "var", :doc "The pretty print dispatch function. Use with-pprint-dispatch or set-pprint-dispatch\nto modify.", :name "*print-pprint-dispatch*"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L29", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-pretty*", :namespace "clojure.contrib.pprint", :line 29, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", :var-type "var", :doc "Bind to true if you want write to use pretty printing", :name "*print-pretty*"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L72", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-radix*", :namespace "clojure.contrib.pprint", :line 72, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", :var-type "var", :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*"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L38", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-right-margin*", :namespace "clojure.contrib.pprint", :line 38, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", :var-type "var", :doc "Pretty printing will try to avoid anything going beyond this column.\nSet it to nil to have pprint let the line be arbitrarily long. This will ignore all \nnon-mandatory newlines.", :name "*print-right-margin*"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L61", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-shared*", :namespace "clojure.contrib.pprint", :line 61, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", :var-type "var", :doc "Mark repeated structures rather than repeat them (N.B. This is not yet used)", :name "*print-shared*"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L65", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-suppress-namespaces*", :namespace "clojure.contrib.pprint", :line 65, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", :var-type "var", :doc "Don't print namespaces with symbols. This is particularly useful when \npretty printing the results of macro expansions", :name "*print-suppress-namespaces*"} {:arglists [[object]], :name "*simple-dispatch*", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj#L125", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*simple-dispatch*", :doc "The pretty print dispatch function for simple data structure format.", :var-type "multimethod", :line 125, :file "clojure/contrib/pprint/dispatch.clj"} {:arglists ([writer format-in & args]), :name "cl-format", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L26", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/cl-format", :doc "An implementation of a Common Lisp compatible format function. cl-format formats its\narguments to an output stream or string based on the format control string given. It \nsupports sophisticated formatting of structured data.\n\nWriter is an instance of java.io.Writer, true to output to *out* or nil to output \nto a string, format-in is the format control string and the remaining arguments \nare the data to be formatted.\n\nThe format control string is a string to be output with embedded 'format directives' \ndescribing how to format the various arguments passed in.\n\nIf writer is nil, cl-format returns the formatted result string. Otherwise, cl-format \nreturns nil.\n\nFor example:\n (let [results [46 38 22]]\n (cl-format true \"There ~[are~;is~:;are~]~:* ~d result~:p: ~{~d~^, ~}~%\" \n (count results) results))\n\nPrints to *out*:\n There are 3 results: 46, 38, 22\n\nDetailed documentation on format control strings is available in the \"Common Lisp the \nLanguage, 2nd edition\", Chapter 22 (available online at:\nhttp://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/html/cltl/clm/node200.html#SECTION002633000000000000000) \nand in the Common Lisp HyperSpec at \nhttp://www.lispworks.com/documentation/HyperSpec/Body/22_c.htm", :var-type "function", :line 26, :file "clojure/contrib/pprint/cl_format.clj"} {:arglists ([format-str]), :name "compile-format", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1748", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/compile-format", :doc "Compiles format-str into a compiled format which can be used as an argument\nto cl-format just like a plain format string. Use this function for improved \nperformance when you're using the same format string repeatedly", :var-type "function", :line 1748, :file "clojure/contrib/pprint/cl_format.clj"} {:arglists ([format-in]), :name "formatter", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1816", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/formatter", :doc "Makes a function which can directly run format-in. The function is\nfn [stream & args] ... and returns nil unless the stream is nil (meaning \noutput to a string) in which case it returns the resulting string.\n\nformat-in can be either a control string or a previously compiled format.", :var-type "macro", :line 1816, :file "clojure/contrib/pprint/cl_format.clj"} {:arglists ([format-in]), :name "formatter-out", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1830", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/formatter-out", :doc "Makes a function which can directly run format-in. The function is\nfn [& args] ... and returns nil. This version of the formatter macro is\ndesigned to be used with *out* set to an appropriate Writer. In particular,\nthis is meant to be used as part of a pretty printer dispatch method.\n\nformat-in can be either a control string or a previously compiled format.", :var-type "macro", :line 1830, :file "clojure/contrib/pprint/cl_format.clj"} {:arglists ([]), :name "fresh-line", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1152", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/fresh-line", :doc "Make a newline if the Writer is not already at the beginning of the line.\nN.B. Only works on ColumnWriters right now.", :var-type "function", :line 1152, :file "clojure/contrib/pprint/cl_format.clj"} {:arglists ([]), :name "pp", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L241", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pp", :doc "A convenience macro that pretty prints the last thing output. This is\nexactly equivalent to (pprint *1).", :var-type "macro", :line 241, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} {:arglists ([object] [object writer]), :name "pprint", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L229", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pprint", :doc "Pretty print object to the optional output writer. If the writer is not provided, \nprint the object to the currently bound value of *out*.", :var-type "function", :line 229, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} {:arglists ([relative-to n]), :name "pprint-indent", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L315", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pprint-indent", :doc "Create an indent at this point in the pretty printing stream. This defines how \nfollowing lines are indented. relative-to can be either :block or :current depending \nwhether the indent should be computed relative to the start of the logical block or\nthe current column position. n is an offset. \n\nOutput is sent to *out* which must be a pretty printing writer.", :var-type "function", :line 315, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} {:arglists [[options* body]], :name "pprint-logical-block", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L286", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pprint-logical-block", :doc "Execute the body as a pretty printing logical block with output to *out* which \nmust be a pretty printing writer. When used from pprint or cl-format, this can be \nassumed. \n\nBefore the body, the caller can optionally specify options: :prefix, :per-line-prefix, \nand :suffix.", :var-type "macro", :line 286, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} {:arglists ([kind]), :name "pprint-newline", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L306", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pprint-newline", :doc "Print a conditional newline to a pretty printing stream. kind specifies if the \nnewline is :linear, :miser, :fill, or :mandatory. \n\nOutput is sent to *out* which must be a pretty printing writer.", :var-type "function", :line 306, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} {:arglists ([kind colnum colinc]), :name "pprint-tab", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L327", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pprint-tab", :doc "Tab at this point in the pretty printing stream. kind specifies whether the tab\nis :line, :section, :line-relative, or :section-relative. \n\nColnum and colinc specify the target column and the increment to move the target\nforward if the output is already past the original target.\n\nOutput is sent to *out* which must be a pretty printing writer.\n\nTHIS FUNCTION IS NOT YET IMPLEMENTED.", :var-type "function", :line 327, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} {:arglists ([function]), :name "set-pprint-dispatch", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L246", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/set-pprint-dispatch", :doc "Set the pretty print dispatch function to a function matching (fn [obj] ...)\nwhere obj is the object to pretty print. That function will be called with *out* set\nto a pretty printing writer to which it should do its printing.\n\nFor example functions, see *simple-dispatch* and *code-dispatch* in \nclojure.contrib.pprint.dispatch.clj.", :var-type "function", :line 246, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} {:arglists ([multifn dispatch-val func]), :name "use-method", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj#L19", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/use-method", :doc "Installs a function as a new method of multimethod associated with dispatch-value. ", :var-type "function", :line 19, :file "clojure/contrib/pprint/dispatch.clj"} {:arglists ([function & body]), :name "with-pprint-dispatch", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L259", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/with-pprint-dispatch", :doc "Execute body with the pretty print dispatch function bound to function.", :var-type "macro", :line 259, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} {:arglists ([object & kw-args]), :name "write", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L186", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/write", :doc "Write an object subject to the current bindings of the printer control variables.\nUse the kw-args argument to override individual variables for this call (and any \nrecursive calls). Returns the string result if :stream is nil or nil otherwise.\n\nThe following keyword arguments can be passed with values:\n Keyword Meaning Default value\n :stream Writer for output or nil true (indicates *out*)\n :base Base to use for writing rationals Current value of *print-base*\n :circle* If true, mark circular structures Current value of *print-circle*\n :length Maximum elements to show in sublists Current value of *print-length*\n :level Maximum depth Current value of *print-level*\n :lines* Maximum lines of output Current value of *print-lines*\n :miser-width Width to enter miser mode Current value of *print-miser-width*\n :dispatch The pretty print dispatch function Current value of *print-pprint-dispatch*\n :pretty If true, do pretty printing Current value of *print-pretty*\n :radix If true, prepend a radix specifier Current value of *print-radix*\n :readably* If true, print readably Current value of *print-readably*\n :right-margin The column for the right margin Current value of *print-right-margin*\n :suppress-namespaces If true, no namespaces in symbols Current value of *print-suppress-namespaces*\n\n * = not yet supported", :var-type "function", :line 186, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} {:arglists ([object]), :name "write-out", :namespace "clojure.contrib.pprint", :source-url "https://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L161", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/write-out", :doc "Write an object to *out* subject to the current bindings of the printer control \nvariables. Use the kw-args argument to override individual variables for this call (and \nany recursive calls).\n\n*out* must be a PrettyWriter if pretty printing is enabled. This is the responsibility\nof the caller.\n\nThis method is primarily intended for use by pretty print dispatch functions that \nalready know that the pretty printer will have set up their environment appropriately.\nNormal library clients should use the standard \"write\" interface. ", :var-type "function", :line 161, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} {:arglists ([v]), :name "certainly", :namespace "clojure.contrib.probabilities.finite-distributions", :source-url "https://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L146", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/certainly", :doc "Returns a distribution in which the single value v has probability 1.", :var-type "function", :line 146, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} {:arglists ([& choices]), :name "choose", :namespace "clojure.contrib.probabilities.finite-distributions", :source-url "https://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L92", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/choose", :doc "Construct a distribution from an explicit list of probabilities\nand values. They are given in the form of a vector of probability-value\npairs. In the last pair, the probability can be given by the keyword\n:else, which stands for 1 minus the total of the other probabilities.", :var-type "function", :line 92, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L46", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/cond-dist-m", :namespace "clojure.contrib.probabilities.finite-distributions", :line 46, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj", :var-type "var", :doc "Variant of the dist monad that can handle undefined values.", :name "cond-dist-m"} {:arglists ([pred dist]), :name "cond-prob", :namespace "clojure.contrib.probabilities.finite-distributions", :source-url "https://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L160", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/cond-prob", :doc "Returns the conditional probability for the values in dist that satisfy\nthe predicate pred.", :var-type "function", :line 160, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L28", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/dist-m", :namespace "clojure.contrib.probabilities.finite-distributions", :line 28, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj", :var-type "var", :doc "Monad describing computations on fuzzy quantities, represented by a finite\nprobability distribution for the possible values. A distribution is\nrepresented by a map from values to probabilities.", :name "dist-m"} {:arglists ([f dist1 dist2]), :name "join-with", :namespace "clojure.contrib.probabilities.finite-distributions", :source-url "https://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L151", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/join-with", :doc "Returns the distribution of (f x y) with x from dist1 and y from dist2.", :var-type "function", :line 151, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} {:arglists ([coll f]), :name "make-distribution", :namespace "clojure.contrib.probabilities.finite-distributions", :source-url "https://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L134", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/make-distribution", :doc "Returns the distribution in which each element x of the collection\nhas a probability proportional to (f x)", :var-type "function", :line 134, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} {:arglists ([weights]), :name "normalize", :namespace "clojure.contrib.probabilities.finite-distributions", :source-url "https://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L70", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/normalize", :doc "Convert a weight map (e.g. a map of counter values) to a distribution\nby multiplying with a normalization factor. If the map has a key\n:total, its value is assumed to be the sum over all the other values and\nit is used for normalization. Otherwise, the sum is calculated\nexplicitly. The :total key is removed from the resulting distribution.", :var-type "function", :line 70, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} {:arglists ([pred dist]), :name "prob", :namespace "clojure.contrib.probabilities.finite-distributions", :source-url "https://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L197", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/prob", :doc "Return the probability that the predicate pred is satisfied in the\ndistribution dist, i.e. the sum of the probabilities of the values\nthat satisfy pred.", :var-type "function", :line 197, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} {:arglists ([coll]), :name "uniform", :namespace "clojure.contrib.probabilities.finite-distributions", :source-url "https://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L84", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/uniform", :doc "Return a distribution in which each of the elements of coll\nhas the same probability.", :var-type "function", :line 84, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} {:arglists ([s n]), :name "zipf", :namespace "clojure.contrib.probabilities.finite-distributions", :source-url "https://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L140", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/zipf", :doc "Returns the Zipf distribution in which the numbers k=1..n have\nprobabilities proportional to 1/k^s.", :var-type "function", :line 140, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} {:arglists ([dist]), :name "discrete", :namespace "clojure.contrib.probabilities.monte-carlo", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L87", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/discrete", :doc "A discrete distribution, defined by a map dist mapping values\nto probabilities. The sum of probabilities must be one.", :var-type "function", :line 87, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} {:arglists ([lambda]), :name "exponential", :namespace "clojure.contrib.probabilities.monte-carlo", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L146", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/exponential", :doc "Transform a sequence of uniform random numbers in the interval [0, 1)\ninto a sequence of exponential random numbers with parameter lambda.", :var-type "function", :line 146, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} {:arglists ([mu sigma]), :name "lognormal", :namespace "clojure.contrib.probabilities.monte-carlo", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L137", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/lognormal", :doc "Transform a sequence of uniform random numbesr in the interval [0, 1)\ninto a sequence of lognormal random numbers with mean mu and standard\ndeviation sigma.", :var-type "function", :line 137, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} {:arglists ([n r]), :name "n-sphere", :namespace "clojure.contrib.probabilities.monte-carlo", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L228", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/n-sphere", :doc "Return a uniform distribution of n-dimensional vectors inside an\nn-sphere of radius r.", :var-type "function", :line 228, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} {:arglists ([mu sigma]), :name "normal", :namespace "clojure.contrib.probabilities.monte-carlo", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L116", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/normal", :doc "Transform a sequence urs of uniform random number in the interval [0, 1)\ninto a sequence of normal random numbers with mean mu and standard\ndeviation sigma.", :var-type "function", :line 116, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} {:arglists ([mu sigma]), :name "normal-box-muller", :namespace "clojure.contrib.probabilities.monte-carlo", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L163", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/normal-box-muller", :doc "Transform a sequence of uniform random numbers in the interval [0, 1)\ninto a sequence of normal random numbers with mean mu and standard\ndeviation sigma.", :var-type "function", :line 163, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} {:arglists ([distribution random-stream-state]), :name "random-stream", :namespace "clojure.contrib.probabilities.monte-carlo", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L62", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/random-stream", :doc "Define a random stream by a distribution and the state of a\nrandom number stream with uniform distribution in [0, 1).", :var-type "function", :line 62, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} {:arglists ([p dist]), :name "reject", :namespace "clojure.contrib.probabilities.monte-carlo", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L74", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/reject", :doc "Return the distribution that results from rejecting the values from\ndist that do not satisfy predicate p.", :var-type "function", :line 74, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} {:arglists ([n dist]), :name "sample", :namespace "clojure.contrib.probabilities.monte-carlo", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample", :doc "Return the distribution of samples of length n from the\ndistribution dist", :var-type "function", :line 182, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} {:arglists ([n dist]), :name "sample-mean", :namespace "clojure.contrib.probabilities.monte-carlo", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-mean", :doc "Return the distribution of the mean over n samples from the\ndistribution dist", :var-type "function", :line 182, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} {:arglists ([n dist]), :name "sample-mean-variance", :namespace "clojure.contrib.probabilities.monte-carlo", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-mean-variance", :doc "Return the distribution of the mean-and-variance (a vector containing\nthe mean and the variance) over n samples from the distribution dist", :var-type "function", :line 182, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} {:arglists ([f n dist] [f val n dist]), :name "sample-reduce", :namespace "clojure.contrib.probabilities.monte-carlo", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-reduce", :doc "Returns the distribution of the reduction of f over n samples from the\ndistribution dist.", :var-type "function", :line 182, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} {:arglists ([n dist]), :name "sample-sum", :namespace "clojure.contrib.probabilities.monte-carlo", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-sum", :doc "Return the distribution of the sum over n samples from the\ndistribution dist.", :var-type "function", :line 182, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} {:arglists ([modulus multiplier increment seed]), :name "lcg", :namespace "clojure.contrib.probabilities.random-numbers", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/random_numbers.clj#L35", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/random_numbers.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.random-numbers-api.html#clojure.contrib.probabilities.random-numbers/lcg", :doc "Create a linear congruential generator", :var-type "function", :line 35, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/random_numbers.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/random_numbers.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/random_numbers.clj#L56", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.random-numbers-api.html#clojure.contrib.probabilities.random-numbers/rand-stream", :namespace "clojure.contrib.probabilities.random-numbers", :line 56, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/random_numbers.clj", :var-type "var", :doc "A random number stream based on clojure.core/rand. Note that this\ngenerator uses an internal mutable state. The state is thus not stored\nin the stream object and cannot be restored.", :name "rand-stream"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L42", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/*enable-profiling*", :namespace "clojure.contrib.profile", :line 42, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/profile.clj", :var-type "var", :doc "Set this to false before loading/compiling to omit\nprofiling code.", :name "*enable-profiling*"} {:arglists ([profile-summary]), :name "print-summary", :namespace "clojure.contrib.profile", :source-url "https://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L95", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/print-summary", :doc "Prints a table of the results returned by summarize.", :var-type "function", :line 95, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/profile.clj"} {:arglists ([name & body]), :name "prof", :namespace "clojure.contrib.profile", :source-url "https://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L45", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/prof", :doc "If *enable-profiling* is true, wraps body in profiling code.\nReturns the result of body. Profile timings will be stored in\n*profile-data* using name, which must be a keyword, as the key.\nTimings are measured with System/nanoTime.", :var-type "macro", :line 45, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/profile.clj"} {:arglists ([& body]), :name "profile", :namespace "clojure.contrib.profile", :source-url "https://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L106", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/profile", :doc "Runs body with profiling enabled, then prints a summary of\nresults. Returns nil.", :var-type "macro", :line 106, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/profile.clj"} {:arglists ([profile-data]), :name "summarize", :namespace "clojure.contrib.profile", :source-url "https://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L73", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/summarize", :doc "Takes the raw data returned by with-profile-data and returns a map\nfrom names to summary statistics. Each value in the map will look\nlike:\n\n {:mean ..., :min ..., :max ..., :count ..., :sum ...}\n\n:mean, :min, and :max are how long the profiled section took to run,\nin nanoseconds. :count is the total number of times the profiled\nsection was executed. :sum is the total amount of time spent in the\nprofiled section, in nanoseconds.", :var-type "function", :line 73, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/profile.clj"} {:arglists ([& body]), :name "with-profile-data", :namespace "clojure.contrib.profile", :source-url "https://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L63", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/with-profile-data", :doc "Executes body with *profile-data* bound to an atom of a new map.\nReturns the raw profile data as a map. Keys in the map are profile\nnames (keywords), and values are lists of elapsed time, in\nnanoseconds.", :var-type "macro", :line 63, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/profile.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj#L32", :wiki-url "http://clojure.github.com/clojure-contrib//prxml-api.html#clojure.contrib.prxml/*html-compatible*", :namespace "clojure.contrib.prxml", :line 32, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/prxml.clj", :var-type "var", :doc "If true, empty tags will have a space before the closing />", :name "*html-compatible*"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj#L36", :wiki-url "http://clojure.github.com/clojure-contrib//prxml-api.html#clojure.contrib.prxml/*prxml-indent*", :namespace "clojure.contrib.prxml", :line 36, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/prxml.clj", :var-type "var", :doc "The number of spaces to indent sub-tags. nil for no indent\nand no extra line-breaks.", :name "*prxml-indent*"} {:arglists ([& args]), :name "prxml", :namespace "clojure.contrib.prxml", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj#L142", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//prxml-api.html#clojure.contrib.prxml/prxml", :doc "Print XML to *out*. Vectors become XML tags: the first item is the\ntag name; optional second item is a map of attributes.\n\nSequences are processed recursively, so you can use map and other\nsequence functions inside prxml.\n\n (prxml [:p {:class \"greet\"} [:i \"Ladies & gentlemen\"]])\n ; =>

Ladies & gentlemen

\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! \"here & gone\"]])\n ; =>

here & gone

\n\n (prxml [:decl! {:version \"1.1\"}])\n ; => ", :var-type "function", :line 142, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/prxml.clj"} {:arglists ([]), :name "print-repl-info", :namespace "clojure.contrib.repl-ln", :source-url "https://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L208", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/print-repl-info", :doc "Prints info about the current repl", :var-type "function", :line 208, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj"} {:arglists ([& options]), :name "repl", :namespace "clojure.contrib.repl-ln", :source-url "https://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L217", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/repl", :doc "A repl that supports line numbers. For definitions and evaluations made\nat the repl, the repl-name and line number will be reported as the\norigin. Use set-repl-name and set-repl-prompt to customize the repl name\nand prompt. This repl supports all of the keyword arguments documented\nfor clojure.main/repl with the following change and additions:\n\n - :prompt has a new default\n default: #(clojure.core/print (repl-prompt))\n\n - :name-fmt, Name format string\n default: the name-fmt of the parent repl, or \"repl-%S\"\n\n - :prompt-fmt, Prompt format string\n default: the prompt-fmt of the parent repl, or \"%S:%L %N=> \"", :var-type "function", :line 217, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj"} {:arglists ([]), :name "repl-info", :namespace "clojure.contrib.repl-ln", :source-url "https://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L202", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/repl-info", :doc "Returns a map of info about the current repl", :var-type "function", :line 202, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj"} {:arglists ([]), :name "repl-prompt", :namespace "clojure.contrib.repl-ln", :source-url "https://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L148", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/repl-prompt", :doc "Returns the current repl prompt based on this repl's prompt-fmt", :var-type "function", :line 148, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj"} {:arglists ([] [name-fmt]), :name "set-repl-name", :namespace "clojure.contrib.repl-ln", :source-url "https://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L157", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/set-repl-name", :doc "Sets the repl name format to the string name-fmt. Include the following\ncodes in the name to make the corresponding dynamic values part of it:\n\n %S - repl serial number\n %T - thread id\n %D - nesting depth in this thread\n\nWith no arguments, resets the repl name to its default: \"repl-%S\"", :var-type "function", :line 157, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj"} {:arglists ([] [prompt-fmt]), :name "set-repl-prompt", :namespace "clojure.contrib.repl-ln", :source-url "https://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L180", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/set-repl-prompt", :doc "Sets the repl prompt. Include the following codes in the prompt to make\nthe corresponding dynamic values part of it:\n\n %S - repl serial number\n %T - thread id\n %D - nesting depth in this thread\n %L - input line number\n %N - namespace name\n\nWith no arguments, resets the repl pompt to its default: \"%S:%L %N=> \"", :var-type "function", :line 180, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj"} {:arglists ([& options]), :name "stream-repl", :namespace "clojure.contrib.repl-ln", :source-url "https://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L119", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/stream-repl", :doc "Repl entry point that provides convenient overriding of input, output,\nand err streams via sequential keyword-value pairs. Default values\nfor :in, :out, and :err are streams associated with System/in,\nSystem/out, and System/err using UTF-8 encoding. Also supports all the\noptions provided by clojure.contrib.repl-ln/repl.", :var-type "function", :line 119, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L18", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/*local-javadocs*", :namespace "clojure.contrib.repl-utils", :line 18, :file "clojure/contrib/repl_utils/javadoc.clj", :var-type "var", :doc "Ref to a list of local paths for Javadoc-generated HTML\nfiles.", :name "*local-javadocs*"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L28", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/*remote-javadocs*", :namespace "clojure.contrib.repl-utils", :line 28, :file "clojure/contrib/repl_utils/javadoc.clj", :var-type "var", :doc "Ref to a map from package name prefixes to URLs for remote\nJavadocs.", :name "*remote-javadocs*"} {:arglists ([] [t]), :name "add-break-thread!", :namespace "clojure.contrib.repl-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L150", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/add-break-thread!", :doc "Add the given thread to break-threads so that it will be stopped\nany time the user presses Ctrl-C. Calls start-handling-break for\nyou. Adds the current thread if none is given.", :var-type "function", :line 150, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj"} {:arglists ([path]), :name "add-local-javadoc", :namespace "clojure.contrib.repl-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L43", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/add-local-javadoc", :doc "Adds to the list of local Javadoc paths.", :var-type "function", :line 43, :file "clojure/contrib/repl_utils/javadoc.clj"} {:arglists ([package-prefix url]), :name "add-remote-javadoc", :namespace "clojure.contrib.repl-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L48", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/add-remote-javadoc", :doc "Adds to the list of remote Javadoc URLs. package-prefix is the\nbeginning of the package name that has docs at this URL.", :var-type "function", :line 48, :file "clojure/contrib/repl_utils/javadoc.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L131", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/break-threads", :namespace "clojure.contrib.repl-utils", :line 131, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj", :var-type "var", :doc "Threads to stop when Ctrl-C is pressed. See 'add-break-thread!'", :name "break-threads"} {:arglists ([expr]), :name "expression-info", :namespace "clojure.contrib.repl-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L163", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/expression-info", :doc "Uses the Clojure compiler to analyze the given s-expr. Returns\na map with keys :class and :primitive? indicating what the compiler\nconcluded about the return value of the expression. Returns nil if\nnot type info can be determined at compile-time.\n\nExample: (expression-info '(+ (int 5) (float 10)))\nReturns: {:class float, :primitive? true}", :var-type "function", :line 163, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj"} {:arglists ([classname]), :name "find-javadoc-url", :namespace "clojure.contrib.repl-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L54", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/find-javadoc-url", :doc "Searches for a URL for the given class name. Tries\n*local-javadocs* first, then *remote-javadocs*. Returns a string.", :var-type "function", :line 54, :file "clojure/contrib/repl_utils/javadoc.clj"} {:arglists ([x]), :name "get-source", :namespace "clojure.contrib.repl-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L97", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/get-source", :doc "Returns a string of the source code for the given symbol, if it can\nfind it. This requires that the symbol resolve to a Var defined in\na namespace for which the .clj is in the classpath. Returns nil if\nit can't find the source. For most REPL usage, 'source' is more\nconvenient.\n\nExample: (get-source 'filter)", :var-type "function", :line 97, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj"} {:arglists ([class-or-object]), :name "javadoc", :namespace "clojure.contrib.repl-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L74", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/javadoc", :doc "Opens a browser window displaying the javadoc for the argument.\nTries *local-javadocs* first, then *remote-javadocs*.", :var-type "function", :line 74, :file "clojure/contrib/repl_utils/javadoc.clj"} {:arglists ([ns-name & args]), :name "run", :namespace "clojure.contrib.repl-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L188", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/run", :doc "Loads the specified namespace and invokes its \"main\" function with\noptional args. ns-name is not evaluated.", :var-type "macro", :line 188, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj"} {:arglists ([ns-sym & args]), :name "run*", :namespace "clojure.contrib.repl-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L181", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/run*", :doc "Loads the specified namespace and invokes its \"main\" function with\noptional args.", :var-type "function", :line 181, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj"} {:arglists ([x] [x selector]), :name "show", :namespace "clojure.contrib.repl-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L59", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/show", :doc "With one arg prints all static and instance members of x or (class x).\nEach member is listed with a number which can be given as 'selector'\nto return the member object -- the REPL will print more details for\nthat member.\n\nThe selector also may be a string or regex, in which case only\nmembers whose names match 'selector' as a case-insensitive regex\nwill be printed.\n\nFinally, the selector also may be a predicate, in which case only\nmembers for which the predicate returns true will be printed. The\npredicate will be passed a single argument, a map that includes the\n:text that will be printed and the :member object itself, as well as\nall the properies of the member object as translated by 'bean'.\n\nExamples: (show Integer) (show []) (show String 23) (show String \"case\")", :var-type "function", :line 59, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj"} {:arglists ([n]), :name "source", :namespace "clojure.contrib.repl-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L119", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/source", :doc "Prints the source code for the given symbol, if it can find it.\nThis requires that the symbol resolve to a Var defined in a\nnamespace for which the .clj is in the classpath.\n\nExample: (source filter)", :var-type "macro", :line 119, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj"} {:arglists ([]), :name "start-handling-break", :namespace "clojure.contrib.repl-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L135", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/start-handling-break", :doc "Register INT signal handler. After calling this, Ctrl-C will cause\nall break-threads to be stopped. See 'add-break-thread!'", :var-type "function", :line 135, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj"} {:arglists ([filler-func & optseq]), :name "fill-queue", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L179", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/fill-queue", :doc "filler-func will be called in another thread with a single arg\n'fill'. filler-func may call fill repeatedly with one arg each\ntime which will be pushed onto a queue, blocking if needed until\nthis is possible. fill-queue will return a lazy seq of the values\nfiller-func has pushed onto the queue, blocking if needed until each\nnext element becomes available. filler-func's return value is ignored.", :var-type "function", :line 179, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([pred coll]), :name "find-first", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L170", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/find-first", :doc "Returns the first item of coll for which (pred item) returns logical true.\nConsumes sequences up to the first match, will consume the entire sequence\nand return nil if no match is found.", :var-type "function", :line 170, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([x]), :name "flatten", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L34", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/flatten", :doc "Takes any nested combination of sequential things (lists, vectors,\netc.) and returns their contents as a single, flat sequence.\n(flatten nil) returns nil.", :var-type "function", :line 34, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([coll]), :name "frequencies", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L89", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/frequencies", :doc "Returns a map from distinct items in coll to the number of times\nthey appear.", :var-type "function", :line 89, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([f coll]), :name "group-by", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L65", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/group-by", :doc "Returns a sorted map of the elements of coll keyed by the result of\nf on each element. The value at each key will be a vector of the\ncorresponding elements, in the order they appeared in coll.", :var-type "function", :line 65, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([coll x]), :name "includes?", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L48", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/includes?", :doc "Returns true if coll contains something equal (with =) to x,\nin linear time.", :var-type "function", :line 48, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([s]), :name "indexed", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L55", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/indexed", :doc "Returns a lazy sequence of [index, item] pairs, where items come\nfrom 's' and indexes count up from zero.\n\n(indexed '(a b c d)) => ([0 a] [1 b] [2 c] [3 d])", :var-type "function", :line 55, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([n coll] [n step coll]), :name "partition-all", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L135", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/partition-all", :doc "Returns a lazy sequence of lists like clojure.core/partition, but may\ninclude lists with fewer than n items at the end.", :var-type "function", :line 135, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([f coll]), :name "partition-by", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L78", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/partition-by", :doc "Applies f to each value in coll, splitting it each time f returns\na new value. Returns a lazy seq of lazy seqs.", :var-type "function", :line 78, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([pred coll]), :name "positions", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L214", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/positions", :doc "Returns a lazy sequence containing the positions at which pred\nis true for items in coll.", :var-type "function", :line 214, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([s]), :name "rand-elt", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L152", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/rand-elt", :doc "Return a random element of this seq", :var-type "function", :line 152, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([binding-name & exprs]), :name "rec-cat", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L106", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/rec-cat", :doc "Similar to lazy-cat but binds the resulting sequence to the supplied \nbinding-name, allowing for recursive expressions.", :var-type "macro", :line 106, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([binding-name & body]), :name "rec-seq", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L99", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/rec-seq", :doc "Similar to lazy-seq but binds the resulting seq to the supplied \nbinding-name, allowing for recursive expressions.", :var-type "macro", :line 99, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([f coll] [f init coll]), :name "reductions", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L115", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/reductions", :doc "Returns a lazy seq of the intermediate values of the reduction (as\nper reduce) of coll by f, starting with init.", :var-type "function", :line 115, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([x]), :name "rotations", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L125", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/rotations", :doc "Returns a lazy seq of all rotations of a seq", :var-type "function", :line 125, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([f s]), :name "separate", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L42", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/separate", :doc "Returns a vector:\n[ (filter f s), (filter (complement f) s) ]", :var-type "function", :line 42, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([s]), :name "seq-on", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L159", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/seq-on", :doc "Returns a seq on the object s. Works like the built-in seq but as\na multimethod that can have implementations for new classes and types.", :var-type "multimethod", :line 159, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([coll]), :name "shuffle", :namespace "clojure.contrib.seq-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L145", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/shuffle", :doc "Return a random permutation of coll", :var-type "function", :line 145, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} {:arglists ([port backlog bind-addr] [port backlog] [port]), :name "create-repl-server", :namespace "clojure.contrib.server-socket", :source-url "https://github.com/clojure/clojure-contrib/blob/37dad8c37622669271357cfceec03e391cc10e17/src/clojure/contrib/server_socket.clj#L87", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/37dad8c37622669271357cfceec03e391cc10e17/src/clojure/contrib/server_socket.clj", :wiki-url "http://clojure.github.com/clojure-contrib//server-socket-api.html#clojure.contrib.server-socket/create-repl-server", :doc "create a repl on a socket", :var-type "function", :line 87, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/server_socket.clj"} {:arglists ([port fun backlog bind-addr] [port fun backlog] [port fun]), :name "create-server", :namespace "clojure.contrib.server-socket", :source-url "https://github.com/clojure/clojure-contrib/blob/37dad8c37622669271357cfceec03e391cc10e17/src/clojure/contrib/server_socket.clj#L53", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/37dad8c37622669271357cfceec03e391cc10e17/src/clojure/contrib/server_socket.clj", :wiki-url "http://clojure.github.com/clojure-contrib//server-socket-api.html#clojure.contrib.server-socket/create-server", :doc "Creates a server socket on port. Upon accept, a new thread is\ncreated which calls:\n\n(fun input-stream output-stream)\n\nOptional arguments support specifying a listen backlog and binding\nto a specific endpoint.", :var-type "function", :line 53, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/server_socket.clj"} {:arglists ([set1 set2]), :name "proper-subset?", :namespace "clojure.contrib.set", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj#L35", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj", :wiki-url "http://clojure.github.com/clojure-contrib//set-api.html#clojure.contrib.set/proper-subset?", :doc "Is s1 a proper subset of s2?", :var-type "function", :line 35, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/set.clj"} {:arglists ([set1 set2]), :name "proper-superset?", :namespace "clojure.contrib.set", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj#L42", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj", :wiki-url "http://clojure.github.com/clojure-contrib//set-api.html#clojure.contrib.set/proper-superset?", :doc "Is s1 a proper superset of s2?", :var-type "function", :line 42, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/set.clj"} {:arglists ([set1 set2]), :name "subset?", :namespace "clojure.contrib.set", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj#L21", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj", :wiki-url "http://clojure.github.com/clojure-contrib//set-api.html#clojure.contrib.set/subset?", :doc "Is set1 a subset of set2?", :var-type "function", :line 21, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/set.clj"} {:arglists ([set1 set2]), :name "superset?", :namespace "clojure.contrib.set", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj#L28", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj", :wiki-url "http://clojure.github.com/clojure-contrib//set-api.html#clojure.contrib.set/superset?", :doc "Is set1 a superset of set2?", :var-type "function", :line 28, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/set.clj"} {:arglists ([& args]), :name "sh", :namespace "clojure.contrib.shell-out", :source-url "https://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/shell_out.clj#L83", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/shell_out.clj", :wiki-url "http://clojure.github.com/clojure-contrib//shell-out-api.html#clojure.contrib.shell-out/sh", :doc "Passes the given strings to Runtime.exec() to launch a sub-process.\n\nOptions are\n\n:in may be given followed by a String specifying text to be fed to the \n sub-process's stdin. \n:out option may be given followed by :bytes or a String. If a String \n is given, it will be used as a character encoding name (for \n example \"UTF-8\" or \"ISO-8859-1\") to convert the \n sub-process's stdout to a String which is returned.\n If :bytes is given, the sub-process's stdout will be stored in \n a byte array and returned. Defaults to UTF-8.\n:return-map\n when followed by boolean true, sh returns a map of\n :exit => sub-process's exit code\n :out => sub-process's stdout (as byte[] or String)\n :err => sub-process's stderr (as byte[] or String)\n when not given or followed by false, sh returns a single\n array or String of the sub-process's stdout followed by its\n stderr\n:env override the process env with a map (or the underlying Java\n String[] if you are a masochist).\n:dir override the process dir with a String or java.io.File.\n\nYou can bind :env or :dir for multiple operations using with-sh-env\nand with-sh-dir.", :var-type "function", :line 83, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/shell_out.clj"} {:arglists ([f]), :name "global-singleton", :namespace "clojure.contrib.singleton", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj#L28", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj", :wiki-url "http://clojure.github.com/clojure-contrib//singleton-api.html#clojure.contrib.singleton/global-singleton", :doc "Returns a global singleton function. f is a function of no\narguments that creates and returns some object. The singleton\nfunction will call f just once, the first time it is needed, and\ncache the value for all subsequent calls.\n\nWarning: global singletons are often unsafe in multi-threaded code.\nConsider per-thread-singleton instead.", :var-type "function", :line 28, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/singleton.clj"} {:arglists ([f]), :name "per-thread-singleton", :namespace "clojure.contrib.singleton", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj#L41", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj", :wiki-url "http://clojure.github.com/clojure-contrib//singleton-api.html#clojure.contrib.singleton/per-thread-singleton", :doc "Returns a per-thread singleton function. f is a function of no\narguments that creates and returns some object. The singleton\nfunction will call f only once for each thread, and cache its value\nfor subsequent calls from the same thread. This allows you to\nsafely and lazily initialize shared objects on a per-thread basis.\n\nWarning: due to a bug in JDK 5, it may not be safe to use a\nper-thread-singleton in the initialization function for another\nper-thread-singleton. See\nhttp://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5025230", :var-type "function", :line 41, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/singleton.clj"} {:arglists ([]), :name "connection", :namespace "clojure.contrib.sql", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L32", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/connection", :doc "Returns the current database connection (or throws if there is none)", :var-type "function", :line 32, :file "clojure/contrib/sql.clj"} {:arglists ([name & specs]), :name "create-table", :namespace "clojure.contrib.sql", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L105", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/create-table", :doc "Creates a table on the open database connection given a table name and\nspecs. Each spec is either a column spec: a vector containing a column\nname and optionally a type and other constraints, or a table-level\nconstraint: a vector containing words that express the constraint. All\nwords used to describe the table may be supplied as strings or keywords.", :var-type "function", :line 105, :file "clojure/contrib/sql.clj"} {:arglists ([table where-params]), :name "delete-rows", :namespace "clojure.contrib.sql", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L159", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/delete-rows", :doc "Deletes rows from a table. where-params is a vector containing a string\nproviding the (optionally parameterized) selection criteria followed by\nvalues for any parameters.", :var-type "function", :line 159, :file "clojure/contrib/sql.clj"} {:arglists ([& commands]), :name "do-commands", :namespace "clojure.contrib.sql", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L83", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/do-commands", :doc "Executes SQL commands on the open database connection.", :var-type "function", :line 83, :file "clojure/contrib/sql.clj"} {:arglists ([sql & param-groups]), :name "do-prepared", :namespace "clojure.contrib.sql", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L92", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/do-prepared", :doc "Executes an (optionally parameterized) SQL prepared statement on the\nopen database connection. Each param-group is a seq of values for all of\nthe parameters.", :var-type "function", :line 92, :file "clojure/contrib/sql.clj"} {:arglists ([name]), :name "drop-table", :namespace "clojure.contrib.sql", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L121", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/drop-table", :doc "Drops a table on the open database connection given its name, a string\nor keyword", :var-type "function", :line 121, :file "clojure/contrib/sql.clj"} {:arglists ([]), :name "find-connection", :namespace "clojure.contrib.sql", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L31", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/find-connection", :doc "Returns the current database connection (or nil if there is none)", :var-type "function", :line 31, :file "clojure/contrib/sql.clj"} {:arglists ([table & records]), :name "insert-records", :namespace "clojure.contrib.sql", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L152", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/insert-records", :doc "Inserts records into a table. records are maps from strings or\nkeywords (identifying columns) to values.", :var-type "function", :line 152, :file "clojure/contrib/sql.clj"} {:arglists ([table & rows]), :name "insert-rows", :namespace "clojure.contrib.sql", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L146", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/insert-rows", :doc "Inserts complete rows into a table. Each row is a vector of values for\neach of the table's columns in order.", :var-type "function", :line 146, :file "clojure/contrib/sql.clj"} {:arglists ([table column-names & value-groups]), :name "insert-values", :namespace "clojure.contrib.sql", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L128", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/insert-values", :doc "Inserts rows into a table with values for specified columns only.\ncolumn-names is a vector of strings or keywords identifying columns. Each\nvalue-group is a vector containing a values for each column in\norder. When inserting complete rows (all columns), consider using\ninsert-rows instead.", :var-type "function", :line 128, :file "clojure/contrib/sql.clj"} {:arglists ([]), :name "is-rollback-only", :namespace "clojure.contrib.sql", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L77", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/is-rollback-only", :doc "Returns true if the outermost transaction will rollback rather than\ncommit when complete", :var-type "function", :line 77, :file "clojure/contrib/sql.clj"} {:arglists ([]), :name "set-rollback-only", :namespace "clojure.contrib.sql", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L71", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/set-rollback-only", :doc "Marks the outermost transaction such that it will rollback rather than\ncommit when complete", :var-type "function", :line 71, :file "clojure/contrib/sql.clj"} {:arglists ([& body]), :name "transaction", :namespace "clojure.contrib.sql", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L60", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/transaction", :doc "Evaluates body as a transaction on the open database connection. Any\nnested transactions are absorbed into the outermost transaction. By\ndefault, all database updates are committed together as a group after\nevaluating the outermost body, or rolled back on any uncaught\nexception. If set-rollback-only is called within scope of the outermost\ntransaction, the entire transaction will be rolled back rather than\ncommitted when complete.", :var-type "macro", :line 60, :file "clojure/contrib/sql.clj"} {:arglists ([table where-params record]), :name "update-or-insert-values", :namespace "clojure.contrib.sql", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L184", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/update-or-insert-values", :doc "Updates values on selected rows in a table, or inserts a new row when no\nexisting row matches the selection criteria. where-params is a vector\ncontaining a string providing the (optionally parameterized) selection\ncriteria followed by values for any parameters. record is a map from\nstrings or keywords (identifying columns) to updated values.", :var-type "function", :line 184, :file "clojure/contrib/sql.clj"} {:arglists ([table where-params record]), :name "update-values", :namespace "clojure.contrib.sql", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L170", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/update-values", :doc "Updates values on selected rows in a table. where-params is a vector\ncontaining a string providing the (optionally parameterized) selection\ncriteria followed by values for any parameters. record is a map from\nstrings or keywords (identifying columns) to updated values.", :var-type "function", :line 170, :file "clojure/contrib/sql.clj"} {:arglists ([db-spec & body]), :name "with-connection", :namespace "clojure.contrib.sql", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L34", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/with-connection", :doc "Evaluates body in the context of a new connection to a database then\ncloses the connection. db-spec is a map containing values for one of the\nfollowing parameter sets:\n\nFactory:\n :factory (required) a function of one argument, a map of params\n (others) (optional) passed to the factory function in a map\n\nDriverManager:\n :classname (required) a String, the jdbc driver class name\n :subprotocol (required) a String, the jdbc subprotocol\n :subname (required) a String, the jdbc subname\n (others) (optional) passed to the driver as properties.\n\nDataSource:\n :datasource (required) a javax.sql.DataSource\n :username (optional) a String\n :password (optional) a String, required if :username is supplied\n\nJNDI:\n :name (required) a String or javax.naming.Name\n :environment (optional) a java.util.Map", :var-type "macro", :line 34, :file "clojure/contrib/sql.clj"} {:arglists ([results sql-params & body]), :name "with-query-results", :namespace "clojure.contrib.sql", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L197", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/with-query-results", :doc "Executes a query, then evaluates body with results bound to a seq of the\nresults. sql-params is a vector containing a string providing\nthe (optionally parameterized) SQL query followed by values for any\nparameters.", :var-type "macro", :line 197, :file "clojure/contrib/sql.clj"} {:arglists ([s]), :name "chomp", :namespace "clojure.contrib.str-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L96", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/chomp", :doc "Removes all trailing newline \\n or return \\r characters from\nstring. Note: String.trim() is similar and faster.", :var-type "function", :line 96, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj"} {:arglists ([s]), :name "chop", :namespace "clojure.contrib.str-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L91", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/chop", :doc "Removes the last character of string.", :var-type "function", :line 91, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj"} {:arglists ([regex replacement string]), :name "re-gsub", :namespace "clojure.contrib.str-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L50", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/re-gsub", :doc "Replaces all instances of 'pattern' in 'string' with\n'replacement'. Like Ruby's 'String#gsub'.\n\nIf (ifn? replacment) is true, the replacement is called with the\nmatch.\n", :var-type "function", :line 50, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj"} {:arglists ([re string]), :name "re-partition", :namespace "clojure.contrib.str-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L28", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/re-partition", :doc "Splits the string into a lazy sequence of substrings, alternating\nbetween substrings that match the patthern and the substrings\nbetween the matches. The sequence always starts with the substring\nbefore the first match, or an empty string if the beginning of the\nstring matches.\n\nFor example: (re-partition #\"[a-z]+\" \"abc123def\")\n\nReturns: (\"\" \"abc\" \"123\" \"def\")", :var-type "function", :line 28, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj"} {:arglists ([pattern string] [pattern string limit]), :name "re-split", :namespace "clojure.contrib.str-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L21", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/re-split", :doc "Splits the string on instances of 'pattern'. Returns a sequence of\nstrings. Optional 'limit' argument is the maximum number of\nsplits. Like Perl's 'split'.", :var-type "function", :line 21, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj"} {:arglists ([regex replacement string]), :name "re-sub", :namespace "clojure.contrib.str-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L66", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/re-sub", :doc "Replaces the first instance of 'pattern' in 'string' with\n'replacement'. Like Ruby's 'String#sub'.\n\nIf (ifn? replacement) is true, the replacement is called with\nthe match.\n", :var-type "function", :line 66, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj"} {:arglists ([separator sequence]), :name "str-join", :namespace "clojure.contrib.str-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L84", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/str-join", :doc "Returns a string of all elements in 'sequence', separated by\n'separator'. Like Perl's 'join'.", :var-type "function", :line 84, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj"} {:arglists ([s]), :name "blank?", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L102", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/blank?", :doc "True if s is nil, empty, or contains only whitespace.", :var-type "function", :line 102, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s n]), :name "butlast", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L128", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/butlast", :doc "Returns s without the last n characters. Returns an empty string\nif n is greater than the length of s.\n\nNote the argument order is the opposite of clojure.core/butlast;\nthis is to keep the string as the first argument for use with ->", :var-type "function", :line 128, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s]), :name "capitalize", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L285", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/capitalize", :doc "Converts first character of the string to upper-case, all other\ncharacters to lower-case.", :var-type "function", :line 285, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s]), :name "chomp", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L258", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/chomp", :doc "Removes all trailing newline \\n or return \\r characters from\nstring. Note: String.trim() is similar and faster.", :var-type "function", :line 258, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s]), :name "chop", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L249", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/chop", :doc "Removes the last character of string, does nothing on a zero-length\nstring.", :var-type "function", :line 249, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s]), :name "codepoints", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L77", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/codepoints", :doc "Returns a sequence of integer Unicode code points in s. Handles\nUnicode supplementary characters (above U+FFFF) correctly.", :var-type "function", :line 77, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s substring]), :name "contains?", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L364", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/contains?", :doc "True if s contains the substring.", :var-type "function", :line 364, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([bindings & body]), :name "dochars", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L37", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/dochars", :doc "bindings => [name string]\n\nRepeatedly executes body, with name bound to each character in\nstring. Does NOT handle Unicode supplementary characters (above\nU+FFFF).", :var-type "macro", :line 37, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([bindings & body]), :name "docodepoints", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L53", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/docodepoints", :doc "bindings => [name string]\n\nRepeatedly executes body, with name bound to the integer code point\nof each Unicode character in the string. Handles Unicode\nsupplementary characters (above U+FFFF) correctly.", :var-type "macro", :line 53, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s n]), :name "drop", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L117", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/drop", :doc "Drops first n characters from s. Returns an empty string if n is\ngreater than the length of s.\n\nNote the argument order is the opposite of clojure.core/drop; this\nis to keep the string as the first argument for use with ->", :var-type "function", :line 117, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s cmap]), :name "escape", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L90", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/escape", :doc "Returns a new String by applying cmap (a function or a map) to each\ncharacter in s. If cmap returns nil, the original character is\nadded to the output unchanged.", :var-type "function", :line 90, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s i]), :name "get", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L369", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/get", :doc "Gets the i'th character in string.", :var-type "function", :line 369, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([re coll]), :name "grep", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L317", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/grep", :doc "Filters elements of coll by a regular expression. The String\nrepresentation (with str) of each element is tested with re-find.", :var-type "function", :line 317, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([separator coll]), :name "join", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L243", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/join", :doc "Returns a string of all elements in coll, separated by\nseparator. Like Perl's join.", :var-type "function", :line 243, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s]), :name "lower-case", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L348", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/lower-case", :doc "Converts string to all lower-case.", :var-type "function", :line 348, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s]), :name "ltrim", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L294", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/ltrim", :doc "Removes whitespace from the left side of string.", :var-type "function", :line 294, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([f coll]), :name "map-str", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L310", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/map-str", :doc "Apply f to each element of coll, concatenate all results into a\nString.", :var-type "function", :line 310, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([f & args]), :name "partial", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L323", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/partial", :doc "Like clojure.core/partial for functions that take their primary\nargument first.\n\nTakes a function f and its arguments, NOT INCLUDING the first\nargument. Returns a new function whose first argument will be the\nfirst argument to f.\n\nExample: (str-utils2/partial str-utils2/take 2)\n ;;=> (fn [s] (str-utils2/take s 2))", :var-type "function", :line 323, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s re]), :name "partition", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L222", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/partition", :doc "Splits the string into a lazy sequence of substrings, alternating\nbetween substrings that match the patthern and the substrings\nbetween the matches. The sequence always starts with the substring\nbefore the first match, or an empty string if the beginning of the\nstring matches.\n\nFor example: (partition \"abc123def\" #\"[a-z]+\")\nreturns: (\"\" \"abc\" \"123\" \"def\")", :var-type "function", :line 222, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s n]), :name "repeat", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L146", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/repeat", :doc "Returns a new String containing s repeated n times.", :var-type "function", :line 146, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([string pattern replacement]), :name "replace", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L156", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/replace", :doc "Replaces all instances of pattern in string with replacement. \n\nAllowed argument types for pattern and replacement are:\n 1. String and String\n 2. Character and Character\n 3. regex Pattern and String\n (Uses java.util.regex.Matcher.replaceAll)\n 4. regex Pattern and function\n (Calls function with re-groups of each match, uses return \n value as replacement.)", :var-type "multimethod", :line 156, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s pattern replacement]), :name "replace-first", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L192", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/replace-first", :doc "Replaces the first instance of pattern in s with replacement.\n\nAllowed argument types for pattern and replacement are:\n 1. String and String\n 2. regex Pattern and String\n (Uses java.util.regex.Matcher.replaceAll)\n 3. regex Pattern and function", :var-type "multimethod", :line 192, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s]), :name "reverse", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L151", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/reverse", :doc "Returns s with its characters reversed.", :var-type "function", :line 151, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s]), :name "rtrim", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L299", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/rtrim", :doc "Removes whitespace from the right side of string.", :var-type "function", :line 299, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s re] [s re limit]), :name "split", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L353", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/split", :doc "Splits string on a regular expression. Optional argument limit is\nthe maximum number of splits.", :var-type "function", :line 353, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s]), :name "split-lines", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L304", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/split-lines", :doc "Splits s on \\n or \\r\\n.", :var-type "function", :line 304, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s]), :name "swap-case", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L267", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/swap-case", :doc "Changes upper case characters to lower case and vice-versa.\nHandles Unicode supplementary characters correctly. Uses the\nlocale-sensitive String.toUpperCase() and String.toLowerCase()\nmethods.", :var-type "function", :line 267, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s n]), :name "tail", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L139", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/tail", :doc "Returns the last n characters of s.", :var-type "function", :line 139, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s n]), :name "take", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L107", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/take", :doc "Take first n characters from s, up to the length of s.\n\nNote the argument order is the opposite of clojure.core/take; this\nis to keep the string as the first argument for use with ->", :var-type "function", :line 107, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s]), :name "trim", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L359", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/trim", :doc "Removes whitespace from both ends of string.", :var-type "function", :line 359, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([s]), :name "upper-case", :namespace "clojure.contrib.str-utils2", :source-url "https://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L343", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/upper-case", :doc "Converts string to all upper-case.", :var-type "function", :line 343, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} {:arglists ([name args streams & body]), :name "defst", :namespace "clojure.contrib.stream-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L183", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/defst", :doc "Define the stream transformer name by body.\nThe non-stream arguments args and the stream arguments streams\nare given separately, with args being possibly empty.", :var-type "macro", :line 183, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} {:arglists ([type-tag args & body]), :name "defstream", :namespace "clojure.contrib.stream-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L73", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/defstream", :doc "Define object of the given type as a stream whose implementation\nof stream-next is defined by args and body. This macro adds\na type-specific method for stream-next and derives type\nfrom stream-type.", :var-type "macro", :line 73, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} {:arglists ([n]), :name "pick", :namespace "clojure.contrib.stream-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L149", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/pick", :doc "Return the next value of stream argument n inside a stream\ntransformer. When used inside of defst, the name of the stream\nargument can be used instead of its index n.", :var-type "function", :line 149, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} {:arglists ([streams]), :name "pick-all", :namespace "clojure.contrib.stream-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L160", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/pick-all", :doc "Return a vector containing the next value of each stream argument\ninside a stream transformer.", :var-type "function", :line 160, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} {:arglists ([n stream]), :name "stream-drop", :namespace "clojure.contrib.stream-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L201", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-drop", :doc "Return a stream containing all but the first n elements of stream.", :var-type "function", :line 201, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} {:arglists ([p stream]), :name "stream-filter", :namespace "clojure.contrib.stream-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L243", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-filter", :doc "Return a new stream that contrains the elements of stream\nthat satisfy the predicate p.", :var-type "multimethod", :line 243, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} {:arglists ([s]), :name "stream-flatten", :namespace "clojure.contrib.stream-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L271", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-flatten", :doc "Converts a stream of sequences into a stream of the elements of the\nsequences. Flattening is not recursive, only one level of nesting\nwill be removed.", :var-type "function", :line 271, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L135", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-m", :namespace "clojure.contrib.stream-utils", :line 135, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj", :var-type "var", :doc "Monad describing stream computations. The monadic values can be\nof any type handled by stream-next.", :name "stream-m"} {:arglists ([f stream]), :name "stream-map", :namespace "clojure.contrib.stream-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L219", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-map", :doc "Return a new stream by mapping the function f on the given stream.", :var-type "multimethod", :line 219, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} {:arglists ([stream-state]), :name "stream-next", :namespace "clojure.contrib.stream-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L91", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-next", :doc "Returns a vector [next-value new-state] where next-value is the next\nitem in the data stream defined by stream-state and new-state\nis the new state of the stream. At the end of the stream,\nnext-value and new-state are nil.", :var-type "multimethod", :line 91, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} {:arglists ([s]), :name "stream-seq", :namespace "clojure.contrib.stream-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L113", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-seq", :doc "Return a lazy seq on the stream. Also accessible via\nclojure.contrib.seq-utils/seq-on and\nclojure.contrib.generic.collection/seq for streams.", :var-type "function", :line 113, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L69", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-type", :namespace "clojure.contrib.stream-utils", :line 69, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj", :var-type "var", :doc "The root type for the stream hierarchy. For each stream type,\nadd a derivation from this type.", :name "stream-type"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L70", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/action-translation-table", :namespace "clojure.contrib.swing-utils", :line 70, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj", :var-type "var", :doc "Translation table for the make-action constructor.", :name "action-translation-table"} {:arglists ([component f & args]), :name "add-action-listener", :namespace "clojure.contrib.swing-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L23", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/add-action-listener", :doc "Adds an ActionLister to component. When the action fires, f will be\ninvoked with the event as its first argument followed by args.\nReturns the listener.", :var-type "function", :line 23, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj"} {:arglists ([component f & args]), :name "add-key-typed-listener", :namespace "clojure.contrib.swing-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L33", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/add-key-typed-listener", :doc "Adds a KeyListener to component that only responds to KeyTyped events.\nWhen a key is typed, f is invoked with the KeyEvent as its first argument\nfollowed by args. Returns the listener.", :var-type "function", :line 33, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj"} {:arglists ([parent item]), :name "add-menu-item", :namespace "clojure.contrib.swing-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L101", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/add-menu-item", :doc "Adds a menu item to the parent according to the item description.\n The item description is a map of the following structure.\n\nEither:\n - one single :action specifying a javax.swing.Action to be associated\n with the item.\n - a specification suitable for make-action\n - a set of :name, :mnemonic and :items keys, specifying a submenu with\n the given sequence of item entries.\n - an empty map specifying a separator.", :var-type "multimethod", :line 101, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj"} {:arglists ([& body]), :name "do-swing", :namespace "clojure.contrib.swing-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L58", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/do-swing", :doc "Executes body in the Swing event thread asynchronously. Returns\nimmediately after scheduling the execution.", :var-type "macro", :line 58, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj"} {:arglists ([schedule thunk]), :name "do-swing*", :namespace "clojure.contrib.swing-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L46", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/do-swing*", :doc "Runs thunk in the Swing event thread according to schedule:\n- :later => schedule the execution and return immediately\n- :now => wait until the execution completes.", :var-type "function", :line 46, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj"} {:arglists ([& body]), :name "do-swing-and-wait", :namespace "clojure.contrib.swing-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L64", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/do-swing-and-wait", :doc "Executes body in the Swing event thread synchronously. Returns\nafter the execution is complete.", :var-type "macro", :line 64, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj"} {:arglists ([spec]), :name "make-action", :namespace "clojure.contrib.swing-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L80", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/make-action", :doc "Create an Action proxy from the given action spec. The standard keys\nrecognised are: :name, :accelerator, :command-key, :long-desc,\n:short-desc, :mnemonic and :icon - corresponding to the similar named\nAction properties. The :handler value is used in the actionPerformed\nmethod of the proxy to pass on the event.", :var-type "function", :line 80, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj"} {:arglists ([menubar-items]), :name "make-menubar", :namespace "clojure.contrib.swing-utils", :source-url "https://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L142", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/make-menubar", :doc "Create a menubar containing the given sequence of menu items. The menu\nitems are described by a map as is detailed in the docstring of the\nadd-menu-item function.", :var-type "function", :line 142, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L97", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/menu-constructor-dispatch", :namespace "clojure.contrib.swing-utils", :line 97, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj", :var-type "var", :doc "An atom containing the dispatch set for the add-menu-item method.", :name "menu-constructor-dispatch"} {:raw-source-url nil, :source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/*load-tests*", :namespace "clojure.contrib.test-is", :line 239, :file "clojure/test.clj", :var-type "var", :doc "True by default. If set to false, no test functions will\nbe created by deftest, set-test, or with-test. Use this to omit\ntests when compiling or loading production code.", :name "*load-tests*"} {:raw-source-url nil, :source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/*stack-trace-depth*", :namespace "clojure.contrib.test-is", :line 245, :file "clojure/test.clj", :var-type "var", :doc "The maximum depth of stack traces to print when an Exception\nis thrown during a test. Defaults to nil, which means print the \ncomplete stack trace.", :name "*stack-trace-depth*"} {:arglists ([expr values]), :name "apply-template", :namespace "clojure.contrib.test-is", :source-url "https://github.com/clojure/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L76", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/apply-template", :doc "Replaces _1, _2, _3, etc. in expr with corresponding elements of\nvalues. Returns the modified expression. For use in macros.", :var-type "function", :line 76, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj"} {:arglists ([expr & args]), :name "are", :namespace "clojure.contrib.test-is", :source-url "https://github.com/clojure/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L104", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/are", :doc "Checks multiple assertions with a template expression.\nSee clojure.contrib.template/do-template for an explanation of\ntemplates.\n\nExample: (are (= _1 _2) \n 2 (+ 1 1)\n 4 (* 2 2))\nExpands to: \n (do (is (= 2 (+ 1 1)))\n (is (= 4 (* 2 2))))\n\nNote: This breaks some reporting features, such as line numbers.", :var-type "macro", :line 104, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj"} {:arglists ([msg form]), :name "assert-any", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/assert-any", :doc "Returns generic assertion code for any test, including macros, Java\nmethod calls, or isolated symbols.", :var-type "function", :line 404, :file "clojure/test.clj"} {:arglists ([msg form]), :name "assert-predicate", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/assert-predicate", :doc "Returns generic assertion code for any functional predicate. The\n'expected' argument to 'report' will contains the original form, the\n'actual' argument will contain the form with all its sub-forms\nevaluated. If the predicate returns false, the 'actual' form will\nbe wrapped in (not...).", :var-type "function", :line 386, :file "clojure/test.clj"} {:arglists ([f1 f2]), :name "compose-fixtures", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/compose-fixtures", :doc "Composes two fixture functions, creating a new fixture function\nthat combines their behavior.", :var-type "function", :line 618, :file "clojure/test.clj"} {:arglists ([name & body]), :name "deftest", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/deftest", :doc "Defines a test function with no arguments. Test functions may call\nother tests, so tests may be composed. If you compose tests, you\nshould also define a function named test-ns-hook; run-tests will\ncall test-ns-hook instead of testing all vars.\n\nNote: Actually, the test body goes in the :test metadata on the var,\nand the real function (the value of the var) calls test-var on\nitself.\n\nWhen *load-tests* is false, deftest is ignored.", :var-type "macro", :line 557, :file "clojure/test.clj"} {:arglists ([name & body]), :name "deftest-", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/deftest-", :doc "Like deftest but creates a private var.", :var-type "macro", :line 573, :file "clojure/test.clj"} {:arglists ([expr & args]), :name "do-template", :namespace "clojure.contrib.test-is", :source-url "https://github.com/clojure/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L87", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/do-template", :doc "Repeatedly evaluates template expr (in a do block) using values in\nargs. args are grouped by the number of holes in the template.\nExample: (do-template (check _1 _2) :a :b :c :d)\nexpands to (do (check :a :b) (check :c :d))", :var-type "macro", :line 87, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj"} {:arglists ([n]), :name "file-position", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/file-position", :doc "Returns a vector [filename line-number] for the nth call up the\nstack.", :var-type "function", :line 275, :file "clojure/test.clj"} {:arglists ([form]), :name "find-holes", :namespace "clojure.contrib.test-is", :source-url "https://github.com/clojure/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L51", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/find-holes", :doc "Recursively finds all symbols starting with _ in form.", :var-type "function", :line 51, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj"} {:arglists ([form]), :name "find-pure-exprs", :namespace "clojure.contrib.test-is", :source-url "https://github.com/clojure/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L57", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/find-pure-exprs", :doc "Recursively finds all sub-expressions in form that do not contain\nany symbols starting with _", :var-type "function", :line 57, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj"} {:arglists ([form]), :name "find-symbols", :namespace "clojure.contrib.test-is", :source-url "https://github.com/clojure/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L46", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/find-symbols", :doc "Recursively finds all symbols in form.", :var-type "function", :line 46, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj"} {:arglists ([m]), :name "flatten-map", :namespace "clojure.contrib.test-is", :source-url "https://github.com/clojure/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L65", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/flatten-map", :doc "Transforms a map into a vector like [key value key value].", :var-type "function", :line 65, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj"} {:arglists ([x]), :name "function?", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/function?", :doc "Returns true if argument is a function or a symbol that resolves to\na function (not a macro).", :var-type "function", :line 375, :file "clojure/test.clj"} {:arglists ([v]), :name "get-possibly-unbound-var", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/get-possibly-unbound-var", :doc "Like var-get but returns nil if the var is unbound.", :var-type "function", :line 368, :file "clojure/test.clj"} {:arglists ([name]), :name "inc-report-counter", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/inc-report-counter", :doc "Increments the named counter in *report-counters*, a ref to a map.\nDoes nothing if *report-counters* is nil.", :var-type "function", :line 300, :file "clojure/test.clj"} {:arglists ([form] [form msg]), :name "is", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/is", :doc "Generic assertion macro. 'form' is any predicate test.\n'msg' is an optional message to attach to the assertion.\n\nExample: (is (= 4 (+ 2 2)) \"Two plus two should be 4\")\n\nSpecial forms:\n\n(is (thrown? c body)) checks that an instance of c is thrown from\nbody, fails if not; then returns the thing thrown.\n\n(is (thrown-with-msg? c re body)) checks that an instance of c is\nthrown AND that the message on the exception matches (with\nre-matches) the regular expression re.", :var-type "macro", :line 501, :file "clojure/test.clj"} {:arglists ([fixtures]), :name "join-fixtures", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/join-fixtures", :doc "Composes a collection of fixtures, in order. Always returns a valid\nfixture function, even if the collection is empty.", :var-type "function", :line 624, :file "clojure/test.clj"} {:raw-source-url nil, :source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/report", :namespace "clojure.contrib.test-is", :line 312, :file "clojure/test.clj", :var-type "multimethod", :doc "Generic reporting function, may be overridden to plug in\ndifferent report formats (e.g., TAP, JUnit). Assertions such as\n'is' call 'report' to indicate results. The argument given to\n'report' will be a map with a :type key. See the documentation at\nthe top of test_is.clj for more information on the types of\narguments for 'report'.", :name "report"} {:arglists ([] [re]), :name "run-all-tests", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/run-all-tests", :doc "Runs all tests in all namespaces; prints results.\nOptional argument is a regular expression; only namespaces with\nnames matching the regular expression (with re-matches) will be\ntested.", :var-type "function", :line 695, :file "clojure/test.clj"} {:arglists ([] [& namespaces]), :name "run-tests", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/run-tests", :doc "Runs all tests in the given namespaces; prints results.\nDefaults to current namespace if none given. Returns a map\nsummarizing test results.", :var-type "function", :line 684, :file "clojure/test.clj"} {:arglists ([name & body]), :name "set-test", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/set-test", :doc "Experimental.\nSets :test metadata of the named var to a fn with the given body.\nThe var must already exist. Does not modify the value of the var.\n\nWhen *load-tests* is false, set-test is ignored.", :var-type "macro", :line 581, :file "clojure/test.clj"} {:arglists ([summary]), :name "successful?", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/successful?", :doc "Returns true if the given test summary indicates all tests\nwere successful, false otherwise.", :var-type "function", :line 703, :file "clojure/test.clj"} {:arglists ([form]), :name "template?", :namespace "clojure.contrib.test-is", :source-url "https://github.com/clojure/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L71", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/template?", :doc "Returns true if form is a valid template expression.", :var-type "function", :line 71, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj"} {:arglists ([ns]), :name "test-all-vars", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/test-all-vars", :doc "Calls test-var on every var interned in the namespace, with fixtures.", :var-type "function", :line 649, :file "clojure/test.clj"} {:arglists ([ns]), :name "test-ns", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/test-ns", :doc "If the namespace defines a function named test-ns-hook, calls that.\nOtherwise, calls test-all-vars on the namespace. 'ns' is a\nnamespace object or a symbol.\n\nInternally binds *report-counters* to a ref initialized to\n*inital-report-counters*. Returns the final, dereferenced state of\n*report-counters*.", :var-type "function", :line 660, :file "clojure/test.clj"} {:arglists ([v]), :name "test-var", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/test-var", :doc "If v has a function in its :test metadata, calls that function,\nwith *testing-vars* bound to (conj *testing-vars* v).", :var-type "function", :line 635, :file "clojure/test.clj"} {:arglists ([string & body]), :name "testing", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/testing", :doc "Adds a new string to the list of testing contexts. May be nested,\nbut must occur inside a test function (deftest).", :var-type "macro", :line 534, :file "clojure/test.clj"} {:arglists ([]), :name "testing-contexts-str", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/testing-contexts-str", :doc "Returns a string representation of the current test context. Joins\nstrings in *testing-contexts* with spaces.", :var-type "function", :line 294, :file "clojure/test.clj"} {:arglists ([]), :name "testing-vars-str", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/testing-vars-str", :doc "Returns a string representation of the current test. Renders names\nin *testing-vars* as a list, then the source file and line of\ncurrent assertion.", :var-type "function", :line 282, :file "clojure/test.clj"} {:arglists ([msg form]), :name "try-expr", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/try-expr", :doc "Used by the 'is' macro to catch unexpected exceptions.\nYou don't call this.", :var-type "macro", :line 486, :file "clojure/test.clj"} {:raw-source-url nil, :source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/use-fixtures", :namespace "clojure.contrib.test-is", :line 601, :file "clojure/test.clj", :var-type "multimethod", :doc "Wrap test runs in a fixture function to perform setup and\nteardown. Using a fixture-type of :each wraps every test\nindividually, while:once wraps the whole run in a single function.", :name "use-fixtures"} {:arglists ([definition & body]), :name "with-test", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/with-test", :doc "Takes any definition form (that returns a Var) as the first argument.\nRemaining body goes in the :test metadata function for that Var.\n\nWhen *load-tests* is false, only evaluates the definition, ignoring\nthe tests.", :var-type "macro", :line 545, :file "clojure/test.clj"} {:arglists ([& body]), :name "with-test-out", :namespace "clojure.contrib.test-is", :source-url nil, :raw-source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/with-test-out", :doc "Runs body with *out* bound to the value of *test-out*.", :var-type "macro", :line 265, :file "clojure/test.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L40", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/*trace-depth*", :namespace "clojure.contrib.trace", :line 40, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj", :var-type "var", :doc "Current stack depth of traced function calls.", :name "*trace-depth*"} {:arglists ([name & definition]), :name "deftrace", :namespace "clojure.contrib.trace", :source-url "https://github.com/clojure/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L75", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/deftrace", :doc "Use in place of defn; traces each call/return of this fn, including\narguments. Nested calls to deftrace'd functions will print a\ntree-like structure.", :var-type "macro", :line 75, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj"} {:arglists ([fns & exprs]), :name "dotrace", :namespace "clojure.contrib.trace", :source-url "https://github.com/clojure/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L86", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/dotrace", :doc "Given a sequence of function identifiers, evaluate the body\nexpressions in an environment in which the identifiers are bound to\nthe traced functions. Does not work on inlined functions,\nsuch as clojure.core/+", :var-type "macro", :line 86, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj"} {:arglists ([value] [name value]), :name "trace", :namespace "clojure.contrib.trace", :source-url "https://github.com/clojure/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L50", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/trace", :doc "Sends name (optional) and value to the tracer function, then\nreturns value. May be wrapped around any expression without\naffecting the result.", :var-type "function", :line 50, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj"} {:arglists ([name f args]), :name "trace-fn-call", :namespace "clojure.contrib.trace", :source-url "https://github.com/clojure/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L64", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/trace-fn-call", :doc "Traces a single call to a function f with args. 'name' is the\nsymbol name of the function.", :var-type "function", :line 64, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj"} {:arglists ([]), :name "trace-indent", :namespace "clojure.contrib.trace", :source-url "https://github.com/clojure/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L59", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/trace-indent", :doc "Returns an indentation string based on *trace-depth*", :var-type "function", :line 59, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj"} {:arglists ([name value]), :name "tracer", :namespace "clojure.contrib.trace", :source-url "https://github.com/clojure/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L44", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/tracer", :doc "This function is called by trace. Prints to standard output, but\nmay be rebound to do anything you like. 'name' is optional.", :var-type "function", :line 44, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj"} {:arglists ([type-tag & constructors]), :name "defadt", :namespace "clojure.contrib.types", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj#L128", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj", :wiki-url "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/defadt", :doc "Define an algebraic data type name by an exhaustive list of constructors.\nEach constructor can be a symbol (argument-free constructor) or a\nlist consisting of a tag symbol followed by the argument symbols.\nThe data type tag must be a keyword.", :var-type "macro", :line 128, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/types.clj"} {:arglists ([type-tag constructor-name docstring? attr-map?] [type-tag constructor-name docstring? attr-map? constructor] [type-tag constructor-name docstring? attr-map? constructor deconstructor]), :name "deftype", :namespace "clojure.contrib.types", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj#L54", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj", :wiki-url "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/deftype", :doc "Define a data type by a type tag (a namespace-qualified keyword)\nand a symbol naming the constructor function. Optionally, a\nconstructor and a deconstructor function can be given as well,\nthe defaults being clojure.core/identity and clojure.core/list.\nThe full constructor associated with constructor-name calls the\nconstructor function and attaches the type tag to its result\nas metadata. The deconstructor function must return the arguments\nto be passed to the constructor in order to create an equivalent\nobject. It is used for printing and matching.", :var-type "macro", :line 54, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/types.clj"} {:arglists ([type-tag constructor-name & optional]), :name "deftype-", :namespace "clojure.contrib.types", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj#L88", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj", :wiki-url "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/deftype-", :doc "Same as deftype but the constructor is private.", :var-type "macro", :line 88, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/types.clj"} {:arglists ([value & clauses]), :name "match", :namespace "clojure.contrib.types", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj#L241", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj", :wiki-url "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/match", :doc "Given a value and a list of template-expr clauses, evaluate the first\nexpr whose template matches the value. There are four kinds of templates:\n1) Lists of the form (tag x1 x2 ...) match instances of types\n whose constructor has the same form as the list.\n2) Quoted lists of the form '(x1 x2 ...) match lists of the same\n length.\n3) Vectors of the form [x1 x2 ...] match vectors of the same length.\n4) Maps of the form {:key1 x1 :key2 x2 ...} match maps that have\n the same keys as the template, but which can have additional keys\n that are not part of the template.\nThe values x1, x2, ... can be symbols or non-symbol values. Non-symbols\nmust be equal to the corresponding values in the object to be matched.\nSymbols will be bound to the corresponding value in the object in the\nevaluation of expr. If the same symbol occurs more than once in a,\ntemplate the corresponding elements of the object must be equal\nfor the template to match.", :var-type "macro", :line 241, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/types.clj"} {:arglists ([ns & body]), :name "with-ns", :namespace "clojure.contrib.with-ns", :source-url "https://github.com/clojure/clojure-contrib/blob/f24f6412a1cee7015285856e5e4fc6ddc3974439/src/clojure/contrib/with_ns.clj#L20", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f24f6412a1cee7015285856e5e4fc6ddc3974439/src/clojure/contrib/with_ns.clj", :wiki-url "http://clojure.github.com/clojure-contrib//with-ns-api.html#clojure.contrib.with-ns/with-ns", :doc "Evaluates body in another namespace. ns is either a namespace\nobject or a symbol. This makes it possible to define functions in\nnamespaces other than the current one.", :var-type "macro", :line 20, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/with_ns.clj"} {:arglists ([& body]), :name "with-temp-ns", :namespace "clojure.contrib.with-ns", :source-url "https://github.com/clojure/clojure-contrib/blob/f24f6412a1cee7015285856e5e4fc6ddc3974439/src/clojure/contrib/with_ns.clj#L28", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f24f6412a1cee7015285856e5e4fc6ddc3974439/src/clojure/contrib/with_ns.clj", :wiki-url "http://clojure.github.com/clojure-contrib//with-ns-api.html#clojure.contrib.with-ns/with-temp-ns", :doc "Evaluates body in an anonymous namespace, which is then immediately\nremoved. The temporary namespace will 'refer' clojure.core.", :var-type "macro", :line 28, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/with_ns.clj"} {:arglists ([loc]), :name "ancestors", :namespace "clojure.contrib.zip-filter", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj#L65", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/ancestors", :doc "Returns a lazy sequence of all ancestors of location loc, starting\nwith loc and proceeding to loc's parent node and on through to the\nroot of the tree.", :var-type "function", :line 65, :file "clojure/contrib/zip_filter.clj"} {:arglists ([loc]), :name "children", :namespace "clojure.contrib.zip-filter", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj#L45", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/children", :doc "Returns a lazy sequence of all immediate children of location loc,\nleft-to-right.", :var-type "function", :line 45, :file "clojure/contrib/zip_filter.clj"} {:arglists ([loc]), :name "children-auto", :namespace "clojure.contrib.zip-filter", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj#L52", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/children-auto", :doc "Returns a lazy sequence of all immediate children of location loc,\nleft-to-right, marked so that a following tag= predicate will auto-descend.", :var-type "function", :line 52, :file "clojure/contrib/zip_filter.clj"} {:arglists ([loc]), :name "descendants", :namespace "clojure.contrib.zip-filter", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj#L60", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/descendants", :doc "Returns a lazy sequence of all descendants of location loc, in\ndepth-first order, left-to-right, starting with loc.", :var-type "function", :line 60, :file "clojure/contrib/zip_filter.clj"} {:arglists ([loc]), :name "left-locs", :namespace "clojure.contrib.zip-filter", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj#L33", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/left-locs", :doc "Returns a lazy sequence of locations to the left of loc, starting with loc.", :var-type "function", :line 33, :file "clojure/contrib/zip_filter.clj"} {:arglists ([loc]), :name "leftmost?", :namespace "clojure.contrib.zip-filter", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj#L37", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/leftmost?", :doc "Returns true if there are no more nodes to the left of location loc.", :var-type "function", :line 37, :file "clojure/contrib/zip_filter.clj"} {:arglists ([loc]), :name "right-locs", :namespace "clojure.contrib.zip-filter", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj#L29", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/right-locs", :doc "Returns a lazy sequence of locations to the right of loc, starting with loc.", :var-type "function", :line 29, :file "clojure/contrib/zip_filter.clj"} {:arglists ([loc]), :name "rightmost?", :namespace "clojure.contrib.zip-filter", :source-url "https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj#L41", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/rightmost?", :doc "Returns true if there are no more nodes to the right of location loc.", :var-type "function", :line 41, :file "clojure/contrib/zip_filter.clj"} {:arglists ([condition]), :name "-init", :namespace "clojure.contrib.condition.Condition", :source-url "https://github.com/clojure/clojure-contrib/blob/443409f56420f3dc7972131c34c189e63d28fdcb/src/clojure/contrib/condition/Condition.clj#L25", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/443409f56420f3dc7972131c34c189e63d28fdcb/src/clojure/contrib/condition/Condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition.Condition/-init", :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.", :var-type "function", :line 25, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/condition/Condition.clj"} {:arglists ([this]), :name "-meta", :namespace "clojure.contrib.condition.Condition", :source-url "https://github.com/clojure/clojure-contrib/blob/443409f56420f3dc7972131c34c189e63d28fdcb/src/clojure/contrib/condition/Condition.clj#L40", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/443409f56420f3dc7972131c34c189e63d28fdcb/src/clojure/contrib/condition/Condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition.Condition/-meta", :doc "Returns this object's metadata, the condition", :var-type "function", :line 40, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/condition/Condition.clj"} {:arglists ([this condition]), :name "-post-init", :namespace "clojure.contrib.condition.Condition", :source-url "https://github.com/clojure/clojure-contrib/blob/443409f56420f3dc7972131c34c189e63d28fdcb/src/clojure/contrib/condition/Condition.clj#L33", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/443409f56420f3dc7972131c34c189e63d28fdcb/src/clojure/contrib/condition/Condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition.Condition/-post-init", :doc "Adds :stack-trace to the condition. Drops the bottom 3 frames because\nthey are always the same: implementation details of Condition and raise.", :var-type "function", :line 33, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/condition/Condition.clj"} {:arglists ([db name key]), :name "add-index", :namespace "clojure.contrib.datalog.database", :source-url "https://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L85", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-index", :doc "Adds an index to an empty relation named name", :var-type "function", :line 85, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} {:arglists ([db name keys]), :name "add-relation", :namespace "clojure.contrib.datalog.database", :source-url "https://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L80", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-relation", :doc "Adds a relation to the database", :var-type "function", :line 80, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} {:arglists ([db rel-name tuple] [rel tuple]), :name "add-tuple", :namespace "clojure.contrib.datalog.database", :source-url "https://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L171", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-tuple", :doc "Two forms:\n\n[db relation-name tuple] adds tuple to the named relation. Returns\nthe new database.\n\n[rel tuple] adds to the relation object. Returns the new relation.", :var-type "function", :line 171, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} {:arglists ([db & tupls]), :name "add-tuples", :namespace "clojure.contrib.datalog.database", :source-url "https://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L206", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-tuples", :doc "Adds a collection of tuples to the db, as\n(add-tuples db\n [:rel-name :key-1 1 :key-2 2]\n [:rel-name :key-1 2 :key-2 3])", :var-type "function", :line 206, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} {:arglists ([db rn pt]), :name "any-match?", :namespace "clojure.contrib.datalog.database", :source-url "https://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L252", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/any-match?", :doc "Finds if there are any matching records for the partial tuple", :var-type "function", :line 252, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} {:arglists ([db]), :name "database-counts", :namespace "clojure.contrib.datalog.database", :source-url "https://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L143", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/database-counts", :doc "Returns a map with the count of elements in each relation.", :var-type "function", :line 143, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} {:arglists ([dbs]), :name "database-merge", :namespace "clojure.contrib.datalog.database", :source-url "https://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L276", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/database-merge", :doc "Merges databases together", :var-type "function", :line 276, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} {:arglists ([dbs]), :name "database-merge-parallel", :namespace "clojure.contrib.datalog.database", :source-url "https://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L281", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/database-merge-parallel", :doc "Merges databases together in parallel", :var-type "function", :line 281, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} {:arglists ([schema data indexes]), :name "datalog-relation", :namespace "clojure.contrib.datalog.database", :source-url "https://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L75", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/datalog-relation", :doc "Creates a relation", :var-type "function", :line 75, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} {:arglists ([db name keys indexes]), :name "ensure-relation", :namespace "clojure.contrib.datalog.database", :source-url "https://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L95", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/ensure-relation", :doc "If the database lacks the named relation, add it", :var-type "function", :line 95, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} {:arglists ([db rel-name]), :name "get-relation", :namespace "clojure.contrib.datalog.database", :source-url "https://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L129", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/get-relation", :doc "Get a relation object by name", :var-type "function", :line 129, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} {:arglists ([& commands]), :name "make-database", :namespace "clojure.contrib.datalog.database", :source-url "https://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L108", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/make-database", :doc "Makes a database, like this\n(make-database\n (relation :fred [:mary :sue])\n (index :fred :mary)\n (relation :sally [:jen :becky])\n (index :sally :jen)\n (index :sally :becky))", :var-type "macro", :line 108, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} {:arglists ([r1 r2]), :name "merge-relations", :namespace "clojure.contrib.datalog.database", :source-url "https://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L266", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/merge-relations", :doc "Merges two relations", :var-type "function", :line 266, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} {:arglists ([db rel-name tuple] [rel tuple]), :name "remove-tuple", :namespace "clojure.contrib.datalog.database", :source-url "https://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L189", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/remove-tuple", :doc "Two forms:\n\n[db relation-name tuple] removes the tuple from the named relation,\nreturns a new database.\n\n[rel tuple] removes the tuple from the relation. Returns the new\nrelation.", :var-type "function", :line 189, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} {:arglists ([db rel-name rel]), :name "replace-relation", :namespace "clojure.contrib.datalog.database", :source-url "https://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L134", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/replace-relation", :doc "Add or replace a fully constructed relation object to the database.", :var-type "function", :line 134, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} {:arglists ([db rn pt]), :name "select", :namespace "clojure.contrib.datalog.database", :source-url "https://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L247", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/select", :doc "finds all matching tuples to the partial tuple (pt) in the relation named (rn)", :var-type "function", :line 247, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L254", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/adorned-literal", :namespace "clojure.contrib.datalog.literals", :line 254, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", :var-type "multimethod", :doc "When passed a set of bound columns, returns the adorned literal", :name "adorned-literal"} {:arglists ([f type]), :name "build-atom", :namespace "clojure.contrib.datalog.literals", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L133", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/build-atom", :doc "Returns an unevaluated expression (to be used in a macro) of an\natom.", :var-type "function", :line 133, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L128", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/build-literal", :namespace "clojure.contrib.datalog.literals", :line 128, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", :var-type "multimethod", :doc "(Returns an unevaluated expression (to be used in macros) of a\nliteral.", :name "build-literal"} {:arglists ([s]), :name "build-seed-bindings", :namespace "clojure.contrib.datalog.literals", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L303", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/build-seed-bindings", :doc "Given a seed literal, already adorned and in magic form, convert\nits bound constants to new variables.", :var-type "function", :line 303, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} {:arglists ([l]), :name "delta-literal", :namespace "clojure.contrib.datalog.literals", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L320", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/delta-literal", :doc "Given a literal l, return a delta version", :var-type "function", :line 320, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L164", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/display-literal", :namespace "clojure.contrib.datalog.literals", :line 164, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", :var-type "multimethod", :doc "Converts a struct representing a literal to a normal list", :name "display-literal"} {:arglists ([pred]), :name "get-adorned-bindings", :namespace "clojure.contrib.datalog.literals", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L271", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-adorned-bindings", :doc "Get the bindings from this adorned literal.", :var-type "function", :line 271, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} {:arglists ([pred]), :name "get-base-predicate", :namespace "clojure.contrib.datalog.literals", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L276", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-base-predicate", :doc "Get the base predicate from this predicate.", :var-type "function", :line 276, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L202", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-cs-from-vs", :namespace "clojure.contrib.datalog.literals", :line 202, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", :var-type "multimethod", :doc "From a set of vars, get the columns", :name "get-cs-from-vs"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L219", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-self-bound-cs", :namespace "clojure.contrib.datalog.literals", :line 219, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", :var-type "multimethod", :doc "Get the columns that are bound withing the literal.", :name "get-self-bound-cs"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L187", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-vs-from-cs", :namespace "clojure.contrib.datalog.literals", :line 187, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", :var-type "multimethod", :doc "From a set of columns, return the vars", :name "get-vs-from-cs"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L361", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/join-literal", :namespace "clojure.contrib.datalog.literals", :line 361, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", :var-type "multimethod", :doc "Given a database (db), a literal (lit) and a seq of bindings (bs),\nreturn a new seq of bindings by joining this literal.", :name "join-literal"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L236", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-appropriate?", :namespace "clojure.contrib.datalog.literals", :line 236, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", :var-type "multimethod", :doc "When passed a set of bound vars, determines if this literal can be\nused during this point of a SIP computation.", :name "literal-appropriate?"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L48", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-columns", :namespace "clojure.contrib.datalog.literals", :line 48, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", :var-type "multimethod", :doc "Return the column names this applies to", :name "literal-columns"} {:arglists ([lit]), :name "literal-magic?", :namespace "clojure.contrib.datalog.literals", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L296", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-magic?", :doc "Is this literal magic?", :var-type "function", :line 296, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L44", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-predicate", :namespace "clojure.contrib.datalog.literals", :line 44, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", :var-type "multimethod", :doc "Return the predicate/relation this conditional operates over", :name "literal-predicate"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L52", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-vars", :namespace "clojure.contrib.datalog.literals", :line 52, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", :var-type "multimethod", :doc "Returns the logic vars used by this literal", :name "literal-vars"} {:arglists ([l]), :name "magic-literal", :namespace "clojure.contrib.datalog.literals", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L286", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/magic-literal", :doc "Create a magic version of this adorned predicate.", :var-type "function", :line 286, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} {:arglists ([l]), :name "negated-literal", :namespace "clojure.contrib.datalog.literals", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L314", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/negated-literal", :doc "Given a literal l, return a negated version", :var-type "function", :line 314, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} {:arglists ([l]), :name "negated?", :namespace "clojure.contrib.datalog.literals", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L112", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/negated?", :doc "Is this literal a negated literal?", :var-type "function", :line 112, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L60", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/negative-vars", :namespace "clojure.contrib.datalog.literals", :line 60, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", :var-type "multimethod", :doc "Returns the logic vars used in a negative position", :name "negative-vars"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L56", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/positive-vars", :namespace "clojure.contrib.datalog.literals", :line 56, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", :var-type "multimethod", :doc "Returns the logic vars used in a positive position", :name "positive-vars"} {:arglists ([l]), :name "positive?", :namespace "clojure.contrib.datalog.literals", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L117", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/positive?", :doc "Is this a positive literal?", :var-type "function", :line 117, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} {:arglists ([db lit bs] [db lit bs var?]), :name "project-literal", :namespace "clojure.contrib.datalog.literals", :source-url "https://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L393", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/project-literal", :doc "Project a stream of bindings onto a literal/relation. Returns a new\ndb.", :var-type "function", :line 393, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} {:arglists ([q]), :name "adorn-query", :namespace "clojure.contrib.datalog.magic", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L26", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/adorn-query", :doc "Adorn a query", :var-type "function", :line 26, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj"} {:arglists ([rs q]), :name "adorn-rules-set", :namespace "clojure.contrib.datalog.magic", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L31", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/adorn-rules-set", :doc "Adorns the given rules-set for the given query. (rs) is a\nrules-set, (q) is an adorned query.", :var-type "function", :line 31, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj"} {:arglists ([q bindings]), :name "build-partial-tuple", :namespace "clojure.contrib.datalog.magic", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L78", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/build-partial-tuple", :doc "Given a query and a set of bindings, build a partial tuple needed\nto extract the relation from the database.", :var-type "function", :line 78, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj"} {:arglists ([rs] [rs i-preds]), :name "magic-transform", :namespace "clojure.contrib.datalog.magic", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L98", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/magic-transform", :doc "Return a magic transformation of an adorned rules-set (rs). The\n(i-preds) are the predicates of the intension database. These\ndefault to the predicates within the rules-set.", :var-type "function", :line 98, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj"} {:arglists ([q]), :name "seed-predicate-for-insertion", :namespace "clojure.contrib.datalog.magic", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L90", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/seed-predicate-for-insertion", :doc "Given a query, return the predicate to use for database insertion.", :var-type "function", :line 90, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj"} {:arglists ([q]), :name "seed-relation", :namespace "clojure.contrib.datalog.magic", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L63", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/seed-relation", :doc "Given a magic form of a query, give back the literal form of its seed\nrelation", :var-type "function", :line 63, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj"} {:arglists ([q]), :name "seed-rule", :namespace "clojure.contrib.datalog.magic", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L71", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/seed-rule", :doc "Given an adorned query, give back its seed rule", :var-type "function", :line 71, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj"} {:arglists ([hd & body]), :name "<-", :namespace "clojure.contrib.datalog.rules", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L66", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/<-", :doc "Build a datalog rule. Like this:\n\n(<- (:head :x ?x :y ?y) (:body-1 :x ?x :y ?y) (:body-2 :z ?z) (not! :body-3 :x ?x) (if > ?y ?z))", :var-type "macro", :line 66, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} {:arglists ([& q]), :name "?-", :namespace "clojure.contrib.datalog.rules", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L84", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/?-", :doc "Define a datalog query", :var-type "macro", :line 84, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} {:arglists ([rs]), :name "all-predicates", :namespace "clojure.contrib.datalog.rules", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L161", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/all-predicates", :doc "Given a rules-set, return all defined predicates", :var-type "function", :line 161, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} {:arglists ([db rule] [db-1 db-2 rule]), :name "apply-rule", :namespace "clojure.contrib.datalog.rules", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L182", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/apply-rule", :doc "Apply the rule against db-1, adding the results to the appropriate\nrelation in db-2. The relation will be created if needed.", :var-type "function", :line 182, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} {:arglists ([bindings i-preds rule]), :name "compute-sip", :namespace "clojure.contrib.datalog.rules", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L98", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/compute-sip", :doc "Given a set of bound column names, return an adorned sip for this\nrule. A set of intensional predicates should be provided to\ndetermine what should be adorned.", :var-type "function", :line 98, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} {:arglists ([query]), :name "display-query", :namespace "clojure.contrib.datalog.rules", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L37", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/display-query", :doc "Return a query in a readable format.", :var-type "function", :line 37, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} {:arglists ([rule]), :name "display-rule", :namespace "clojure.contrib.datalog.rules", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L30", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/display-rule", :doc "Return the rule in a readable format.", :var-type "function", :line 30, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} {:arglists ([rule]), :name "is-safe?", :namespace "clojure.contrib.datalog.rules", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L45", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/is-safe?", :doc "Is the rule safe according to the datalog protocol?", :var-type "function", :line 45, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} {:arglists ([rs]), :name "make-rules-set", :namespace "clojure.contrib.datalog.rules", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L127", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/make-rules-set", :doc "Given an existing set of rules, make it a 'rules-set' for\nprinting.", :var-type "function", :line 127, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} {:arglists ([rs]), :name "non-base-rules", :namespace "clojure.contrib.datalog.rules", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L166", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/non-base-rules", :doc "Return a collection of rules that depend, somehow, on other rules", :var-type "function", :line 166, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} {:arglists ([rs]), :name "predicate-map", :namespace "clojure.contrib.datalog.rules", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L151", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/predicate-map", :doc "Given a rules-set, return a map of rules keyed by their predicates.\nEach value will be a set of rules.", :var-type "function", :line 151, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} {:arglists ([rule]), :name "return-rule-data", :namespace "clojure.contrib.datalog.rules", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L79", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/return-rule-data", :doc "Returns an untypted rule that will be fully printed", :var-type "function", :line 79, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} {:arglists ([& rules]), :name "rules-set", :namespace "clojure.contrib.datalog.rules", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L135", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/rules-set", :doc "Given a collection of rules return a rules set", :var-type "function", :line 135, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} {:arglists ([rs q]), :name "build-soft-strat-work-plan", :namespace "clojure.contrib.datalog.softstrat", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/softstrat.clj#L115", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/softstrat.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.softstrat/build-soft-strat-work-plan", :doc "Return a work plan for the given rules-set and query", :var-type "function", :line 115, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/softstrat.clj"} {:arglists ([ws]), :name "get-all-relations", :namespace "clojure.contrib.datalog.softstrat", :source-url "https://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/softstrat.clj#L121", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/softstrat.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.softstrat/get-all-relations", :doc "Return a set of all relation names defined in this workplan", :var-type "function", :line 121, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/softstrat.clj"} {:arglists ([sym]), :name "is-query-var?", :namespace "clojure.contrib.datalog.util", :source-url "https://github.com/clojure/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L33", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/is-query-var?", :doc "Is this a query variable: e.g. a symbol prefixed with ??", :var-type "function", :line 33, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj"} {:arglists ([sym]), :name "is-var?", :namespace "clojure.contrib.datalog.util", :source-url "https://github.com/clojure/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L25", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/is-var?", :doc "Is this a logic variable: e.g. a symbol prefixed with a ?", :var-type "function", :line 25, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj"} {:arglists ([m ks]), :name "keys-to-vals", :namespace "clojure.contrib.datalog.util", :source-url "https://github.com/clojure/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L49", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/keys-to-vals", :doc "Given a map and a collection of keys, return the collection of vals", :var-type "function", :line 49, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj"} {:arglists ([f hash]), :name "map-values", :namespace "clojure.contrib.datalog.util", :source-url "https://github.com/clojure/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L41", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/map-values", :doc "Like map, but works over the values of a hash map", :var-type "function", :line 41, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj"} {:arglists ([f data]), :name "preduce", :namespace "clojure.contrib.datalog.util", :source-url "https://github.com/clojure/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L62", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/preduce", :doc "Similar to merge-with, but the contents of each key are merged in\nparallel using f.\n\nf - a function of 2 arguments.\ndata - a collection of hashes.", :var-type "function", :line 62, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj"} {:arglists ([m]), :name "reverse-map", :namespace "clojure.contrib.datalog.util", :source-url "https://github.com/clojure/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L54", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/reverse-map", :doc "Reverse the keys/values of a map", :var-type "function", :line 54, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj"} {:arglists ([& body]), :name "trace-datalog", :namespace "clojure.contrib.datalog.util", :source-url "https://github.com/clojure/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L82", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/trace-datalog", :doc "If *test-datalog* is set to true, run the enclosed commands", :var-type "macro", :line 82, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj"} {:arglists ([]), :name "converter-ui", :namespace "clojure.contrib.miglayout.example", :source-url "https://github.com/clojure/clojure-contrib/blob/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj#L40", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.example/converter-ui", :doc "Lays out and shows a Temperature Converter UI", :var-type "function", :line 40, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/example.clj"} {:arglists ([celsius]), :name "fahrenheit", :namespace "clojure.contrib.miglayout.example", :source-url "https://github.com/clojure/clojure-contrib/blob/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj#L24", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.example/fahrenheit", :doc "Converts a Celsius temperature to Fahrenheit. Input and output are\nstrings. Returns \"input?\" if the input can't be parsed as a Double.", :var-type "function", :line 24, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/example.clj"} {:arglists ([]), :name "main", :namespace "clojure.contrib.miglayout.example", :source-url "https://github.com/clojure/clojure-contrib/blob/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj#L57", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.example/main", :doc "Invokes converter-ui in the AWT Event thread", :var-type "function", :line 57, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/example.clj"} {:arglists ([container components]), :name "add-components", :namespace "clojure.contrib.miglayout.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L94", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/add-components", :doc "Adds components with constraints to a container", :var-type "function", :line 94, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} {:arglists ([x]), :name "component?", :namespace "clojure.contrib.miglayout.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L59", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/component?", :doc "Returns true if x is a java.awt.Component", :var-type "function", :line 59, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} {:arglists ([x]), :name "constraint?", :namespace "clojure.contrib.miglayout.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L64", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/constraint?", :doc "Returns true if x is not a keyword-item or component", :var-type "function", :line 64, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} {:arglists ([container layout column row components]), :name "do-layout", :namespace "clojure.contrib.miglayout.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L114", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/do-layout", :doc "Attaches a MigLayout layout manager to container and adds components\nwith constraints", :var-type "function", :line 114, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} {:arglists ([c]), :name "format-constraint", :namespace "clojure.contrib.miglayout.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L32", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/format-constraint", :doc "Returns a vector of vectors representing one or more constraints\nseparated by commas. Constraints may be specified in Clojure using\nstrings, keywords, vectors, maps, and/or sets.", :var-type "function", :line 32, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} {:arglists ([& constraints]), :name "format-constraints", :namespace "clojure.contrib.miglayout.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L47", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/format-constraints", :doc "Returns a string representing all the constraints for one keyword-item\nor component formatted for miglayout.", :var-type "function", :line 47, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} {:arglists ([container]), :name "get-components", :namespace "clojure.contrib.miglayout.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L109", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/get-components", :doc "Returns a map from id to component for all components with an id", :var-type "function", :line 109, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} {:arglists ([constraint]), :name "parse-component-constraint", :namespace "clojure.contrib.miglayout.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L88", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/parse-component-constraint", :doc "Parses a component constraint string returning a CC object", :var-type "function", :line 88, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} {:arglists ([& args]), :name "parse-item-constraints", :namespace "clojure.contrib.miglayout.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L71", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/parse-item-constraints", :doc "Iterates over args and builds a map containing values associated with\n:keywords and :components. The value for :keywords is a map from keyword\nitems to constraints strings. The value for :components is a vector of\nvectors each associating a component with its constraints string.", :var-type "function", :line 71, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} {:arglists ([text]), :name "label", :namespace "clojure.contrib.miglayout.test", :source-url "https://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj#L32", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.test/label", :doc "Returns a swing label", :var-type "function", :line 32, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/test.clj"} {:arglists ([]), :name "sep", :namespace "clojure.contrib.miglayout.test", :source-url "https://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj#L43", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.test/sep", :doc "Returns a swing separator", :var-type "function", :line 43, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/test.clj"} {:arglists ([] [width]), :name "text-field", :namespace "clojure.contrib.miglayout.test", :source-url "https://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj#L37", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.test/text-field", :doc "Returns a swing text field", :var-type "function", :line 37, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/test.clj"} {:arglists ([val] [val expectation-hash]), :name "calls", :namespace "clojure.contrib.mock.test-adapter", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L216", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/calls", :doc "Creates or associates to an existing expectation hash the :calls key with a\nfunction that will be called with the given arguments. The return value from\nthis function will be returned returned by the expected function. If both this\nand returns are specified, the return value of \"calls\" will have precedence.\nUsage:\n(calls some-fn expectation-hash?)", :var-type "function", :line 216, :file "clojure/contrib/mock.clj"} {:arglists ([arg-pred-forms] [arg-pred-forms expect-hash-form]), :name "has-args", :namespace "clojure.contrib.mock.test-adapter", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L228", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/has-args", :doc "Creates or associates to an existing expectation hash the :has-args key with\na value corresponding to a function that will either return true if its\nargument expectations are met or throw an exception with the details of the\nfirst failed argument it encounters.\nOnly specify as many predicates as you are interested in verifying. The rest\nof the values are safely ignored.\nUsage:\n(has-args [arg-pred-1 arg-pred-2 ... arg-pred-n] expectation-hash?)", :var-type "macro", :line 228, :file "clojure/contrib/mock.clj"} {:arglists ([fn-name args]), :name "has-matching-signature?", :namespace "clojure.contrib.mock.test-adapter", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L105", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/has-matching-signature?", :doc "Calls no-matching-function-signature if no match is found for the given\nfunction. If no argslist meta data is available for the function, it is\nnot called.", :var-type "function", :line 105, :file "clojure/contrib/mock.clj"} {:arglists ([arg-preds arg-pred-forms]), :name "make-arg-checker", :namespace "clojure.contrib.mock.test-adapter", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L116", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/make-arg-checker", :doc "Creates the argument verifying function for a replaced dependency within\nthe expectation bound scope. These functions take the additional argument\nof the name of the replaced function, then the rest of their args. It is\ndesigned to be called from the mock function generated in the first argument\nof the mock info object created by make-mock.", :var-type "function", :line 116, :file "clojure/contrib/mock.clj"} {:arglists ([pred pred-form]), :name "make-count-checker", :namespace "clojure.contrib.mock.test-adapter", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L131", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/make-count-checker", :doc "creates the count checker that is invoked at the end of an expectation, after\nthe code under test has all been executed. The function returned takes the\nname of the associated dependency and the invocation count as arguments.", :var-type "function", :line 131, :file "clojure/contrib/mock.clj"} {:arglists ([fn-name expectation-hash]), :name "make-mock", :namespace "clojure.contrib.mock.test-adapter", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L150", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/make-mock", :doc "creates a vector containing the following information for the named function:\n1. dependent function replacement - verifies signature, calls arg checker,\nincreases count, returns return value.\n2. an atom containing the invocation count\n3. the invocation count checker function\n4. a symbol of the name of the function being replaced.", :var-type "function", :line 150, :file "clojure/contrib/mock.clj"} {:arglists ([fn-name expected actual msg]), :name "report-problem", :namespace "clojure.contrib.mock.test-adapter", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock/test_adapter.clj#L19", :dynamic true, :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/report-problem", :doc "This function is designed to be used in a binding macro to override\nthe report-problem function in clojure.contrib.mock. Instead of printing\nthe error to the console, the error is logged via clojure.test.", :var-type "function", :line 19, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/mock/test_adapter.clj"} {:arglists ([val] [val expectation-hash]), :name "returns", :namespace "clojure.contrib.mock.test-adapter", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L205", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/returns", :doc "Creates or associates to an existing expectation hash the :returns key with\na value to be returned by the expectation after a successful invocation\nmatching its expected arguments (if applicable).\nUsage:\n(returns ret-value expectation-hash?)", :var-type "function", :line 205, :file "clojure/contrib/mock.clj"} {:arglists ([times-fn] [times-fn expectation-hash]), :name "times", :namespace "clojure.contrib.mock.test-adapter", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L246", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/times", :doc "Creates or associates to an existing expectation hash the :times key with a\nvalue corresponding to a predicate function which expects an integer value.\nThis function can either be specified as the first argument to times or can be\nthe result of calling times with an integer argument, in which case the\npredicate will default to being an exact match. This predicate is called at\nthe end of an expect expression to validate that an expected dependency\nfunction was called the expected number of times.\nUsage:\n(times n)\n(times #(> n %))\n(times n expectation-hash)", :var-type "macro", :line 246, :file "clojure/contrib/mock.clj"} {:arglists ([mock-data]), :name "validate-counts", :namespace "clojure.contrib.mock.test-adapter", :source-url "https://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L175", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/validate-counts", :doc "given the sequence of all mock data for the expectation, simply calls the\ncount checker for each dependency.", :var-type "function", :line 175, :file "clojure/contrib/mock.clj"} {:arglists [[x]], :name "dispatch-json", :namespace "clojure.contrib.pprint.examples.json", :source-url "https://github.com/clojure/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L28", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.json/dispatch-json", :doc "The dispatch function for printing objects as JSON", :var-type "multimethod", :line 28, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/examples/json.clj"} {:arglists ([x]), :name "json-str", :namespace "clojure.contrib.pprint.examples.json", :source-url "https://github.com/clojure/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L96", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.json/json-str", :doc "Converts x to a JSON-formatted string.", :var-type "function", :line 96, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/examples/json.clj"} {:arglists ([x]), :name "print-json", :namespace "clojure.contrib.pprint.examples.json", :source-url "https://github.com/clojure/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L87", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.json/print-json", :doc "Prints x as JSON. Nil becomes JSON null. Keywords become\nstrings, without the leading colon. Maps become JSON objects, all\nother collection types become JSON arrays. Java arrays become JSON\narrays. Unicode characters in strings are escaped as \\uXXXX.\nNumbers print as with pr.", :var-type "function", :line 87, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/examples/json.clj"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L27", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.xml/*html-compatible*", :namespace "clojure.contrib.pprint.examples.xml", :line 27, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/examples/xml.clj", :var-type "var", :doc "If true, empty tags will have a space before the closing />", :name "*html-compatible*"} {:raw-source-url "https://github.com/clojure/clojure-contrib/raw/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj", :source-url "https://github.com/clojure/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L31", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.xml/*prxml-indent*", :namespace "clojure.contrib.pprint.examples.xml", :line 31, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/examples/xml.clj", :var-type "var", :doc "The number of spaces to indent sub-tags.", :name "*prxml-indent*"} {:arglists ([& args]), :name "prxml", :namespace "clojure.contrib.pprint.examples.xml", :source-url "https://github.com/clojure/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L92", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.xml/prxml", :doc "Print XML to *out*. Vectors become XML tags: the first item is the\ntag name; optional second item is a map of attributes.\n\nSequences are processed recursively, so you can use map and other\nsequence functions inside prxml.\n\n (prxml [:p {:class \"greet\"} [:i \"Ladies & gentlemen\"]])\n ; =>

Ladies & gentlemen

\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! \"here & gone\"]])\n ; =>

here & gone

\n\n (prxml [:decl! {:version \"1.1\"}])\n ; => ", :var-type "function", :line 92, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/examples/xml.clj"} {:arglists ([]), :name "connection*", :namespace "clojure.contrib.sql.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L38", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/connection*", :doc "Returns the current database connection (or throws if there is none)", :var-type "function", :line 38, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} {:arglists ([]), :name "find-connection*", :namespace "clojure.contrib.sql.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L33", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/find-connection*", :doc "Returns the current database connection (or nil if there is none)", :var-type "function", :line 33, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} {:arglists ([{:keys [factory classname subprotocol subname datasource username password name environment], :as db-spec}]), :name "get-connection", :namespace "clojure.contrib.sql.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L51", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/get-connection", :doc "Creates a connection to a database. db-spec is a map containing values\nfor one of the following parameter sets:\n\nFactory:\n :factory (required) a function of one argument, a map of params\n (others) (optional) passed to the factory function in a map\n\nDriverManager:\n :classname (required) a String, the jdbc driver class name\n :subprotocol (required) a String, the jdbc subprotocol\n :subname (required) a String, the jdbc subname\n (others) (optional) passed to the driver as properties.\n\nDataSource:\n :datasource (required) a javax.sql.DataSource\n :username (optional) a String\n :password (optional) a String, required if :username is supplied\n\nJNDI:\n :name (required) a String or javax.naming.Name\n :environment (optional) a java.util.Map", :var-type "function", :line 51, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} {:arglists ([stream exception]), :name "print-sql-exception", :namespace "clojure.contrib.sql.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L107", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/print-sql-exception", :doc "Prints the contents of an SQLException to stream", :var-type "function", :line 107, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} {:arglists ([stream exception]), :name "print-sql-exception-chain", :namespace "clojure.contrib.sql.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L121", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/print-sql-exception-chain", :doc "Prints a chain of SQLExceptions to stream", :var-type "function", :line 121, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} {:arglists ([stream exception]), :name "print-update-counts", :namespace "clojure.contrib.sql.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L129", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/print-update-counts", :doc "Prints the update counts from a BatchUpdateException to stream", :var-type "function", :line 129, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} {:arglists ([] [val]), :name "rollback", :namespace "clojure.contrib.sql.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L44", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/rollback", :doc "Accessor for the rollback flag on the current connection", :var-type "function", :line 44, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} {:arglists ([e]), :name "throw-rollback", :namespace "clojure.contrib.sql.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L138", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/throw-rollback", :doc "Sets rollback and throws a wrapped exception", :var-type "function", :line 138, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} {:arglists ([func]), :name "transaction*", :namespace "clojure.contrib.sql.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L144", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/transaction*", :doc "Evaluates func as a transaction on the open database connection. Any\nnested transactions are absorbed into the outermost transaction. By\ndefault, all database updates are committed together as a group after\nevaluating the outermost body, or rolled back on any uncaught\nexception. If rollback is set within scope of the outermost transaction,\nthe entire transaction will be rolled back rather than committed when\ncomplete.", :var-type "function", :line 144, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} {:arglists ([db-spec func]), :name "with-connection*", :namespace "clojure.contrib.sql.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L98", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/with-connection*", :doc "Evaluates func in the context of a new connection to a database then\ncloses the connection.", :var-type "function", :line 98, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} {:arglists ([[sql & params :as sql-params] func]), :name "with-query-results*", :namespace "clojure.contrib.sql.internal", :source-url "https://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L178", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/with-query-results*", :doc "Executes a query, then evaluates func passing in a seq of the results as\nan argument. The first argument is a vector containing the (optionally\nparameterized) sql query string followed by values for any parameters.", :var-type "function", :line 178, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} {:arglists ([]), :name "create-fruit", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L24", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/create-fruit", :doc "Create a table", :var-type "function", :line 24, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([]), :name "db-batchupdate-exception", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L177", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-batchupdate-exception", :doc "Demonstrate a batch update exception", :var-type "function", :line 177, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([]), :name "db-exception", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L150", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-exception", :doc "Demonstrate rolling back a partially completed transaction on exception", :var-type "function", :line 150, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([]), :name "db-get-tables", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L140", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-get-tables", :doc "Demonstrate getting table info", :var-type "function", :line 140, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([]), :name "db-grade-a", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L135", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-grade-a", :doc "Print rows describing all grade a fruit (grade between 90 and 100)", :var-type "function", :line 135, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([min max]), :name "db-grade-range", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L123", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-grade-range", :doc "Print rows describing fruit that are within a grade range", :var-type "function", :line 123, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([]), :name "db-read", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L80", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-read", :doc "Read the entire fruit table", :var-type "function", :line 80, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([]), :name "db-read-all", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L115", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-read-all", :doc "Return all the rows of the fruit table as a vector", :var-type "function", :line 115, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([]), :name "db-rollback", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L186", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-rollback", :doc "Demonstrate a rollback-only trasaction", :var-type "function", :line 186, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([]), :name "db-sql-exception", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L165", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-sql-exception", :doc "Demonstrate an sql exception", :var-type "function", :line 165, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([]), :name "db-update", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L97", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-update", :doc "Update two fruits as a transaction", :var-type "function", :line 97, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([name appearance cost]), :name "db-update-appearance-cost", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L89", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-update-appearance-cost", :doc "Update the appearance and cost of the named fruit", :var-type "function", :line 89, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([record]), :name "db-update-or-insert", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L106", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-update-or-insert", :doc "Updates or inserts a fruit", :var-type "function", :line 106, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([]), :name "db-write", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L68", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-write", :doc "Write initial values to the database as a transaction", :var-type "function", :line 68, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([]), :name "drop-fruit", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L34", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/drop-fruit", :doc "Drop a table", :var-type "function", :line 34, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([]), :name "insert-records-fruit", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L60", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/insert-records-fruit", :doc "Insert records, maps from keys specifying columns to values", :var-type "function", :line 60, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([]), :name "insert-rows-fruit", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L41", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/insert-rows-fruit", :doc "Insert complete rows", :var-type "function", :line 41, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([]), :name "insert-values-fruit", :namespace "clojure.contrib.sql.test", :source-url "https://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L51", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/insert-values-fruit", :doc "Insert rows with values for only specific columns", :var-type "function", :line 51, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} {:arglists ([attrname] [loc attrname]), :name "attr", :namespace "clojure.contrib.zip-filter.xml", :source-url "https://github.com/clojure/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L18", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/attr", :doc "Returns the xml attribute named attrname, of the xml node at location loc.", :var-type "function", :line 18, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj"} {:arglists ([attrname attrval]), :name "attr=", :namespace "clojure.contrib.zip-filter.xml", :source-url "https://github.com/clojure/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L23", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/attr=", :doc "Returns a query predicate that matches a node when it has an\nattribute named attrname whose value is attrval.", :var-type "function", :line 23, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj"} {:arglists ([preds]), :name "seq-test", :namespace "clojure.contrib.zip-filter.xml", :source-url "https://github.com/clojure/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L51", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/seq-test", :doc "Returns a query predicate that matches a node when its xml content\nmatches the query expresions given.", :var-type "function", :line 51, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj"} {:arglists ([tagname]), :name "tag=", :namespace "clojure.contrib.zip-filter.xml", :source-url "https://github.com/clojure/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L28", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/tag=", :doc "Returns a query predicate that matches a node when its is a tag\nnamed tagname.", :var-type "function", :line 28, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj"} {:arglists ([loc]), :name "text", :namespace "clojure.contrib.zip-filter.xml", :source-url "https://github.com/clojure/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L38", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/text", :doc "Returns the textual contents of the given location, similar to\nxpaths's value-of", :var-type "function", :line 38, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj"} {:arglists ([s]), :name "text=", :namespace "clojure.contrib.zip-filter.xml", :source-url "https://github.com/clojure/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L46", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/text=", :doc "Returns a query predicate that matches a node when its textual\ncontent equals s.", :var-type "function", :line 46, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj"} {:arglists ([loc & preds]), :name "xml->", :namespace "clojure.contrib.zip-filter.xml", :source-url "https://github.com/clojure/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L57", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/xml->", :doc "The loc is passed to the first predicate. If the predicate returns\na collection, each value of the collection is passed to the next\npredicate. If it returns a location, the location is passed to the\nnext predicate. If it returns true, the input location is passed to\nthe next predicate. If it returns false or nil, the next predicate\nis not called.\n\nThis process is repeated, passing the processed results of each\npredicate to the next predicate. xml-> returns the final sequence.\nThe entire chain is evaluated lazily.\n\nThere are also special predicates: keywords are converted to tag=,\nstrings to text=, and vectors to sub-queries that return true if\nthey match.\n\nSee the footer of zip-query.clj for examples.", :var-type "function", :line 57, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj"} {:arglists ([loc & preds]), :name "xml1->", :namespace "clojure.contrib.zip-filter.xml", :source-url "https://github.com/clojure/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L80", :raw-source-url "https://github.com/clojure/clojure-contrib/raw/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/xml1->", :doc "Returns the first item from loc based on the query predicates\ngiven. See xml->", :var-type "function", :line 80, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj"})}