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

« back to all changes in this revision

Viewing changes to modules/history_manager/help/ja_JP/loadhistory.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
<!--
 
4
 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
 
5
 * Copyright (C) 2007-2008 - INRIA - Allan CORNET
 
6
 * Copyright (C) 2011 - DIGITEO - Allan CORNET 
 
7
 *
 
8
 * This file must be used under the terms of the CeCILL.
 
9
 * This source file is licensed as described in the file COPYING, which
 
10
 * you should have received as part of this distribution.  The terms
 
11
 * are also available at
 
12
 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
 
13
 *
 
14
 -->
 
15
 
 
16
<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="loadhistory" xml:lang="ja">
 
17
    
 
18
    <refnamediv>
 
19
        
 
20
        <refname>loadhistory</refname>
 
21
        
 
22
        <refpurpose>履歴ファイルを読み込む</refpurpose>
 
23
        
 
24
    </refnamediv>
 
25
    
 
26
    <refsynopsisdiv>
 
27
        
 
28
        <title>呼び出し手順</title>
 
29
        
 
30
        <synopsis>loadhistory()
 
31
            
 
32
            loadhistory(f)
 
33
            
 
34
        </synopsis>
 
35
        
 
36
    </refsynopsisdiv>
 
37
    
 
38
    <refsection>
 
39
        
 
40
        <title>引数</title>
 
41
        
 
42
        <variablelist>
 
43
            
 
44
            <varlistentry>
 
45
                
 
46
                <term>f</term>
 
47
                
 
48
                <listitem>
 
49
                    
 
50
                    <para>ファイルのパス名</para>
 
51
                    
 
52
                </listitem>
 
53
                
 
54
            </varlistentry>
 
55
            
 
56
        </variablelist>
 
57
        
 
58
    </refsection>
 
59
    
 
60
    <refsection>
 
61
        
 
62
        <title>説明</title>
 
63
        
 
64
        <para>履歴ファイルを読み込みます.</para>
 
65
        
 
66
        <para>デフォルトで,履歴ファイル名は SCIHOME+'/.history.scilab' です.</para>
 
67
        
 
68
        <para>デフォルトで, loadhistory は(読込時間を減らすために)
 
69
            
 
70
            履歴ファイルの末尾 20000行を読み込みます.
 
71
            
 
72
        </para>
 
73
        
 
74
        <para>
 
75
            
 
76
            この値を修正するには,
 
77
            
 
78
            <link linkend="historysize">historysize(value)</link> 
 
79
            
 
80
            を参照してください.
 
81
            
 
82
        </para>
 
83
        
 
84
    </refsection>
 
85
    
 
86
    <refsection>
 
87
        
 
88
        <title>例</title>
 
89
        
 
90
        <programlisting role="example"> loadhistory(SCI+'/session.scilab')  </programlisting>
 
91
        
 
92
    </refsection>
 
93
    
 
94
    <refsection role="see also">
 
95
        
 
96
        <title>参照</title>
 
97
        
 
98
        <simplelist type="inline">
 
99
            
 
100
            <member>
 
101
                
 
102
                <link linkend="savehistory">savehistory</link>
 
103
                
 
104
            </member>
 
105
            
 
106
            <member>
 
107
                
 
108
                <link linkend="resethistory">resethistory</link>
 
109
                
 
110
            </member>
 
111
            
 
112
            <member>
 
113
                
 
114
                <link linkend="historysize">historysize</link>
 
115
                
 
116
            </member>
 
117
            
 
118
            <member>
 
119
                
 
120
                <link linkend="gethistory">gethistory</link>
 
121
                
 
122
            </member>
 
123
            
 
124
        </simplelist>
 
125
        
 
126
    </refsection>
 
127
    
 
128
</refentry>
 
129