Liking cljdoc? Tell your friends :D

rt.basic.type-common


*context-options*clj


*program-options*clj


clear-context-optionsclj

(clear-context-options)
(clear-context-options lang)
(clear-context-options lang context)
(clear-context-options lang context program)

clear entries from the *context-options* structure

clear entries from the `*context-options*` structure
raw docstring

get-context-optionsclj

(get-context-options)
(get-context-options lang)
(get-context-options lang context)
(get-context-options lang context program)

gets all or a section of the *context-options* structure

gets all or a section of the `*context-options*` structure
raw docstring

get-optionsclj

(get-options lang context program)

gets merged options for context

gets merged options for context
raw docstring

get-program-defaultclj

(get-program-default lang context program)

gets the default program

gets the default program
raw docstring

get-program-execclj

(get-program-exec lang context program)

gets running parameters for program

gets running parameters for program
raw docstring

get-program-flagsclj

(get-program-flags lang program)

gets program flags

gets program flags
raw docstring

get-program-optionsclj

(get-program-options)
(get-program-options lang)

gets all program options

gets all program options
raw docstring

program-exists?clj

(program-exists? exec)

checks if an executable exists

(program-exists? "gcc") => true

checks if an executable exists

(program-exists? "gcc")
=> true
raw docstring

put-context-optionsclj

(put-context-options [lang context] m)

puts entries into context options

puts entries into context options
raw docstring

put-program-optionsclj

(put-program-options lang m)

puts configuration into program options

puts configuration into program options
raw docstring

set-context-optionsclj

(set-context-options [lang context program] opts)

sets a entry into context options

sets a entry into context options
raw docstring

swap-program-optionsclj

(swap-program-options lang f & args)

swaps out the program options using a funciotn

swaps out the program options using a funciotn
raw docstring

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

× close