Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.3 - Français

Change language to:
English - 日本語 - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Aide Scilab >> ATOMS > atomsRepositoryList

atomsRepositoryList

Get the list of managed repositories

Calling Sequence

repositories = atomsRepositoryList([section])

Arguments

section

This argument controls the list of section where search URL(s).

section is a single-string and its value should be :

  • "all": URL(s) present in the "user", "allusers" and "official" section are listed.

  • "allusers": only URL(s) present in the "allusers" section are listed.

  • "user": only URL(s) present in the "user" section are listed.

  • "official": only URL(s) present in the "official" section are listed.

The default value is "all".

repositories

Matrix of strings : the first column give the list of repositories managed by ATOMS and the second column indicate if the repository is a official repository, if the repository has been added for all users or only for the current user.

Description

atomsRepositoryList return a matrix that give the list of available repositories.

Examples

atomsRepositoryAdd('http://scene1.atoms.scilab.org');
atomsRepositoryList()
atomsRepositoryList('all')
atomsRepositoryList('official')
atomsRepositoryList('allusers')
atomsRepositoryList('user')
atomsRepositoryDel('http://scene1.atoms.scilab.org');

See Also

Authors

  • Pierre MARECHAL - DIGITEO
<< atomsRepositoryDel ATOMS atomsSearch >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:11:04 CEST 2011