~ubuntu-branches/ubuntu/lucid/gnome-doc-utils/lucid

« back to all changes in this revision

Viewing changes to doc/xslt/C/l10n-numbers.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-12-19 08:34:21 UTC
  • mto: (2.1.1 etch) (1.1.18 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051219083421-k72rkh3n6vox1c0t
Tags: upstream-0.5.2
ImportĀ upstreamĀ versionĀ 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<section id="section-l10n-numbers">
 
2
  <title>Localized Numbers</title>
 
3
  <variablelist>
 
4
    <title>Templates</title>
 
5
    <varlistentry>
 
6
      <term>
 
7
        <link linkend="template_l10n.number">
 
8
          <function role="template">l10n.number</function>
 
9
        </link>
 
10
      </term>
 
11
      <listitem>
 
12
        <para>
 
13
    Format a number according to a localized numbering system
 
14
  </para>
 
15
      </listitem>
 
16
    </varlistentry>
 
17
    <varlistentry>
 
18
      <term>
 
19
        <link linkend="template_l10n.number.alphabetic">
 
20
          <function role="template">l10n.number.alphabetic</function>
 
21
        </link>
 
22
      </term>
 
23
      <listitem>
 
24
        <para>
 
25
    Format a number using an alphabet
 
26
  </para>
 
27
      </listitem>
 
28
    </varlistentry>
 
29
    <varlistentry>
 
30
      <term>
 
31
        <link linkend="template_l10n.number.numeric">
 
32
          <function role="template">l10n.number.numeric</function>
 
33
        </link>
 
34
      </term>
 
35
      <listitem>
 
36
        <para>
 
37
    Format a number using a numeric system with any radix
 
38
  </para>
 
39
      </listitem>
 
40
    </varlistentry>
 
41
    <varlistentry>
 
42
      <term>
 
43
        <link linkend="template_l10n.number.cjk-ideographic">
 
44
          <function role="template">l10n.number.cjk-ideographic</function>
 
45
        </link>
 
46
      </term>
 
47
      <listitem>
 
48
        <para>
 
49
    Format a number using a CJK ideographic system
 
50
  </para>
 
51
      </listitem>
 
52
    </varlistentry>
 
53
    <varlistentry>
 
54
      <term>
 
55
        <link linkend="template_l10n.number.ionic">
 
56
          <function role="template">l10n.number.ionic</function>
 
57
        </link>
 
58
      </term>
 
59
      <listitem>
 
60
        <para>
 
61
    Format a number using the Ionic numeral system
 
62
  </para>
 
63
      </listitem>
 
64
    </varlistentry>
 
65
  </variablelist>
 
66
  <refentry id="template_l10n.number">
 
67
    <indexterm>
 
68
      <primary>l10n.number</primary>
 
69
    </indexterm>
 
70
    <refnamediv>
 
71
      <refname>l10n.number</refname>
 
72
      <refpurpose>
 
73
    Format a number according to a localized numbering system
 
74
  </refpurpose>
 
75
    </refnamediv>
 
76
    <refsection>
 
77
      <title>Parameters</title>
 
78
      <variablelist>
 
79
        <varlistentry>
 
80
          <term>
 
81
            <parameter>value</parameter>
 
82
          </term>
 
83
          <listitem>
 
84
            <para>
 
85
      The numeric value of the number to format
 
86
    </para>
 
87
          </listitem>
 
88
        </varlistentry>
 
89
        <varlistentry>
 
90
          <term>
 
91
            <parameter>format</parameter>
 
92
          </term>
 
93
          <listitem>
 
94
            <para>
 
95
      The identifier of the numbering system to use
 
96
    </para>
 
97
          </listitem>
 
98
        </varlistentry>
 
99
      </variablelist>
 
100
    </refsection>
 
101
  </refentry>
 
102
  <refentry id="template_l10n.number.alphabetic">
 
103
    <indexterm>
 
104
      <primary>l10n.number.alphabetic</primary>
 
105
    </indexterm>
 
106
    <refnamediv>
 
107
      <refname>l10n.number.alphabetic</refname>
 
108
      <refpurpose>
 
109
    Format a number using an alphabet
 
110
  </refpurpose>
 
111
    </refnamediv>
 
112
    <refsection>
 
113
      <title>Parameters</title>
 
114
      <variablelist>
 
115
        <varlistentry>
 
116
          <term>
 
117
            <parameter>value</parameter>
 
118
          </term>
 
119
          <listitem>
 
120
            <para>
 
121
      The numeric value of the number to format
 
122
    </para>
 
123
          </listitem>
 
124
        </varlistentry>
 
125
        <varlistentry>
 
126
          <term>
 
127
            <parameter>alphabet</parameter>
 
128
          </term>
 
129
          <listitem>
 
130
            <para>
 
131
      A string containing the alphabet to use
 
132
    </para>
 
133
          </listitem>
 
134
        </varlistentry>
 
135
      </variablelist>
 
136
    </refsection>
 
137
  </refentry>
 
138
  <refentry id="template_l10n.number.numeric">
 
139
    <indexterm>
 
140
      <primary>l10n.number.numeric</primary>
 
141
    </indexterm>
 
142
    <refnamediv>
 
143
      <refname>l10n.number.numeric</refname>
 
144
      <refpurpose>
 
145
    Format a number using a numeric system with any radix
 
146
  </refpurpose>
 
147
    </refnamediv>
 
148
    <refsection>
 
149
      <title>Parameters</title>
 
150
      <variablelist>
 
151
        <varlistentry>
 
152
          <term>
 
153
            <parameter>value</parameter>
 
154
          </term>
 
155
          <listitem>
 
156
            <para>
 
157
      The numeric value of the number to format
 
158
    </para>
 
159
          </listitem>
 
160
        </varlistentry>
 
161
        <varlistentry>
 
162
          <term>
 
163
            <parameter>digits</parameter>
 
164
          </term>
 
165
          <listitem>
 
166
            <para>
 
167
      A string containing the digits to use, starting with zero
 
168
    </para>
 
169
          </listitem>
 
170
        </varlistentry>
 
171
      </variablelist>
 
172
    </refsection>
 
173
  </refentry>
 
174
  <refentry id="template_l10n.number.cjk-ideographic">
 
175
    <indexterm>
 
176
      <primary>l10n.number.cjk-ideographic</primary>
 
177
    </indexterm>
 
178
    <refnamediv>
 
179
      <refname>l10n.number.cjk-ideographic</refname>
 
180
      <refpurpose>
 
181
    Format a number using a CJK ideographic system
 
182
  </refpurpose>
 
183
    </refnamediv>
 
184
    <refsection>
 
185
      <title>Parameters</title>
 
186
      <variablelist>
 
187
        <varlistentry>
 
188
          <term>
 
189
            <parameter>value</parameter>
 
190
          </term>
 
191
          <listitem>
 
192
            <para>
 
193
      The numeric value of the number to format
 
194
    </para>
 
195
          </listitem>
 
196
        </varlistentry>
 
197
        <varlistentry>
 
198
          <term>
 
199
            <parameter>format</parameter>
 
200
          </term>
 
201
          <listitem>
 
202
            <para>
 
203
      Which format to use
 
204
    </para>
 
205
          </listitem>
 
206
        </varlistentry>
 
207
      </variablelist>
 
208
    </refsection>
 
209
  </refentry>
 
210
  <refentry id="template_l10n.number.ionic">
 
211
    <indexterm>
 
212
      <primary>l10n.number.ionic</primary>
 
213
    </indexterm>
 
214
    <refnamediv>
 
215
      <refname>l10n.number.ionic</refname>
 
216
      <refpurpose>
 
217
    Format a number using the Ionic numeral system
 
218
  </refpurpose>
 
219
    </refnamediv>
 
220
    <refsection>
 
221
      <title>Parameters</title>
 
222
      <variablelist>
 
223
        <varlistentry>
 
224
          <term>
 
225
            <parameter>value</parameter>
 
226
          </term>
 
227
          <listitem>
 
228
            <para>
 
229
      The numeric value of the number to format
 
230
    </para>
 
231
          </listitem>
 
232
        </varlistentry>
 
233
        <varlistentry>
 
234
          <term>
 
235
            <parameter>format</parameter>
 
236
          </term>
 
237
          <listitem>
 
238
            <para>
 
239
      Which format to use
 
240
    </para>
 
241
          </listitem>
 
242
        </varlistentry>
 
243
      </variablelist>
 
244
    </refsection>
 
245
  </refentry>
 
246
</section>
 
 
b'\\ No newline at end of file'