~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/atoms/help/en_US/atomsSearch.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 *
12
12
 -->
13
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:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="en" xml:id="atomsSearch">
14
 
  <refnamediv>
15
 
    <refname>atomsSearch</refname>
16
 
    <refpurpose>Searches for external modules.</refpurpose>
17
 
  </refnamediv>
18
 
  <!-- ===================================================================== -->
19
 
  <!-- Calling Sequence -->
20
 
  <!-- ===================================================================== -->
21
 
  <refsynopsisdiv>
22
 
    <title>Calling Sequence</title>
23
 
    <synopsis>
24
 
      result = atomsSearch(pattern)
25
 
    </synopsis>
26
 
  </refsynopsisdiv>
27
 
  <!-- ===================================================================== -->
28
 
  <!-- Parameters -->
29
 
  <!-- ===================================================================== -->
30
 
  <refsection>
31
 
    <title>Arguments</title>
32
 
    <variablelist>
33
 
      <varlistentry>
34
 
        <term>pattern</term>
35
 
        <listitem>
36
 
          <para>
37
 
            String : The pattern to search for.
38
 
          </para>
39
 
        </listitem>
40
 
      </varlistentry>
41
 
      <varlistentry>
42
 
        <term>result</term>
43
 
        <listitem>
44
 
          <para>
45
 
          </para>
46
 
        </listitem>
47
 
      </varlistentry>
48
 
    </variablelist>
49
 
  </refsection>
50
 
  <!-- ===================================================================== -->
51
 
  <!-- Description -->
52
 
  <!-- ===================================================================== -->
53
 
  <refsection>
54
 
    <title>Description</title>
55
 
    <para>
56
 
      <literal>atomsSearch</literal> searches for packages matching one of
57
 
      the patterns supplied as input argument.
58
 
    </para>
59
 
  </refsection>
60
 
  <!-- ===================================================================== -->
61
 
  <!-- Examples -->
62
 
  <!-- ===================================================================== -->
63
 
  <refsection>
64
 
    <title>Examples</title>
65
 
    <programlisting role="example"><![CDATA[ 
 
14
    <refnamediv>
 
15
        <refname>atomsSearch</refname>
 
16
        <refpurpose>Searches for external modules.</refpurpose>
 
17
    </refnamediv>
 
18
    <!-- ===================================================================== -->
 
19
    <!-- Calling Sequence -->
 
20
    <!-- ===================================================================== -->
 
21
    <refsynopsisdiv>
 
22
        <title>Calling Sequence</title>
 
23
        <synopsis>
 
24
            result = atomsSearch(pattern)
 
25
        </synopsis>
 
26
    </refsynopsisdiv>
 
27
    <!-- ===================================================================== -->
 
28
    <!-- Parameters -->
 
29
    <!-- ===================================================================== -->
 
30
    <refsection>
 
31
        <title>Arguments</title>
 
32
        <variablelist>
 
33
            <varlistentry>
 
34
                <term>pattern</term>
 
35
                <listitem>
 
36
                    <para>
 
37
                        String : The pattern to search for.
 
38
                    </para>
 
39
                </listitem>
 
40
            </varlistentry>
 
41
            <varlistentry>
 
42
                <term>result</term>
 
43
                <listitem>
 
44
                    <para>
 
45
                    </para>
 
46
                </listitem>
 
47
            </varlistentry>
 
48
        </variablelist>
 
49
    </refsection>
 
50
    <!-- ===================================================================== -->
 
51
    <!-- Description -->
 
52
    <!-- ===================================================================== -->
 
53
    <refsection>
 
54
        <title>Description</title>
 
55
        <para>
 
56
            <literal>atomsSearch</literal> searches for packages matching one of
 
57
            the patterns supplied as input argument.
 
58
        </para>
 
59
    </refsection>
 
60
    <!-- ===================================================================== -->
 
61
    <!-- Examples -->
 
62
    <!-- ===================================================================== -->
 
63
    <refsection>
 
64
        <title>Examples</title>
 
65
        <programlisting role="example"><![CDATA[ 
66
66
atomsSetConfig("Verbose","True");
67
67
atomsRepositoryAdd("http://scene1.test.atoms.scilab.org");
68
68
atomsSearch("toolbox");
69
69
]]></programlisting>
70
 
  </refsection>
71
 
  <!-- ===================================================================== -->
72
 
  <!-- See also -->
73
 
  <!-- ===================================================================== -->
74
 
  <refsection role="see also">
75
 
    <title>See Also</title>
76
 
    <simplelist type="inline">
77
 
      <member>
78
 
        <link linkend="atomsList">atomsList</link>
79
 
      </member>
80
 
    </simplelist>
81
 
  </refsection>
82
 
  <!-- ===================================================================== -->
83
 
  <!-- Authors -->
84
 
  <!-- ===================================================================== -->
 
70
    </refsection>
 
71
    <!-- ===================================================================== -->
 
72
    <!-- See also -->
 
73
    <!-- ===================================================================== -->
 
74
    <refsection role="see also">
 
75
        <title>See Also</title>
 
76
        <simplelist type="inline">
 
77
            <member>
 
78
                <link linkend="atomsList">atomsList</link>
 
79
            </member>
 
80
        </simplelist>
 
81
    </refsection>
 
82
    <!-- ===================================================================== -->
 
83
    <!-- Authors -->
 
84
    <!-- ===================================================================== -->
85
85
</refentry>