aboutsummaryrefslogtreecommitdiff
path: root/branch-1.1.x/dataflow-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'branch-1.1.x/dataflow-api.html')
-rw-r--r--branch-1.1.x/dataflow-api.html43
1 files changed, 20 insertions, 23 deletions
diff --git a/branch-1.1.x/dataflow-api.html b/branch-1.1.x/dataflow-api.html
index 45bacffd..e62b812e 100644
--- a/branch-1.1.x/dataflow-api.html
+++ b/branch-1.1.x/dataflow-api.html
@@ -6,9 +6,6 @@
<link media="all" type="text/css" href="../static/clojure.css" rel="stylesheet" />
<link media="all" type="text/css" href="../static/wiki.css" rel="stylesheet" />
<link media="all" type="text/css" href="../static/internal.css" rel="stylesheet" />
- <!-- TODO: are we using these (from clojure.org)? If so, add the files -->
- <script src="file/view/code_highlighter.js" type="text/javascript"></script>
- <script src="file/view/clojure.js" type="text/javascript"></script>
<style>.menuWrapper{height: 36px;}</style>
<!--[if lte IE 6]>
<link rel="stylesheet" href="http://www.wikispaces.com/_/2009051601/s/internal_ie.css" type="text/css" />
@@ -127,7 +124,7 @@ value. This is implemented using Clojure's add-watch to the
underlying ref, and shared its sematics</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L460" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L460" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -138,7 +135,7 @@ underlying ref, and shared its sematics</pre>
<pre id="var-docstr">Given a collection of cells, add them to the dataflow.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L210" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L210" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -149,7 +146,7 @@ underlying ref, and shared its sematics</pre>
<pre id="var-docstr">Given a collection of cells, build and return a dataflow object</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L188" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L188" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -160,7 +157,7 @@ underlying ref, and shared its sematics</pre>
<pre id="var-docstr">Builds a source cell</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L231" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L231" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -171,7 +168,7 @@ underlying ref, and shared its sematics</pre>
<pre id="var-docstr">Builds a standard cell</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L292" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L292" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -182,7 +179,7 @@ underlying ref, and shared its sematics</pre>
<pre id="var-docstr">Builds a validator cell</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L298" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L298" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -218,7 +215,7 @@ Or:
Which will perform the validation</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L304" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L304" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -228,7 +225,7 @@ Which will perform the validation</pre>
<pre id="var-docstr">A 'readable' form of the cell</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L348" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L348" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -238,7 +235,7 @@ Which will perform the validation</pre>
<pre id="var-docstr">Evaluate a dataflow cell. Return [changed, old val]</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L372" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L372" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -249,7 +246,7 @@ Which will perform the validation</pre>
<pre id="var-docstr">Get the single cell named by name</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L94" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L94" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -260,7 +257,7 @@ Which will perform the validation</pre>
<pre id="var-docstr">Get all the cells named by name</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L89" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L89" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -271,7 +268,7 @@ Which will perform the validation</pre>
<pre id="var-docstr">Looks up an old value</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L136" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L136" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -282,7 +279,7 @@ Which will perform the validation</pre>
<pre id="var-docstr">Returns a collection of source cells from the dataflow</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L108" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L108" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -295,7 +292,7 @@ Signals an error if the name is not present, or if it not a single
value.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L115" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L115" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -306,7 +303,7 @@ value.</pre>
<pre id="var-docstr">Given a cell, get its value</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L143" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L143" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -317,7 +314,7 @@ value.</pre>
<pre id="var-docstr">Gets a collection of values from the df by name</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L126" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L126" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -328,7 +325,7 @@ value.</pre>
<pre id="var-docstr">Prints a dataflow, one cell per line</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L199" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L199" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -339,7 +336,7 @@ value.</pre>
<pre id="var-docstr">Given a collection of cells, remove them from the dataflow.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L218" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L218" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -350,7 +347,7 @@ value.</pre>
<pre id="var-docstr">Is this cell a source cell?</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L103" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L103" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -363,7 +360,7 @@ dataflow by binding the new values. Each name must be of a source
cell</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L438" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L438" id="var-source">Source</a>
</div>