Liking cljdoc? Tell your friends :D

clindex.utils


all-filesclj

(all-files base-dir pred)

check-factsclj

(check-facts tx-data)

code-zipperclj

(code-zipper root)

Returns a zipper for nested sequences, given a root sequence

Returns a zipper for nested sequences, given a root sequence
raw docstring

file-idclj

(file-id file)

fspec-alpha-idclj

(fspec-alpha-id namespace-symb var-symb)

function-idclj

(function-id namespace-symb var-symb)

get-clojure-jar-pathclj

(get-clojure-jar-path)

jar-filesclj

(jar-files jar-path pred)

jar-full-pathclj

(jar-full-path jar-path file-path)

make-fileclj

(make-file path)
(make-file jar-path path)

move-zipper-to-nextclj

(move-zipper-to-next zloc pred)

multi-idclj

(multi-id namespace-symb var-symb)

multimethod-idclj

(multimethod-id namespace-symb var-symb dispatch-val)

namespace-idclj

(namespace-id namespace-symb)

normalize-pathclj

(normalize-path file)

(print-file-lines-arround path line-num)

project-idclj

(project-id proj-symb)

read-urlclj

(read-url url)

rectangle-selectclj

(rectangle-select lines l1 l2 c1)
(rectangle-select lines l1 l2 c1 c2)

Given a vector of strings, assumes each string is a line and returns a string with the subregion between l1 and l2 lines and c1 and c2 columns. No c2 means to the end of the line.

Given a vector of strings, assumes each string is a line and
returns a string with the subregion
between l1 and l2 lines and c1 and c2 columns.
No c2 means to the end of the line.
raw docstring

reloadable-namespacesclj

(reloadable-namespaces all-ns)

Returns the subsets of namespaces that can be reloaded. Basically whatever is not inside a jar file

Returns the subsets of namespaces that can be reloaded. Basically whatever is not
inside a jar file
raw docstring

sane-classpath?clj

(sane-classpath?)

spec-alpha-idclj

(spec-alpha-id namespace-symb spec-key)

stable-idclj

(stable-id & args)

var-idclj

(var-id namespace-symb var-symb)

var-ref-idclj

(var-ref-id namespace-symb var-symb ref-ns-symb ref-line ref-col)

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

× close