diff options
Diffstat (limited to 'branch-1.1.x/map-utils-api.html')
-rw-r--r-- | branch-1.1.x/map-utils-api.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/branch-1.1.x/map-utils-api.html b/branch-1.1.x/map-utils-api.html index a1a5385a..3e4acaa7 100644 --- a/branch-1.1.x/map-utils-api.html +++ b/branch-1.1.x/map-utils-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" /> @@ -97,7 +94,7 @@ only when there's a non-map at a particular level. -> {:a {:b {:z 3, :c 3, :d {:z 9, :x 1, :y 2}}, :e 103}, :f 4}</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L41" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L41" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -108,7 +105,7 @@ only when there's a non-map at a particular level. <pre id="var-docstr">Like get, but doesn't evaluate not-found unless it is needed.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L22" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L22" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -119,7 +116,7 @@ only when there's a non-map at a particular level. <pre id="var-docstr">Like get, but throws an exception if the key is not found.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L29" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L29" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -130,7 +127,7 @@ only when there's a non-map at a particular level. <pre id="var-docstr">Like get-in, but throws an exception if any key is not found.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L35" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L35" id="var-source">Source</a> </div> |