svn: /phpdoc/fr/trunk/reference/pspell/functions/ pspell-add-to-personal.xml pspell-add-to-session.xml pspell-check.xml pspell-clear-session.xml pspell-config-create.xml pspell-config-data-dir.xml pspell-config-dict-dir.xml pspell-config-ignore.xml pspell-config-mode.xml pspell-config-personal.xml pspell-config-repl.xml pspell-config-runtogether.xml pspell-config-save-repl.xml pspell-new-personal.xml pspell-new.xml pspell-save-wordlist.xml pspell-store-replacement.xml pspell-suggest.xml
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
girgias Mon, 30 Nov 2020 23:26:52 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351797
Log:
Apply SVN revision 351793
Changed paths:
U phpdoc/fr/trunk/reference/pspell/functions/pspell-add-to-personal.xml
U phpdoc/fr/trunk/reference/pspell/functions/pspell-add-to-session.xml
U phpdoc/fr/trunk/reference/pspell/functions/pspell-check.xml
U phpdoc/fr/trunk/reference/pspell/functions/pspell-clear-session.xml
U phpdoc/fr/trunk/reference/pspell/functions/pspell-config-create.xml
U phpdoc/fr/trunk/reference/pspell/functions/pspell-config-data-dir.xml
U phpdoc/fr/trunk/reference/pspell/functions/pspell-config-dict-dir.xml
U phpdoc/fr/trunk/reference/pspell/functions/pspell-config-ignore.xml
U phpdoc/fr/trunk/reference/pspell/functions/pspell-config-mode.xml
U phpdoc/fr/trunk/reference/pspell/functions/pspell-config-personal.xml
U phpdoc/fr/trunk/reference/pspell/functions/pspell-config-repl.xml
U phpdoc/fr/trunk/reference/pspell/functions/pspell-config-runtogether.xml
U phpdoc/fr/trunk/reference/pspell/functions/pspell-config-save-repl.xml
U phpdoc/fr/trunk/reference/pspell/functions/pspell-new-personal.xml
U phpdoc/fr/trunk/reference/pspell/functions/pspell-new.xml
U phpdoc/fr/trunk/reference/pspell/functions/pspell-save-wordlist.xml
U phpdoc/fr/trunk/reference/pspell/functions/pspell-store-replacement.xml
U phpdoc/fr/trunk/reference/pspell/functions/pspell-suggest.xml
svn-diffs-351797.txt
(text/x-diff, 29.5 KB)
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-add-to-personal.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-add-to-personal.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-add-to-personal.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-add-to-personal" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>pspell_add_to_personal</methodname>
- <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+ <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
<methodparam><type>string</type><parameter>word</parameter></methodparam>
</methodsynopsis>
<simpara>
@@ -29,7 +29,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>dictionary_link</parameter></term>
+ <term><parameter>dictionary</parameter></term>
<listitem>
<para>
</para>
@@ -86,7 +86,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-add-to-session.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-add-to-session.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-add-to-session.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-add-to-session" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>pspell_add_to_session</methodname>
- <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+ <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
<methodparam><type>string</type><parameter>word</parameter></methodparam>
</methodsynopsis>
<simpara>
@@ -27,7 +27,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>dictionary_link</parameter></term>
+ <term><parameter>dictionary</parameter></term>
<listitem>
<para>
</para>
@@ -53,7 +53,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-check.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-check.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-check.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-check" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>pspell_check</methodname>
- <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+ <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
<methodparam><type>string</type><parameter>word</parameter></methodparam>
</methodsynopsis>
<simpara>
@@ -25,7 +25,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>dictionary_link</parameter></term>
+ <term><parameter>dictionary</parameter></term>
<listitem>
<para>
</para>
@@ -73,7 +73,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-clear-session.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-clear-session.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-clear-session.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-clear-session" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>pspell_clear_session</methodname>
- <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+ <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
</methodsynopsis>
<simpara>
<function>pspell_clear_session</function> remet à zéro la
@@ -27,7 +27,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>dictionary_link</parameter></term>
+ <term><parameter>dictionary</parameter></term>
<listitem>
<para>
</para>
@@ -67,7 +67,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-config-create.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-config-create.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-config-create.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-config-create" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -13,9 +13,9 @@
<methodsynopsis>
<type>int</type><methodname>pspell_config_create</methodname>
<methodparam><type>string</type><parameter>language</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>spelling</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>jargon</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>spelling</parameter><initializer>""</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>jargon</parameter><initializer>""</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>encoding</parameter><initializer>""</initializer></methodparam>
</methodsynopsis>
<para>
Crée une configuration utilisée pour ouvrir un dictionnaire.
@@ -98,7 +98,6 @@
</para>
</refsect1>
-
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -118,7 +117,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-config-data-dir.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-config-data-dir.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-config-data-dir.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343887 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: gui Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-config-data-dir" xmlns="http://docbook.org/ns/docbook">
@@ -13,7 +13,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>pspell_config_data_dir</methodname>
- <methodparam><type>int</type><parameter>conf</parameter></methodparam>
+ <methodparam><type>int</type><parameter>config</parameter></methodparam>
<methodparam><type>string</type><parameter>directory</parameter></methodparam>
</methodsynopsis>
<para>
@@ -29,7 +29,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-config-dict-dir.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-config-dict-dir.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-config-dict-dir.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 334762 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-config-dict-dir" xmlns="http://docbook.org/ns/docbook">
@@ -13,7 +13,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>pspell_config_dict_dir</methodname>
- <methodparam><type>int</type><parameter>conf</parameter></methodparam>
+ <methodparam><type>int</type><parameter>config</parameter></methodparam>
<methodparam><type>string</type><parameter>directory</parameter></methodparam>
</methodsynopsis>
<para>
@@ -29,7 +29,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-config-ignore.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-config-ignore.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-config-ignore.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-config-ignore" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,8 +12,8 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>pspell_config_ignore</methodname>
- <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
- <methodparam><type>int</type><parameter>n</parameter></methodparam>
+ <methodparam><type>int</type><parameter>config</parameter></methodparam>
+ <methodparam><type>int</type><parameter>min_length</parameter></methodparam>
</methodsynopsis>
<simpara>
<function>pspell_config_ignore</function> doit être utilisée avec une
@@ -27,7 +27,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>dictionary_link</parameter></term>
+ <term><parameter>config</parameter></term>
<listitem>
<para>
</para>
@@ -34,10 +34,10 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>n</parameter></term>
+ <term><parameter>min_length</parameter></term>
<listitem>
<para>
- Les mots de moins de <parameter>n</parameter> caractères seront ignorés.
+ Les mots de moins de <parameter>min_length</parameter> caractères seront ignorés.
</para>
</listitem>
</varlistentry>
@@ -72,7 +72,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-config-mode.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-config-mode.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-config-mode.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-config-mode" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>pspell_config_mode</methodname>
- <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+ <methodparam><type>int</type><parameter>config</parameter></methodparam>
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<simpara>
@@ -28,7 +28,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>dictionary_link</parameter></term>
+ <term><parameter>config</parameter></term>
<listitem>
<para>
</para>
@@ -93,7 +93,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-config-personal.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-config-personal.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-config-personal.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-config-personal" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,8 +12,8 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>pspell_config_personal</methodname>
- <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
- <methodparam><type>string</type><parameter>file</parameter></methodparam>
+ <methodparam><type>int</type><parameter>config</parameter></methodparam>
+ <methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Choisit le fichier qui contient le dictionnaire personnel. Le dictionnaire personnel sera
@@ -32,7 +32,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>dictionary_link</parameter></term>
+ <term><parameter>config</parameter></term>
<listitem>
<para>
</para>
@@ -39,7 +39,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>file</parameter></term>
+ <term><parameter>filename</parameter></term>
<listitem>
<para>
Le dictionnaire personnel. Si le fichier n'existe pas, il sera créé.
@@ -88,7 +88,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-config-repl.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-config-repl.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-config-repl.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-config-repl" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,8 +12,8 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>pspell_config_repl</methodname>
- <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
- <methodparam><type>string</type><parameter>file</parameter></methodparam>
+ <methodparam><type>int</type><parameter>config</parameter></methodparam>
+ <methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Choisit le fichier qui contient les paires de remplacement.
@@ -36,7 +36,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>dictionary_link</parameter></term>
+ <term><parameter>config</parameter></term>
<listitem>
<para>
</para>
@@ -43,7 +43,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>file</parameter></term>
+ <term><parameter>filename</parameter></term>
<listitem>
<para>
Le fichier doit être accessible en écriture pour l'utilisateur invoquant PHP (ex. nobody).
@@ -92,7 +92,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-config-runtogether.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-config-runtogether.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-config-runtogether.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-config-runtogether" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,8 +12,8 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>pspell_config_runtogether</methodname>
- <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
- <methodparam><type>bool</type><parameter>flag</parameter></methodparam>
+ <methodparam><type>int</type><parameter>config</parameter></methodparam>
+ <methodparam><type>bool</type><parameter>allow</parameter></methodparam>
</methodsynopsis>
<para>
Cette fonction indique si deux mots accolés doivent être traités comme
@@ -33,7 +33,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>dictionary_link</parameter></term>
+ <term><parameter>config</parameter></term>
<listitem>
<para>
</para>
@@ -40,7 +40,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>flag</parameter></term>
+ <term><parameter>allow</parameter></term>
<listitem>
<para>
&true; si deux mots accolés doivent être traités comme un composé valide,
@@ -79,7 +79,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-config-save-repl.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-config-save-repl.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-config-save-repl.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-config-save-repl" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -13,8 +13,8 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>pspell_config_save_repl</methodname>
- <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
- <methodparam><type>bool</type><parameter>flag</parameter></methodparam>
+ <methodparam><type>int</type><parameter>config</parameter></methodparam>
+ <methodparam><type>bool</type><parameter>save</parameter></methodparam>
</methodsynopsis>
<para>
<function>pspell_config_save_repl</function> détermine si
@@ -36,7 +36,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>dictionary_link</parameter></term>
+ <term><parameter>config</parameter></term>
<listitem>
<para>
</para>
@@ -43,7 +43,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>flag</parameter></term>
+ <term><parameter>save</parameter></term>
<listitem>
<para>
&true; si les paires de remplacement doivent être sauvées, &false; sinon.
@@ -72,7 +72,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-new-personal.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-new-personal.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-new-personal.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-new-personal" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -11,12 +11,12 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>pspell_new_personal</methodname>
- <methodparam><type>string</type><parameter>personal</parameter></methodparam>
+ <type class="union"><type>int</type><type>false</type></type><methodname>pspell_new_personal</methodname>
+ <methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam><type>string</type><parameter>language</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>spelling</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>jargon</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>spelling</parameter><initializer>""</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>jargon</parameter><initializer>""</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>encoding</parameter><initializer>""</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<simpara>
@@ -42,7 +42,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>personal</parameter></term>
+ <term><parameter>filename</parameter></term>
<listitem>
<para>
Le fichier où seront ajoutés les mots du dictionnaire personnel.
@@ -163,7 +163,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-new.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-new.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-new.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-new" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -13,9 +13,9 @@
<methodsynopsis>
<type class="union"><type>int</type><type>false</type></type><methodname>pspell_new</methodname>
<methodparam><type>string</type><parameter>language</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>spelling</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>jargon</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>spelling</parameter><initializer>""</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>jargon</parameter><initializer>""</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>encoding</parameter><initializer>""</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
@@ -147,7 +147,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-save-wordlist.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-save-wordlist.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-save-wordlist.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-save-wordlist" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>pspell_save_wordlist</methodname>
- <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+ <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
</methodsynopsis>
<simpara>
<function>pspell_save_wordlist</function> sauve le dictionnaire personnel de
@@ -27,7 +27,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>dictionary_link</parameter></term>
+ <term><parameter>dictionary</parameter></term>
<listitem>
<para>
Un identifiant de dictionnaire ouvert avec
@@ -78,7 +78,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-store-replacement.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-store-replacement.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-store-replacement.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-store-replacement" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>pspell_store_replacement</methodname>
- <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+ <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
<methodparam><type>string</type><parameter>misspelled</parameter></methodparam>
<methodparam><type>string</type><parameter>correct</parameter></methodparam>
</methodsynopsis>
@@ -35,7 +35,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>dictionary_link</parameter></term>
+ <term><parameter>dictionary</parameter></term>
<listitem>
<para>
Un identifiant de dictionnaire, ouvert avec
@@ -103,7 +103,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/pspell/functions/pspell-suggest.xml
===================================================================
--- phpdoc/fr/trunk/reference/pspell/functions/pspell-suggest.xml 2020-11-30 23:24:23 UTC (rev 351796)
+++ phpdoc/fr/trunk/reference/pspell/functions/pspell-suggest.xml 2020-11-30 23:26:52 UTC (rev 351797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pspell-suggest" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -11,8 +11,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>array</type><methodname>pspell_suggest</methodname>
- <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+ <type class="union"><type>array</type><type>false</type></type><methodname>pspell_suggest</methodname>
+ <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
<methodparam><type>string</type><parameter>word</parameter></methodparam>
</methodsynopsis>
<simpara>
@@ -26,7 +26,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>dictionary_link</parameter></term>
+ <term><parameter>dictionary</parameter></term>
<listitem>
<para>
</para>
@@ -76,7 +76,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml