fr doc XML file update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892491 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lucien Gentis
2021-08-21 14:16:23 +00:00
parent 9438c6497a
commit ea42d0a32c

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
<!-- English Revision: 1872294 -->
<!-- English Revision: 1892423 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
@ -633,8 +633,9 @@ DIGIT ::= &lt;any US-ASCII digit "0".."9"&gt;
noms distinctifs LDAP - DN) et la RFC4515 (Echappement des
filtres LDAP).</td><td></td></tr>
<tr><td><code>replace</code></td>
<td>replace(chaîne, "de", "vers") remplace dans la chaîne
spécifiée toutes les occurrences de "de" par "vers".</td><td></td></tr>
<td>replace(chaîne, "from", "to") remplace dans la chaîne
spécifiée toutes les occurrences de "from" par "to". Le premier
paramètre ne doit pas être une chaîne littérale.</td><td></td></tr>
</table>
@ -796,9 +797,8 @@ DIGIT ::= &lt;any US-ASCII digit "0".."9"&gt;
&lt;If "md5('foo') == 'acbd18db4cc2f85cedef654fccc4a4d8'"&gt;
Header set checksum-matched true
&lt;/If&gt;
&lt;If "md5('foo') == replace('md5:XXXd18db4cc2f85cedef654fccc4a4d8', 'md5:XXX', 'acb')&gt;
Header set checksum-matched-2 true
&lt;/If&gt;
Require expr replace(%{REQUEST_METHOD}, 'E', 'O') == 'GET'"
# Exemple de fonction dans un contexte littéral