Liking cljdoc? Tell your friends :D
Clojure only.

simple-collector


run-itemclj

(run-item {url :url find :find match :match})

Run the collector item without AJAX ´item´ => {:url "...", :find "...", :match "..."} ´url´ => string ´find´ => string ´match´ => string => regex

Run the collector item without AJAX
´item´
=> {:url "...", :find "...", :match "..."}
´url´ => string
´find´ => string
´match´ => string => regex
sourceraw docstring

run-listclj

(run-list & args)

Run the collector item list without AJAX ´item´ => [{:url "...", :find "...", :match "..."}] ´url´ => string ´find´ => string ´match´ => string => regex

Run the collector item list without AJAX
´item´
=> [{:url "...", :find "...", :match "..."}]
´url´ => string
´find´ => string
´match´ => string => regex
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close