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

« back to all changes in this revision

Viewing changes to modules/fileio/help/ja_JP/getdrives.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="UTF-8"?>
2
 
<!--
3
 
 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4
 
 * Copyright (C) 2008 - INRIA - Allan CORNET
5
 
 * ...
6
 
 * 
7
 
 * This file must be used under the terms of the CeCILL.
8
 
 * This source file is licensed as described in the file COPYING, which
9
 
 * you should have received as part of this distribution.  The terms
10
 
 * are also available at    
11
 
 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
12
 
 *
13
 
 -->
14
 
<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="ja" xml:id="getdrives">
15
 
  <refnamediv>
16
 
    <refname>getdrives</refname>
17
 
    <refpurpose>
18
 
      コンピュータのファイルシステムにマウントされている全ての
19
 
      ドライブ名を取得する.
20
 
    </refpurpose>
21
 
  </refnamediv>
22
 
  <refsynopsisdiv>
23
 
    <title>呼び出し手順</title>
24
 
    <synopsis>drives = getdrives()</synopsis>
25
 
  </refsynopsisdiv>
26
 
  <refsection>
27
 
    <title>パラメータ</title>
28
 
    <variablelist>
29
 
      <varlistentry>
30
 
        <term>drives</term>
31
 
        <listitem>
32
 
          <para>文字列の行列</para>
33
 
        </listitem>
34
 
      </varlistentry>
35
 
    </variablelist>
36
 
  </refsection>
37
 
  <refsection>
38
 
    <title>説明</title>
39
 
    <para>コンピュータのファイルシステムにマウントされている全てのドライブ名を取得します.</para>
40
 
    <para>
41
 
      コンピュータのファイルシステムにマウントされている全てのルートを
42
 
      文字列の行列として返します.
43
 
    </para>
44
 
    <para>Linuxでは,
45
 
      このリストはただ一つのルートディレクトリ / により構成されます.
46
 
      this list consists solely of the  root directory, / .
47
 
    </para>
48
 
  </refsection>
49
 
  <refsection>
50
 
    <title>例</title>
51
 
    <programlisting role="example"><![CDATA[ 
52
 
getdrives()
53
 
 ]]></programlisting>
54
 
  </refsection>
55
 
</refentry>