~ubuntu-branches/ubuntu/trusty/scilab/trusty

« back to all changes in this revision

Viewing changes to modules/core/help/ja_JP/with_javasci.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-02 11:02:49 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20120802110249-0v5953emkp25geuz
Tags: 5.4.0-beta-2-1~exp1
* New upstream release
* Remove libscilab-java (remove upstream). Use libscilab2-java instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<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="with_javasci">
3
 
  <info>
4
 
    <pubdate>$LastChangedDate$</pubdate>
5
 
  </info>
6
 
  <refnamediv>
7
 
    <refname>with_javasci</refname>
8
 
    <refpurpose>ScilabにJava インターフェイスが組み込まれているかどうかを
9
 
        調べる</refpurpose>
10
 
  </refnamediv>
11
 
  <refsynopsisdiv>
12
 
    <title>呼び出し手順</title>
13
 
    <synopsis>r=with_javasci()</synopsis>
14
 
  </refsynopsisdiv>
15
 
  <refsection>
16
 
    <title>パラメータ</title>
17
 
    <variablelist>
18
 
      <varlistentry>
19
 
        <term>r</term>
20
 
        <listitem>
21
 
          <para>論理値</para>
22
 
        </listitem>
23
 
      </varlistentry>
24
 
    </variablelist>
25
 
  </refsection>
26
 
  <refsection>
27
 
    <title>説明</title>
28
 
    <para>
29
 
        Scilab が Java インターフェイスと共に構築されている場合に
30
 
        <literal>%t</literal>, それ以外の場合に <literal>%f</literal> 
31
 
        を返します. </para>
32
 
  </refsection>
33
 
</refentry>