Liking cljdoc? Tell your friends :D

advenjure.items


all-item-namesclj/s

source

all-itemsclj/s

(all-items item-set)
source

climb-defaultsclj/s

(climb-defaults item)
source

describe-containerclj/s

(describe-container container)
(describe-container container prefix)
(describe-container container prefix level)

Recursively lists the contents of the item. If a prefix is given, it will be appended to the resulting string. If the item is empty or closed, the message will say so. If the item is not a container, returns nil.

Recursively lists the contents of the item. If a prefix is given, it will be
appended to the resulting string.
If the item is empty or closed, the message will say so.
If the item is not a container, returns nil.
sourceraw docstring

get-fromclj/s

(get-from item-set item-name)

Get the spec for the items with the given name, if it's in the given set, or is contained by one of its items. Returns a sequence (not a single item).

Get the spec for the items with the given name, if it's in the given set,
or is contained by one of its items. Returns a sequence (not a single item).
sourceraw docstring

inameclj/s

(iname item)

Get the first name of the item.

Get the first name of the item.
sourceraw docstring

Itemcljs

source

makeclj/s

(make names)
(make names description & {:as extras})
source

ntabsclj/s

(ntabs n)
source

open-defaultsclj/s

(open-defaults item)

If either closed, close or open keywords are in the item, set the defaults for an openable item.

If either closed, close or open keywords are in the item, set the defaults
for an openable item.
sourceraw docstring

(print-list items)
(print-list items level)
source

(print-list-item item)
source

remove-fromclj/s

(remove-from item-set item-spec)

Try to -recursively- remove the item from the given set. It takes a full item, not a name. Return the new state of the set, if the item is not found, return the set unmodified.

Try to -recursively- remove the item from the given set. It takes a full
item, not a name. Return the new state of the set, if the item is not found,
return the set unmodified.
sourceraw docstring

replace-fromclj/s

(replace-from item-set old-item new-item)

Look for the old-item in the given set, remove it and put the new-item in the same place. Return the new state of the set.

Look for the old-item in the given set, remove it and put the new-item in the same place.
Return the new state of the set.
sourceraw docstring

talk-defaultsclj/s

(talk-defaults item)
source

unlock-defaultsclj/s

(unlock-defaults item)
source

use-with-defaultsclj/s

(use-with-defaults item)
source

visible-itemsclj/s

(visible-items container)

Return items inside a container only if not closed.

Return items inside a container only if not closed.
sourceraw docstring

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

× close