1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) DIGITEO - Pierre MARECHAL <pierre.marechal@scilab.org>
6 * This file must be used under the terms of the CeCILL.
7 * This source file is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at
10 * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
13 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns4="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:id="atomsGetConfig" xml:lang="en">
15 <refname>atomsGetConfig</refname>
16 <refpurpose>Get ATOMS system parameters</refpurpose>
19 <title>Calling Sequence</title>
21 result = atomsGetConfig(parameter)
25 <title>Arguments</title>
28 <term>parameter</term>
30 <para>single-string matrix</para>
36 Value of the parameter
44 <informaltable border="1">
52 <td>Use/Don't use proxies</td>
54 <emphasis role="strong">"True"</emphasis>/"False"
59 <td>the hostname (IP or DNS name)</td>
69 <td>Specify the username for authentication on a proxy server</td>
73 <td>proxyPassword</td>
74 <td>Specify the password for authentication on a proxy server</td>
81 <title>Network</title>
83 <informaltable border="1">
91 <td>If set to "True", the system only works with local repositories.
92 The offline mode permits the user to install modules from a local
93 repository or a local package (hard disk, USB keys, ...) even if the
94 network is unreachable. In version prior to 5.4.0, this tag was
98 "True"/<emphasis role="strong">"False"</emphasis>
105 <title>Autoload System</title>
107 <informaltable border="1">
115 <td>Enable/Disable autoload system</td>
117 <emphasis role="strong">"True"</emphasis>/"False"
121 <td>autoloadAddAfterInstall</td>
122 <td>Automatically add a module to the list of module to autoload at
126 <emphasis role="strong">"True"</emphasis>/"False"
133 <title>Miscellenous</title>
135 <informaltable border="1">
143 <td>Display or not extra-information</td>
145 "True"/<emphasis role="strong">"False"</emphasis>
149 <td>downloadTool</td>
150 <td> Get tool used for download</td>
151 <td> "curl", "wget" or "httpdownload" (Windows only)</td>
154 <td>downloadTimeout</td>
155 <td> Get timeout used for download (seconds)</td>
156 <td> "5" is the default value</td>
160 <td> Get time between updates (days)</td>
161 <td> one month is the default value</td>
167 <title>Description</title>
169 <literal>atomsGetConfig</literal> returns the value of the parameter
173 <refsection role="see also">
174 <title>See Also</title>
175 <simplelist type="inline">
177 <link linkend="atomsSetConfig">atomsSetConfig</link>
182 <title>Examples</title>
183 <programlisting role="example">// Get value of verbose parameter
184 atomsGetConfig("Verbose")
188 <title>History</title>
191 <revnumber>5.4.0</revnumber>
192 <revdescription>offLine parameter renamed to offline</revdescription>