Liking cljdoc? Tell your friends :D

taoensso.tempura.impl

Private implementation details.

Private implementation details.
raw docstring

_expand-localesclj

source

_str->vargs-fnclj

source

_vec->vargs-fnclj

source

attrs-explode-args-in-strsclj/s

(attrs-explode-args-in-strs v)
source

compile-dictionaryclj/s

source

escape-htmlclj/s

(escape-html s)
source

expand-localesclj/s

source

load-resourceclj/s

(load-resource rname)
source

node-pathsclj/s

(node-paths m)
(node-paths node-pred m)
(node-paths node-pred m basis)
source

str->?arg-idxclj/s

(str->?arg-idx s)
source

str->split-argsclj/s

(str->split-args s)

Checks string for simple Clojure-style (%d) args and returns a vector of string parts and int arg indexes for later joining.

Checks string for simple Clojure-style (%d) args and returns a vector of
string parts and int arg indexes for later joining.
sourceraw docstring

str->split-stylesclj/s

(str->split-styles s)
source

str->vargs-fnclj/s

(str->vargs-fn s)
(str->vargs-fn s argval-fn)

Returns a (fn [args-vector]) which replaces simple Clojure-style (%n) args in string with (str (?argval-fn <corresponding-vector-arg>)). Optimized for fn runtime, not fn creation.

Returns a (fn [args-vector]) which replaces simple Clojure-style (%n) args
in string with `(str (?argval-fn <corresponding-vector-arg>))`.
Optimized for fn runtime, not fn creation.
sourceraw docstring

vargsclj/s

(vargs x)
source

vec->vargs-fnclj/s

(vec->vargs-fn v)
(vec->vargs-fn v argval-fn)

Returns a (fn [args-vector]) which replaces simple Clojure-style (%n) arg elements with (?argval-fn <corresponding-vector-arg>). Optimized for fn runtime, not fn creation.

Returns a (fn [args-vector]) which replaces simple Clojure-style (%n) arg
elements with `(?argval-fn <corresponding-vector-arg>)`.
Optimized for fn runtime, not fn creation.
sourceraw docstring

vec->vtagclj/s

(vec->vtag v)

["foo"] -> [:span "foo"] as a convenience.

["foo"] -> [:span "foo"] as a convenience.
sourceraw docstring

vec-escape-html-in-strsclj/s

(vec-escape-html-in-strs v)
source

vec-explode-args-in-strsclj/s

(vec-explode-args-in-strs v)
source

vec-explode-styles-in-strsclj/s

(vec-explode-styles-in-strs v)
(vec-explode-styles-in-strs v str-splitter)
source

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

× close