Liking cljdoc? Tell your friends :D

search-commons.zip-files


de-accentclj

(de-accent s)

Replaces accent characters with base letters

Replaces accent characters with base letters
sourceraw docstring

encode-filenameclj

(encode-filename unencoded-filename)

Replaces all non-ascii chars and other that the allowed punctuation with dash. UTF-8 support would have to be browser specific, see http://greenbytes.de/tech/tc2231/

Replaces all non-ascii chars and other that the allowed punctuation with dash.
UTF-8 support would have to be browser specific, see http://greenbytes.de/tech/tc2231/
sourceraw docstring

last-nclj

(last-n n s)
source

temp-fileclj

(temp-file prefix suffix)
(temp-file prefix suffix directory)

Creates a file that will be deleted when the JVM exits. Note: consider using with-temp-file instead!

Creates a file that will be deleted when the JVM exits.
Note: consider using with-temp-file instead!
sourceraw docstring

temp-file-input-streamclj

(temp-file-input-stream file)

File given as parameter will be deleted after the returned stream is closed.

File given as parameter will be deleted after the returned stream is closed.
sourceraw docstring

windows-filename-max-lengthclj

source

zip-filesclj

(zip-files docs-list)

Takes list of documents containting file id, filename and file stream, returns files zipped

Takes list of documents containting file id, filename and file stream, returns files zipped
sourceraw docstring

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

× close