Liking cljdoc? Tell your friends :D

cryogen-core.util


conj-someclj

(conj-some)
(conj-some coll)
(conj-some coll & xs)

Like conj, but ignores xs that are nil.

Like conj, but ignores xs that are nil.
sourceraw docstring

enlive->hiccupclj

(enlive->hiccup node-or-nodes)

Transform enlive style html to hiccup. Can take (and return) either a node or a sequence of nodes.

Transform enlive style html to hiccup.
Can take (and return) either a node or a sequence of nodes.
sourceraw docstring

enlive->html-textclj

(enlive->html-text node-or-nodes)
source

enlive->plain-textclj

(enlive->plain-text node-or-nodes)
source

filter-html-elemsclj

(filter-html-elems pred html-elems)

Recursively walks a sequence of enlive-style html elements depth first and returns a flat sequence of the elements where (pred elem)

Recursively walks a sequence of enlive-style html elements depth first
and returns a flat sequence of the elements where (pred elem)
sourceraw docstring

hic=clj

(hic= x & xs)

Tests whether the xs are equivalent hiccup.

Tests whether the xs are equivalent hiccup.
sourceraw docstring

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

× close