svn: /phpdoc/fr/trunk/ appendices/resources.xml language-snippets.ent reference/enchant/functions/enchant-broker-describe.xml reference/enchant/functions/enchant-broker-dict-exists.xml reference/enchant/functions/enchant-broker-free-dict.xml reference/enchant/functions/enchant-broker-free.xml reference/enchant/functions/enchant-broker-get-dict-path.xml reference/enchant/functions/enchant-broker-get-error.xml reference/enchant/functions/enchant-broker-init.xml reference/enchant/functions/enchant-
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
girgias Mon, 30 Nov 2020 23:46:47 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351799
Log:
Apply SVN revision 351794
Changed paths:
U phpdoc/fr/trunk/appendices/resources.xml
U phpdoc/fr/trunk/language-snippets.ent
U phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-describe.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-dict-exists.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-free-dict.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-free.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-get-dict-path.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-get-error.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-init.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-list-dicts.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-request-dict.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-request-pwl-dict.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-set-dict-path.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-set-ordering.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-add-to-personal.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-add-to-session.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-check.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-describe.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-get-error.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-is-in-session.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-quick-check.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-store-replacement.xml
U phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-suggest.xml
U phpdoc/fr/trunk/reference/enchant/setup.xml
svn-diffs-351799.txt
(text/x-diff, 53.3 KB)
Modified: phpdoc/fr/trunk/appendices/resources.xml
===================================================================
--- phpdoc/fr/trunk/appendices/resources.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/appendices/resources.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<appendix xml:id="resource" xmlns="http://docbook.org/ns/docbook">
<title>Types des ressources PHP</title>
@@ -1793,6 +1793,46 @@
<entry>Context de décompression incrémentale (antérieur à PHP 8.0.0)</entry>
</row>
<row>
+ <entry>enchant_broker</entry>
+ <entry>
+ <function>enchant_broker_init</function>
+ </entry>
+ <entry>
+ <function>enchant_broker_describe</function>,
+ <function>enchant_broker_dict_exists</function>,
+ <function>enchant_broker_get_dict_path</function>,
+ <function>enchant_broker_get_error</function>,
+ <function>enchant_broker_list_dicts</function>,
+ <function>enchant_broker_set_dict_path</function>,
+ <function>enchant_broker_set_ordering</function>
+ </entry>
+ <entry>
+ <function>enchant_broker_free</function>
+ </entry>
+ <entry>Enchant broker (antérieur à PHP 8.0.0)</entry>
+ </row>
+ <row>
+ <entry>enchant_dict</entry>
+ <entry>
+ <function>enchant_broker_request_dict</function>
+ <function>enchant_broker_request_pwl_dict</function>
+ </entry>
+ <entry>
+ <function>enchant_dict_add_to_personal</function>,
+ <function>enchant_dict_add_to_session</function>,
+ <function>enchant_dict_check</function>,
+ <function>enchant_dict_describe</function>,
+ <function>enchant_dict_get_error</function>,
+ <function>enchant_dict_is_in_session</function>,
+ <function>enchant_dict_store_replacement</function>,
+ <function>enchant_dict_suggest</function>
+ </entry>
+ <entry>
+ <function>enchant_broker_free_dict</function>
+ </entry>
+ <entry>Enchant dictionary (antérieur à PHP 8.0.0)</entry>
+ </row>
+ <row>
<entry>zlib.inflate</entry>
<entry>
<function>inflate_init</function>
Modified: phpdoc/fr/trunk/language-snippets.ent
===================================================================
--- phpdoc/fr/trunk/language-snippets.ent 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/language-snippets.ent 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351747 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<!-- Relecture des Notes, Précautions, Avertissements, Astuces, Divers et Retour le 2018-12-29 par girgias -->
@@ -930,6 +930,43 @@
</itemizedlist>
</para>'>
+<!-- enchant entities -->
+
+<!ENTITY enchant.param.broker '<varlistentry xmlns="http://docbook.org/ns/docbook">
+ <term><parameter>broker</parameter></term>
+ <listitem>
+ <para>
+ Un courtier Enchant retourné par <function>enchant_broker_init</function>.
+ </para>
+ </listitem>
+ </varlistentry>'>
+
+<!ENTITY enchant.param.dictionary '<varlistentry xmlns="http://docbook.org/ns/docbook">
+ <term><parameter>dictionary</parameter></term>
+ <listitem>
+ <para>
+ Un dictionnaire Enchant retourné par <function>enchant_broker_request_dict</function>
+ ou <function>enchant_broker_request_pwl_dict</function>.
+ </para>
+ </listitem>
+ </varlistentry>'>
+
+<!ENTITY enchant.changelog.broker-param '<row xmlns="http://docbook.org/ns/docbook">
+ <entry>8.0.0</entry>
+ <entry>
+ <parameter>broker</parameter> attend désormais une instance de <classname>EnchantBroker</classname> ;
+ auparavant, une &resource; était attendu.
+ </entry>
+</row>'>
+
+<!ENTITY enchant.changelog.dictionary-param '<row xmlns="http://docbook.org/ns/docbook">
+ <entry>8.0.0</entry>
+ <entry>
+ <parameter>dictionary</parameter> attend désormais une instance de <classname>EnchantDictionary</classname> ;
+ auparavant, une &resource; était attendu.
+ </entry>
+</row>'>
+
<!-- IMAP notes -->
<!ENTITY imap.imap-stream.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-describe.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-describe.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-describe.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-broker-describe" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_broker_describe</refname>
@@ -11,8 +10,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type class="union"><type>array</type><type>false</type></type><methodname>enchant_broker_describe</methodname>
- <methodparam><type>resource</type><parameter>broker</parameter></methodparam>
+ <type>array</type><methodname>enchant_broker_describe</methodname>
+ <methodparam><type>EnchantBroker</type><parameter>broker</parameter></methodparam>
</methodsynopsis>
<para>
Énumère les fournisseurs Enchant et affiche quelques informations sur eux.
@@ -24,14 +23,7 @@
&reftitle.parameters;
<para>
<variablelist>
- <varlistentry>
- <term><parameter>broker</parameter></term>
- <listitem>
- <para>
- Ressource d'un sponsor
- </para>
- </listitem>
- </varlistentry>
+ &enchant.param.broker;
</variablelist>
</para>
</refsect1>
@@ -39,10 +31,34 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Retourne un &array; des fournisseurs Enchant disponible avec leurs détails, &return.falseforfailure;.
+ Retourne un &array; des fournisseurs Enchant disponible avec leurs détails.
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.broker-param;
+ <row>
+ <entry>8.0.0</entry>
+ <entry>
+ Antérieur à cette version, cette fonction retournait &false; en cas d'échec.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
+
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -100,7 +116,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-dict-exists.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-dict-exists.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-dict-exists.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-broker-dict-exists" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_broker_dict_exists</refname>
@@ -12,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>enchant_broker_dict_exists</methodname>
- <methodparam><type>resource</type><parameter>broker</parameter></methodparam>
+ <methodparam><type>EnchantBroker</type><parameter>broker</parameter></methodparam>
<methodparam><type>string</type><parameter>tag</parameter></methodparam>
</methodsynopsis>
<para>
@@ -23,15 +22,8 @@
&reftitle.parameters;
<para>
<variablelist>
+ &enchant.param.broker;
<varlistentry>
- <term><parameter>broker</parameter></term>
- <listitem>
- <para>
- Ressource de sponsor
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term><parameter>tag</parameter></term>
<listitem>
<para>
@@ -50,6 +42,23 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.broker-param;
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -79,7 +88,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-free-dict.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-free-dict.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-free-dict.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-broker-free-dict" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_broker_free_dict</refname>
@@ -12,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>enchant_broker_free_dict</methodname>
- <methodparam><type>resource</type><parameter>dict</parameter></methodparam>
+ <methodparam><type>EnchantDictionary</type><parameter>dictionary</parameter></methodparam>
</methodsynopsis>
<para>
Libère une ressource de dictionnaire.
@@ -22,14 +21,7 @@
&reftitle.parameters;
<para>
<variablelist>
- <varlistentry>
- <term><parameter>dict</parameter></term>
- <listitem>
- <para>
- Ressource de dictionnaire
- </para>
- </listitem>
- </varlistentry>
+ &enchant.param.dictionary;
</variablelist>
</para>
</refsect1>
@@ -41,7 +33,30 @@
</para>
</refsect1>
- <refsect1 role="seealso">
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0</entry>
+ <entry>
+ <parameter>dictionary</parameter> attend désormais une <classname>EnchantDictionary</classname>;
+ auparavant, une &resource; était attendu.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
+ <refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
@@ -51,7 +66,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-free.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-free.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-free.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349709 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-broker-free" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_broker_free</refname>
@@ -12,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>enchant_broker_free</methodname>
- <methodparam><type>resource</type><parameter>broker</parameter></methodparam>
+ <methodparam><type>EnchantBroker</type><parameter>broker</parameter></methodparam>
</methodsynopsis>
<para>
Libère une ressource de sponsor ainsi que tous ses dictionnaires.
@@ -23,14 +22,7 @@
&reftitle.parameters;
<para>
<variablelist>
- <varlistentry>
- <term><parameter>broker</parameter></term>
- <listitem>
- <para>
- Ressource de sponsor
- </para>
- </listitem>
- </varlistentry>
+ &enchant.param.broker;
</variablelist>
</para>
</refsect1>
@@ -42,6 +34,23 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.broker-param;
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
@@ -51,7 +60,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-get-dict-path.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-get-dict-path.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-get-dict-path.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 337544 Maintainer: girgias Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: girgias Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-broker-get-dict-path" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_broker_get_dict_path</refname>
@@ -12,9 +11,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>enchant_broker_get_dict_path</methodname>
- <methodparam><type>resource</type><parameter>broker</parameter></methodparam>
- <methodparam><type>int</type><parameter>dict_type</parameter></methodparam>
+ <type class="union"><type>string</type><type>false</type></type><methodname>enchant_broker_get_dict_path</methodname>
+ <methodparam><type>EnchantBroker</type><parameter>broker</parameter></methodparam>
+ <methodparam><type>int</type><parameter>type</parameter></methodparam>
</methodsynopsis>
<para>
Récupère le chemin du dossier pour un backend fournit.
@@ -25,18 +24,11 @@
&reftitle.parameters;
<para>
<variablelist>
+ &enchant.param.broker;
<varlistentry>
- <term><parameter>broker</parameter></term>
+ <term><parameter>type</parameter></term>
<listitem>
<para>
- Ressource de courtier.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><parameter>dict_type</parameter></term>
- <listitem>
- <para>
Le type des dictionnaires, c.à.d. <constant>ENCHANT_MYSPELL</constant>
ou <constant>ENCHANT_ISPELL</constant>.
</para>
@@ -54,7 +46,24 @@
</para>
</refsect1>
- <refsect1 role="seealso">
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.broker-param;
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
+ <refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
@@ -64,7 +73,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-get-error.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-get-error.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-get-error.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-broker-get-error" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_broker_get_error</refname>
@@ -11,8 +10,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>enchant_broker_get_error</methodname>
- <methodparam><type>resource</type><parameter>broker</parameter></methodparam>
+ <type class="union"><type>string</type><type>false</type></type><methodname>enchant_broker_get_error</methodname>
+ <methodparam><type>EnchantBroker</type><parameter>broker</parameter></methodparam>
</methodsynopsis>
<para>
Retourne la dernière erreur survenue pour ce sponsor.
@@ -23,14 +22,7 @@
&reftitle.parameters;
<para>
<variablelist>
- <varlistentry>
- <term><parameter>broker</parameter></term>
- <listitem>
- <para>
- Ressource de sponsor
- </para>
- </listitem>
- </varlistentry>
+ &enchant.param.broker;
</variablelist>
</para>
</refsect1>
@@ -40,8 +32,25 @@
Retourne le message si une erreur a été trouvée, ou &false; sinon.
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.broker-param;
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-init.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-init.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-init.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343887 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-broker-init" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_broker_init</refname>
@@ -11,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>resource</type><methodname>enchant_broker_init</methodname>
+ <type class="union"><type>EnchantBroker</type><type>false</type></type><methodname>enchant_broker_init</methodname>
<void/>
</methodsynopsis>
@@ -28,6 +27,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0</entry>
+ <entry>
+ En cas de succès, cette fonction retourne désormais une instance de <classname>EnchantBroker</classname> ;
+ auparavant une &resource; était retournée.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
@@ -37,7 +59,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-list-dicts.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-list-dicts.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-list-dicts.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-broker-list-dicts" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_broker_list_dicts</refname>
@@ -11,8 +10,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>enchant_broker_list_dicts</methodname>
- <methodparam><type>resource</type><parameter>broker</parameter></methodparam>
+ <type>array</type><methodname>enchant_broker_list_dicts</methodname>
+ <methodparam><type>EnchantBroker</type><parameter>broker</parameter></methodparam>
</methodsynopsis>
<para>
Retourne une liste de tous les dictionnaires disponibles ainsi que leurs détails.
@@ -23,14 +22,7 @@
&reftitle.parameters;
<para>
<variablelist>
- <varlistentry>
- <term><parameter>broker</parameter></term>
- <listitem>
- <para>
- Ressource de sponsor
- </para>
- </listitem>
- </varlistentry>
+ &enchant.param.broker;
</variablelist>
</para>
</refsect1>
@@ -38,10 +30,33 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Retourne un &array; des dictionnaires disponible avec leurs détails, &return.falseforfailure;.
+ Retourne un &array; des dictionnaires disponible avec leurs détails.
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.broker-param;
+ <row>
+ <entry>8.0.0</entry>
+ <entry>
+ Antérieur à cette version, la fonction retournait &false; en cas d'échec.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -126,7 +141,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-request-dict.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-request-dict.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-request-dict.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-broker-request-dict" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_broker_request_dict</refname>
@@ -11,8 +10,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type class="union"><type>resource</type><type>false</type></type><methodname>enchant_broker_request_dict</methodname>
- <methodparam><type>resource</type><parameter>broker</parameter></methodparam>
+ <type class="union"><type>EnchantDictionary</type><type>false</type></type><methodname>enchant_broker_request_dict</methodname>
+ <methodparam><type>EnchantBroker</type><parameter>broker</parameter></methodparam>
<methodparam><type>string</type><parameter>tag</parameter></methodparam>
</methodsynopsis>
<para>
@@ -25,15 +24,8 @@
&reftitle.parameters;
<para>
<variablelist>
+ &enchant.param.broker;
<varlistentry>
- <term><parameter>broker</parameter></term>
- <listitem>
- <para>
- Ressource de sponsor
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term><parameter>tag</parameter></term>
<listitem>
<para>
@@ -52,6 +44,30 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.broker-param;
+ <row>
+ <entry>8.0.0</entry>
+ <entry>
+ En cas de succès, cette fonction retourne désormais une instance de <classname>EnchantDictionary</classname> ;
+ auparavant une &resource; était retournée.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -88,7 +104,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-request-pwl-dict.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-request-pwl-dict.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-request-pwl-dict.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-broker-request-pwl-dict" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_broker_request_pwl_dict</refname>
@@ -11,8 +10,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type class="union"><type>resource</type><type>false</type></type><methodname>enchant_broker_request_pwl_dict</methodname>
- <methodparam><type>resource</type><parameter>broker</parameter></methodparam>
+ <type class="union"><type>EnchantDictionary</type><type>false</type></type><methodname>enchant_broker_request_pwl_dict</methodname>
+ <methodparam><type>EnchantBroker</type><parameter>broker</parameter></methodparam>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
@@ -25,15 +24,8 @@
&reftitle.parameters;
<para>
<variablelist>
+ &enchant.param.broker;
<varlistentry>
- <term><parameter>broker</parameter></term>
- <listitem>
- <para>
- Ressource de sponsor
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>
@@ -53,6 +45,30 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.broker-param;
+ <row>
+ <entry>8.0.0</entry>
+ <entry>
+ En cas de succès, cette fonction retourne désormais une instance de <classname>EnchantDictionary</classname> ;
+ auparavant une &resource; était retournée.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
@@ -64,7 +80,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-set-dict-path.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-set-dict-path.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-set-dict-path.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 337544 Maintainer: girgias Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: girgias Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-broker-set-dict-path" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_broker_set_dict_path</refname>
@@ -13,9 +12,9 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>enchant_broker_set_dict_path</methodname>
- <methodparam><type>resource</type><parameter>broker</parameter></methodparam>
- <methodparam><type>int</type><parameter>dict_type</parameter></methodparam>
- <methodparam><type>string</type><parameter>value</parameter></methodparam>
+ <methodparam><type>EnchantBroker</type><parameter>broker</parameter></methodparam>
+ <methodparam><type>int</type><parameter>type</parameter></methodparam>
+ <methodparam><type>string</type><parameter>path</parameter></methodparam>
</methodsynopsis>
<para>
Définit le chemin du dossier pour un backend fournit.
@@ -26,18 +25,11 @@
&reftitle.parameters;
<para>
<variablelist>
+ &enchant.param.broker;
<varlistentry>
- <term><parameter>broker</parameter></term>
+ <term><parameter>type</parameter></term>
<listitem>
<para>
- Ressource de courtier.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><parameter>dict_type</parameter></term>
- <listitem>
- <para>
Le type des dictionnaires, c.à.d. <constant>ENCHANT_MYSPELL</constant>
ou <constant>ENCHANT_ISPELL</constant>.
</para>
@@ -44,7 +36,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>value</parameter></term>
+ <term><parameter>path</parameter></term>
<listitem>
<para>
Le chemin du dossier du dictionnaire.
@@ -62,7 +54,24 @@
</para>
</refsect1>
- <refsect1 role="seealso">
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.broker-param;
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
+ <refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
@@ -72,7 +81,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-set-ordering.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-set-ordering.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-broker-set-ordering.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-broker-set-ordering" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_broker_set_ordering</refname>
@@ -12,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>enchant_broker_set_ordering</methodname>
- <methodparam><type>resource</type><parameter>broker</parameter></methodparam>
+ <methodparam><type>EnchantBroker</type><parameter>broker</parameter></methodparam>
<methodparam><type>string</type><parameter>tag</parameter></methodparam>
<methodparam><type>string</type><parameter>ordering</parameter></methodparam>
</methodsynopsis>
@@ -30,15 +29,8 @@
&reftitle.parameters;
<para>
<variablelist>
+ &enchant.param.broker;
<varlistentry>
- <term><parameter>broker</parameter></term>
- <listitem>
- <para>
- Ressource de sponsor
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term><parameter>tag</parameter></term>
<listitem>
<para>
@@ -65,6 +57,24 @@
&return.success;
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.broker-param;
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-add-to-personal.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-add-to-personal.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-add-to-personal.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343887 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-dict-add-to-personal" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_dict_add_to_personal</refname>
@@ -12,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>enchant_dict_add_to_personal</methodname>
- <methodparam><type>resource</type><parameter>dict</parameter></methodparam>
+ <methodparam><type>EnchantDictionary</type><parameter>dictionary</parameter></methodparam>
<methodparam><type>string</type><parameter>word</parameter></methodparam>
</methodsynopsis>
<para>
@@ -24,15 +23,8 @@
&reftitle.parameters;
<para>
<variablelist>
+ &enchant.param.dictionary;
<varlistentry>
- <term><parameter>dict</parameter></term>
- <listitem>
- <para>
- Ressource de dictionnaire
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term><parameter>word</parameter></term>
<listitem>
<para>
@@ -51,6 +43,23 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.dictionary-param;
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
<example>
<title>Aout d'un mot à un PWL</title>
@@ -84,7 +93,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-add-to-session.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-add-to-session.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-add-to-session.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343887 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-dict-add-to-session" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_dict_add_to_session</refname>
@@ -12,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>enchant_dict_add_to_session</methodname>
- <methodparam><type>resource</type><parameter>dict</parameter></methodparam>
+ <methodparam><type>EnchantDictionary</type><parameter>dictionary</parameter></methodparam>
<methodparam><type>string</type><parameter>word</parameter></methodparam>
</methodsynopsis>
<para>
@@ -25,15 +24,8 @@
&reftitle.parameters;
<para>
<variablelist>
+ &enchant.param.dictionary;
<varlistentry>
- <term><parameter>dict</parameter></term>
- <listitem>
- <para>
- Ressource de dictionnaire
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term><parameter>word</parameter></term>
<listitem>
<para>
@@ -51,6 +43,24 @@
&return.void;
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.dictionary-param;
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
@@ -60,7 +70,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-check.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-check.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-check.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-dict-check" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_dict_check</refname>
@@ -12,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>enchant_dict_check</methodname>
- <methodparam><type>resource</type><parameter>dict</parameter></methodparam>
+ <methodparam><type>EnchantDictionary</type><parameter>dictionary</parameter></methodparam>
<methodparam><type>string</type><parameter>word</parameter></methodparam>
</methodsynopsis>
<para>
@@ -25,15 +24,8 @@
&reftitle.parameters;
<para>
<variablelist>
+ &enchant.param.dictionary;
<varlistentry>
- <term><parameter>dict</parameter></term>
- <listitem>
- <para>
- Ressource de dictionnaire
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term><parameter>word</parameter></term>
<listitem>
<para>
@@ -50,8 +42,25 @@
Retourne &true; si le mot est correctement orthographié, &false; sinon.
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.dictionary-param;
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-describe.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-describe.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-describe.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 332336 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-dict-describe" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_dict_describe</refname>
@@ -11,8 +10,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>enchant_dict_describe</methodname>
- <methodparam><type>resource</type><parameter>dict</parameter></methodparam>
+ <type>array</type><methodname>enchant_dict_describe</methodname>
+ <methodparam><type>EnchantDictionary</type><parameter>dictionary</parameter></methodparam>
</methodsynopsis>
<para>
Retourne les détails d'un dictionnaire.
@@ -23,14 +22,7 @@
&reftitle.parameters;
<para>
<variablelist>
- <varlistentry>
- <term><parameter>dict</parameter></term>
- <listitem>
- <para>
- Ressource de dictionnaire
- </para>
- </listitem>
- </varlistentry>
+ &enchant.param.dictionary;
</variablelist>
</para>
</refsect1>
@@ -42,6 +34,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.dictionary-param;
+ <row>
+ <entry>8.0.0</entry>
+ <entry>
+ Antérieur à cette version, cette fonction retournait &false; en cas d'échec.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -80,7 +95,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-get-error.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-get-error.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-get-error.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
-
<refentry xml:id="function.enchant-dict-get-error" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_dict_get_error</refname>
@@ -11,8 +10,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>enchant_dict_get_error</methodname>
- <methodparam><type>resource</type><parameter>dict</parameter></methodparam>
+ <type class="union"><type>string</type><type>false</type></type><methodname>enchant_dict_get_error</methodname>
+ <methodparam><type>EnchantDictionary</type><parameter>dictionary</parameter></methodparam>
</methodsynopsis>
<para>
Retourne la dernière erreur de la session courante.
@@ -23,14 +22,7 @@
&reftitle.parameters;
<para>
<variablelist>
- <varlistentry>
- <term><parameter>dict</parameter></term>
- <listitem>
- <para>
- Ressource de dictionnaire
- </para>
- </listitem>
- </varlistentry>
+ &enchant.param.dictionary;
</variablelist>
</para>
</refsect1>
@@ -41,6 +33,24 @@
ou &false; si une erreur survient.
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.dictionary-param;
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-is-in-session.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-is-in-session.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-is-in-session.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343887 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
-
<refentry xml:id="function.enchant-dict-is-in-session" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_dict_is_in_session</refname>
@@ -12,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>enchant_dict_is_in_session</methodname>
- <methodparam><type>resource</type><parameter>dict</parameter></methodparam>
+ <methodparam><type>EnchantDictionary</type><parameter>dictionary</parameter></methodparam>
<methodparam><type>string</type><parameter>word</parameter></methodparam>
</methodsynopsis>
<para>
@@ -23,15 +22,8 @@
&reftitle.parameters;
<para>
<variablelist>
+ &enchant.param.dictionary;
<varlistentry>
- <term><parameter>dict</parameter></term>
- <listitem>
- <para>
- Ressource de dictionnaire
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term><parameter>word</parameter></term>
<listitem>
<para>
@@ -49,6 +41,23 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.dictionary-param;
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
@@ -58,7 +67,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-quick-check.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-quick-check.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-quick-check.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-dict-quick-check" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_dict_quick_check</refname>
@@ -12,9 +11,9 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>enchant_dict_quick_check</methodname>
- <methodparam><type>resource</type><parameter>dict</parameter></methodparam>
+ <methodparam><type>EnchantDictionary</type><parameter>dictionary</parameter></methodparam>
<methodparam><type>string</type><parameter>word</parameter></methodparam>
- <methodparam choice="opt"><type>array</type><parameter role="reference">suggestions</parameter></methodparam>
+ <methodparam choice="opt"><type>array</type><parameter role="reference">suggestions</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Retourne &true; si le mot est correctement orthographié, &false; si la variable des suggestions est fournie,
@@ -25,15 +24,8 @@
&reftitle.parameters;
<para>
<variablelist>
+ &enchant.param.dictionary;
<varlistentry>
- <term><parameter>dict</parameter></term>
- <listitem>
- <para>
- Ressource de dictionnaire
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term><parameter>word</parameter></term>
<listitem>
<para>
@@ -60,6 +52,23 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.dictionary-param;
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -126,7 +135,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-store-replacement.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-store-replacement.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-store-replacement.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
-
<refentry xml:id="function.enchant-dict-store-replacement" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_dict_store_replacement</refname>
@@ -12,9 +11,9 @@
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>enchant_dict_store_replacement</methodname>
- <methodparam><type>resource</type><parameter>dict</parameter></methodparam>
- <methodparam><type>string</type><parameter>mis</parameter></methodparam>
- <methodparam><type>string</type><parameter>cor</parameter></methodparam>
+ <methodparam><type>EnchantDictionary</type><parameter>dictionary</parameter></methodparam>
+ <methodparam><type>string</type><parameter>misspelled</parameter></methodparam>
+ <methodparam><type>string</type><parameter>correct</parameter></methodparam>
</methodsynopsis>
<para>
Ajoute une orthographe pour <parameter>mis</parameter> en utilisant <parameter>cor</parameter>.
@@ -26,24 +25,17 @@
&reftitle.parameters;
<para>
<variablelist>
+ &enchant.param.dictionary;
<varlistentry>
- <term><parameter>dict</parameter></term>
+ <term><parameter>misspelled</parameter></term>
<listitem>
<para>
- Ressource de dictionnaire
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><parameter>mis</parameter></term>
- <listitem>
- <para>
Le mot à traiter
</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>cor</parameter></term>
+ <term><parameter>correct</parameter></term>
<listitem>
<para>
Le mot correct
@@ -59,8 +51,25 @@
&return.success;
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.dictionary-param;
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-suggest.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-suggest.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/functions/enchant-dict-suggest.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.enchant-dict-suggest" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_dict_suggest</refname>
@@ -12,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>array</type><methodname>enchant_dict_suggest</methodname>
- <methodparam><type>resource</type><parameter>dict</parameter></methodparam>
+ <methodparam><type>EnchantDictionary</type><parameter>dictionary</parameter></methodparam>
<methodparam><type>string</type><parameter>word</parameter></methodparam>
</methodsynopsis>
<para>
@@ -22,15 +21,8 @@
&reftitle.parameters;
<para>
<variablelist>
+ &enchant.param.dictionary;
<varlistentry>
- <term><parameter>dict</parameter></term>
- <listitem>
- <para>
- Ressource de dictionnaire
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term><parameter>word</parameter></term>
<listitem>
<para>
@@ -49,6 +41,23 @@
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &enchant.changelog.dictionary-param;
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -88,7 +97,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/enchant/setup.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/setup.xml 2020-11-30 23:34:36 UTC (rev 351798)
+++ phpdoc/fr/trunk/reference/enchant/setup.xml 2020-11-30 23:46:47 UTC (rev 351799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343232 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<!-- CREDITS: DavidA -->
@@ -39,7 +39,7 @@
<section xml:id="enchant.resources">
&reftitle.resources;
<para>
- Il y a deux types de ressources dans cette extension.
+ Antérieur à PHP 8.0.0, il y a deux types de ressources dans cette extension.
La première est le broker (gestionnaire de backends) et la
seconde est pour le dictionnaire.
</para>