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

« back to all changes in this revision

Viewing changes to modules/functions/help/pt_BR/get_function_path.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:
1
 
<?xml version="1.0" encoding="ISO-8859-1"?>
2
 
<!--
3
 
 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4
 
 * Copyright (C) ????-2008 - INRIA
5
 
 *
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-en.txt
11
 
 *
12
 
 -->
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" version="5.0-subset Scilab" xml:id="get_function_path" xml:lang="en">
14
 
  <refnamediv>
15
 
    <refname>get_function_path</refname>
16
 
    <refpurpose>retorna o endere�o do arquivo fonte de uma fun��o de
17
 
      biblioteca
18
 
    </refpurpose>
19
 
  </refnamediv>
20
 
  <refsynopsisdiv>
21
 
    <title>Seq��ncia de Chamamento</title>
22
 
    <synopsis>path=get_function_path(fun_name)</synopsis>
23
 
  </refsynopsisdiv>
24
 
  <refsection>
25
 
    <title>Par�metros</title>
26
 
    <variablelist>
27
 
      <varlistentry>
28
 
        <term>fun_name</term>
29
 
        <listitem>
30
 
          <para>string, o nome da fun��o</para>
31
 
        </listitem>
32
 
      </varlistentry>
33
 
      <varlistentry>
34
 
        <term>path</term>
35
 
        <listitem>
36
 
          <para>string, o nome absoluto do endere�o do arquivo fonte da fun��o
37
 
            (.sci) ou [].
38
 
          </para>
39
 
        </listitem>
40
 
      </varlistentry>
41
 
    </variablelist>
42
 
  </refsection>
43
 
  <refsection>
44
 
    <title>Descri��o</title>
45
 
    <para>Dadi o nome de uma uma fun��o, get_function_path o nome absoluto do
46
 
      endere�o do arquivo fonte da fun��o se a fun��o estiver definida em uma
47
 
      biblioteca Scilab (ver lib) ou [] se nenhum nome corresponde a uma fun��o
48
 
      de biblioteca.
49
 
    </para>
50
 
  </refsection>
51
 
  <refsection>
52
 
    <title>Exemplos</title>
53
 
    <programlisting role="example"><![CDATA[ 
54
 
get_function_path('median')
55
 
 ]]></programlisting>
56
 
  </refsection>
57
 
  <refsection role="see also">
58
 
    <title>Ver Tamb�m</title>
59
 
    <simplelist type="inline">
60
 
      <member>
61
 
        <link linkend="lib">lib</link>
62
 
      </member>
63
 
      <member>
64
 
        <link linkend="string">string</link>
65
 
      </member>
66
 
    </simplelist>
67
 
  </refsection>
68
 
</refentry>