Skip to content

Commit ee15d50

Browse files
committed
Various SYNC with EN
1 parent 75dab5b commit ee15d50

File tree

39 files changed

+151
-153
lines changed

39 files changed

+151
-153
lines changed

appendices/filters.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: da4977f316e4a05be800e865b979c10d19436112 Maintainer: yannick Status: ready -->
3+
<!-- EN-Revision: f80105b4fc1196bd8d5fecb98d686b580b1ff65d Maintainer: yannick Status: ready -->
44
<!-- Reviewed: no -->
55
<appendix xml:id="filters" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<title>Liste des filtres standards</title>
@@ -307,7 +307,7 @@ fclose($fp);
307307
Les valeurs supérieures, jusqu'à 15, soit 32768 octets, donnent de meilleures
308308
compressions, et les valeurs inférieures, jusqu'à 9, soit 512 octets,
309309
occupent le moins d'espace en mémoire. Par défaut,
310-
<parameter>window</parameter> vaut actuellement <constant>15</constant>.
310+
<parameter>window</parameter> vaut actuellement <literal>15</literal>.
311311

312312
<parameter>memory</parameter> est une indication du niveau de mémoire
313313
nécessaire.

language/predefined/interfaces.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: ce78d59569fcae6286c46abe1b781a0b6fc594c0 Maintainer: girgias Status: ready -->
2+
<!-- EN-Revision: 26e26a95fdc3aac9b464068953ea3105dee00f14 Maintainer: girgias Status: ready -->
33
<!-- Reviewed: yes -->
44

55
<part xml:id="reserved.interfaces" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -53,4 +53,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
5353
vim: et tw=78 syn=sgml
5454
vi: ts=1 sw=1
5555
-->
56-

reference/cubrid/cubridmysql/cubrid-real-escape-string.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: e41806c30bf6975e452c0d4ce35ab0984c2fa68c Maintainer: yannick Status: ready -->
3+
<!-- EN-Revision: f80105b4fc1196bd8d5fecb98d686b580b1ff65d Maintainer: yannick Status: ready -->
44
<!-- Reviewed: no -->
55

66
<refentry xml:id="function.cubrid-real-escape-string" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
77
<refnamediv>
88
<refname>cubrid_real_escape_string</refname>
99
<refpurpose>Échappe les caractères spéciaux d'une chaîne pour l'utiliser dans une requête SQL</refpurpose>
1010
</refnamediv>
11-
11+
1212
<refsect1 role="description">
1313
&reftitle.description;
1414
<methodsynopsis>
@@ -18,20 +18,20 @@
1818
</methodsynopsis>
1919
<para>
2020
Cette fonction retourne la version échappée de la chaîne fournie. Elle ajoute
21-
des antislashes aux caractères suivants : <constant>'</constant>.
22-
21+
des antislashes aux caractères suivants : <literal>'</literal>.
22+
2323
En général, les guillemets simples sont utilisés pour entourer
2424
la chaîne. Les doubles guillemets peuvent être utilisés également suivant
2525
la valeur de ansi_quotes, qui est un paramètre des requêtes SQL. Si la
2626
valeur de ansi_quotes est "no", les guillemets doubles
2727
seront gérés comme un caractère de la chaîne et non un identifiant.
2828
La valeur par défaut est "yes".
29-
29+
3030
Si vous voulez inclure un guillemet simple comme caractère d'une chaîne,
3131
vous devez le spécifier 2 fois.
3232
</para>
3333
</refsect1>
34-
34+
3535
<refsect1 role="parameters">
3636
&reftitle.parameters;
3737
<para>
@@ -49,7 +49,7 @@
4949
</variablelist>
5050
</para>
5151
</refsect1>
52-
52+
5353
<refsect1 role="returnvalues">
5454
&reftitle.returnvalues;
5555
<para>
@@ -59,7 +59,7 @@
5959
&false; si une erreur survient.
6060
</para>
6161
</refsect1>
62-
62+
6363
<refsect1 role="examples">
6464
&reftitle.examples;
6565
<example>
@@ -99,7 +99,7 @@ array(1) {
9999
</screen>
100100
</example>
101101
</refsect1>
102-
102+
103103
</refentry>
104104

105105
<!-- Keep this comment at the end of the file

reference/eio/functions/eio-chmod.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: a4fe8cf4c7712c4af6d2b0dc2e3d7090f53f4e21 Maintainer: yannick Status: ready -->
3+
<!-- EN-Revision: f80105b4fc1196bd8d5fecb98d686b580b1ff65d Maintainer: yannick Status: ready -->
44
<!-- Reviewed: no -->
55

66
<refentry xml:id="function.eio-chmod" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -47,7 +47,7 @@
4747
<term><parameter>mode</parameter></term>
4848
<listitem>
4949
<para>
50-
Les nouvelles permissions, i.e. <constant>0644</constant>.
50+
Les nouvelles permissions, i.e. <literal>0644</literal>.
5151
</para>
5252
</listitem>
5353
</varlistentry>

reference/eio/functions/eio-poll.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: b38591439b2afe309740774f5fa41cafe32c72b9 Maintainer: yannick Status: ready -->
3+
<!-- EN-Revision: f80105b4fc1196bd8d5fecb98d686b580b1ff65d Maintainer: yannick Status: ready -->
44
<!-- Reviewed: no -->
55

66
<refentry xml:id="function.eio-poll" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
77
<refnamediv>
88
<refname>eio_poll</refname>
99
<refpurpose>Vérifie s'il reste des requêtes en cours d'exécution</refpurpose>
1010
</refnamediv>
11-
11+
1212
<refsect1 role="description">
1313
&reftitle.description;
1414
<methodsynopsis>
@@ -21,30 +21,30 @@
2121
Pour ceci, la fonction <function>eio_nreqs</function> peut être utilisée pour
2222
tester s'il reste des requêtes à exécuter.
2323
</para>
24-
24+
2525
<note>
2626
<para>
2727
Applicable uniquement lors de l'implémentation d'une boucle
2828
d'événements dans l'espace utilisateur.
2929
</para>
3030
</note>
31-
31+
3232
</refsect1>
33-
33+
3434
<refsect1 role="parameters">
3535
&reftitle.parameters;
3636
&no.function.parameters;
3737
</refsect1>
38-
38+
3939
<refsect1 role="returnvalues">
4040
&reftitle.returnvalues;
4141
<para>
4242
Si une des invocations retourne une valeur différente de zéro,
4343
cette valeur sera retournée. Sinon, la fonction retournera
44-
<constant>0</constant>.
44+
<literal>0</constant>.
4545
</para>
4646
</refsect1>
47-
47+
4848
<refsect1 role="examples">
4949
&reftitle.examples;
5050
<example>

reference/ev/ev/depth.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 8d666e819852f6b0561b40fcf8689b747568865c Maintainer: yannick Status: ready -->
3+
<!-- EN-Revision: f80105b4fc1196bd8d5fecb98d686b580b1ff65d Maintainer: yannick Status: ready -->
44
<!-- Reviewed: no -->
55

66
<refentry xml:id="ev.depth" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -23,18 +23,18 @@
2323
est entrée, moins le nombre de fois où la méthode
2424
<methodname>Ev::run</methodname> est sortie normalement, en d'autres
2525
termes, la profondeur de récursion. En dehors de
26-
<methodname>Ev::run</methodname>, ce nombre vaut <constant>0</constant>.
27-
Dans une fonction de rappel, ce nombre vaut <constant>1</constant>,
26+
<methodname>Ev::run</methodname>, ce nombre vaut <literal>0</literal>.
27+
Dans une fonction de rappel, ce nombre vaut <literal>1</literal>,
2828
tant que la méthode <methodname>Ev::run</methodname> est invoquée
2929
récursivement (ou depuis un autre thread), auquel cas, il sera supérieur.
3030
</para>
3131
</refsect1>
32-
32+
3333
<refsect1 role="parameters">
3434
&reftitle.parameters;
3535
&no.function.parameters;
3636
</refsect1>
37-
37+
3838
<refsect1 role="returnvalues">
3939
&reftitle.returnvalues;
4040
<para>

reference/ev/ev/run.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 8d666e819852f6b0561b40fcf8689b747568865c Maintainer: yannick Status: ready -->
3+
<!-- EN-Revision: f80105b4fc1196bd8d5fecb98d686b580b1ff65d Maintainer: yannick Status: ready -->
44
<!-- Reviewed: no -->
55

66
<refentry xml:id="ev.run" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -61,7 +61,7 @@
6161
<tbody>
6262
<row>
6363
<entry>
64-
<constant>0</constant>
64+
<literal>0</literal>
6565
</entry>
6666
<entry>Le comportement par défaut, décrit ci-dessus</entry>
6767
</row>

reference/ev/evchild/construct.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 33e5f4ef7243bc1282acb1cba93e8f99c1debe68 Maintainer: yannick Status: ready -->
3+
<!-- EN-Revision: f80105b4fc1196bd8d5fecb98d686b580b1ff65d Maintainer: yannick Status: ready -->
44
<!-- Reviewed: no -->
55
<refentry xml:id="evchild.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -41,9 +41,9 @@
4141
Construit l'objet d'observateur <classname>EvChild</classname>.
4242
</para>
4343
<para>
44-
Appelle la fonction de rappel lorsqu'une modification de statut d'un processus
44+
Appelle la fonction de rappel lorsqu'une modification de statut d'un processus
4545
dont l'ID <parameter>pid</parameter> (ou de tout <emphasis>PID</emphasis>
46-
s'il vaut <constant>0</constant>) a été reçue (une modification de statut
46+
s'il vaut <literal>0</literal>) a été reçue (une modification de statut
4747
survient lorsque le processus se termine ou est tué, ou lorsque le
4848
paramètre <parameter>trace</parameter> vaut &true;, lorsque le processus
4949
est stoppé ou continué). En d'autres termes, lorsque le processus
@@ -84,7 +84,7 @@
8484
<listitem>
8585
<para>
8686
Attend les modifications de statut des processus PID (ou tout processus
87-
si PID vaut <constant>0</constant>).
87+
si PID vaut <literal>0</literal>).
8888
</para>
8989
</listitem>
9090
</varlistentry>

reference/ev/evloop/run.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 8d666e819852f6b0561b40fcf8689b747568865c Maintainer: yannick Status: ready -->
3+
<!-- EN-Revision: f80105b4fc1196bd8d5fecb98d686b580b1ff65d Maintainer: yannick Status: ready -->
44
<!-- Reviewed: no -->
55

66
<refentry xml:id="evloop.run" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -60,7 +60,7 @@
6060
<tbody>
6161
<row>
6262
<entry>
63-
<constant>0</constant>
63+
<literal>0</literal>
6464
</entry>
6565
<entry>Le comportement par défaut, décrit ci-dessus</entry>
6666
</row>

reference/ev/evstat/attr.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 9ec46b8b8aa9ed5a6798996e742c0fe8a7820da8 Maintainer: yannick Status: ready -->
3+
<!-- EN-Revision: f80105b4fc1196bd8d5fecb98d686b580b1ff65d Maintainer: yannick Status: ready -->
44
<!-- Reviewed: no -->
55

66
<refentry xml:id="evstat.attr" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -41,79 +41,79 @@
4141
<tbody>
4242
<row>
4343
<entry>
44-
<constant>'dev'</constant>
44+
<literal>'dev'</literal>
4545
</entry>
4646
<entry>ID du périphérique contenant le fichier</entry>
4747
</row>
4848
<row>
4949
<entry>
50-
<constant>'ino'</constant>
50+
<literal>'ino'</literal>
5151
</entry>
5252
<entry>nombre d'inodes</entry>
5353
</row>
5454
<row>
5555
<entry>
56-
<constant>'mode'</constant>
56+
<literal>'mode'</literal>
5757
</entry>
5858
<entry>protection</entry>
5959
</row>
6060
<row>
6161
<entry>
62-
<constant>'nlink'</constant>
62+
<literal>'nlink'</literal>
6363
</entry>
6464
<entry>nombre de liens durs</entry>
6565
</row>
6666
<row>
6767
<entry>
68-
<constant>'uid'</constant>
68+
<literal>'uid'</literal>
6969
</entry>
7070
<entry>ID de l'utilisateur du propriétaire</entry>
7171
</row>
7272
<row>
7373
<entry>
74-
<constant>'size'</constant>
74+
<literal>'size'</literal>
7575
</entry>
7676
<entry>taille totale, en octets</entry>
7777
</row>
7878
<row>
7979
<entry>
80-
<constant>'gid'</constant>
80+
<literal>'gid'</literal>
8181
</entry>
8282
<entry>ID du groupe du propriétaire</entry>
8383
</row>
8484
<row>
8585
<entry>
86-
<constant>'rdev'</constant>
86+
<literal>'rdev'</literal>
8787
</entry>
8888
<entry>ID du périphérique (si fichier spécifial)</entry>
8989
</row>
9090
<row>
9191
<entry>
92-
<constant>'blksize'</constant>
92+
<literal>'blksize'</literal>
9393
</entry>
9494
<entry>taille du bloc pour un système de fichiers I/O</entry>
9595
</row>
9696
<row>
9797
<entry>
98-
<constant>'blocks'</constant>
98+
<literal>'blocks'</literal>
9999
</entry>
100100
<entry>nombre de blocs 512B alloués</entry>
101101
</row>
102102
<row>
103103
<entry>
104-
<constant>'atime'</constant>
104+
<literal>'atime'</literal>
105105
</entry>
106106
<entry>Date/heure du dernier accès</entry>
107107
</row>
108108
<row>
109109
<entry>
110-
<constant>'ctime'</constant>
110+
<literal>'ctime'</literal>
111111
</entry>
112112
<entry>Date/Heure de la dernière modification de statut</entry>
113113
</row>
114114
<row>
115115
<entry>
116-
<constant>'mtime'</constant>
116+
<literal>'mtime'</literal>
117117
</entry>
118118
<entry>Date/heure de la dernière modification</entry>
119119
</row>

0 commit comments

Comments
 (0)