• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

F.2 Library predicates
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
      • Summary
        • Library predicates
          • library(aggregate)
          • library(ansi_term)
          • library(apply)
          • library(assoc)
          • library(broadcast)
          • library(charsio)
          • library(check)
          • library(clpb)
          • library(clpfd)
          • library(clpqr)
          • library(csv)
          • library(dcgbasics)
          • library(dcghighorder)
          • library(debug)
          • library(dicts)
          • library(error)
          • library(exceptions)
          • library(fastrw)
          • library(explain)
          • library(help)
          • library(gensym)
          • library(heaps)
          • library(increval)
          • library(intercept)
          • library(iostream)
          • library(listing)
          • library(lists)
          • library(macros)
          • library(main)
          • library(occurs)
          • library(option)
          • library(optparse)
          • library(ordsets)
          • library(persistency)
          • library(portraytext)
          • library(predicate_options)
          • library(prologcoverage)
          • library(prologdebug)
          • library(prologjiti)
          • library(prologpack)
          • library(prologversions)
          • library(prologtrace)
          • library(prologxref)
          • library(pairs)
          • library(pio)
          • library(random)
          • library(rbtrees)
          • library(readutil)
          • library(record)
          • library(registry)
          • library(rwlocks)
          • library(settings)
          • library(simplex)
          • library(statistics)
          • library(terms)
          • library(ugraphs)
          • library(url)
          • library(www_browser)
          • library(solution_sequences)
          • library(thread)
          • library(thread_pool)
          • library(varnumbers)
          • library(yall)
    • Packages

F.2.52 library(settings)

convert_setting_text/3Converts from textual form to Prolog Value.
current_setting/1True if Setting is a currently defined setting.
env/2Evaluate environment variables on behalf of arithmetic expressions.
env/3Evaluate environment variables on behalf of arithmetic expressions.
list_settings/0List settings to =current_output=.
list_settings/1List settings to =current_output=.
load_settings/1Load local settings from File.
load_settings/2Load local settings from File.
restore_setting/1Restore the value of setting Name to its default.
save_settings/0Save modified settings to File.
save_settings/1Save modified settings to File.
set_setting/2Change a setting.
set_setting_default/2Change the default for a setting.
setting/2True when Name is a currently defined setting with Value.
setting/4Define a setting.
setting_property/2Query currently defined settings.

ClioPatria (version V3.1.1-51-ga0b30a5)