Liking cljdoc? Tell your friends :D

page-renderer.util


assoc-someclj

(assoc-some m k v)
(assoc-some m k v & kvs)

Associates a key with a value in a map, if and only if the value is not nil.

Associates a key with a value in a map, if and only if the value is not nil.
sourceraw docstring

compile-templateclj

(compile-template template-str params)

Replaces named slots with values

Replaces named slots with values
sourceraw docstring

default-manifest+iconclj

(default-manifest+icon renderable)
source

hexifyclj

(hexify coll)

Convert byte sequence to hex string kudos to Grzegorz Luczywo, https://stackoverflow.com/a/15627016/1273651

Convert byte sequence to hex string
kudos to Grzegorz Luczywo, https://stackoverflow.com/a/15627016/1273651
sourceraw docstring

make-stylesheet-appenderclj

(make-stylesheet-appender stylesheet-path)
source

make-stylesheet-appender-rawclj

(make-stylesheet-appender-raw stylesheet-path)
source

or-textclj

(or-text & texts)
source

update-if-presentclj

(update-if-present m k f)
source

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

× close