]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fr doc XML file update.
authorLucien Gentis <lgentis@apache.org>
Sat, 21 Aug 2021 14:16:23 +0000 (14:16 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 21 Aug 2021 14:16:23 +0000 (14:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892491 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.xml.fr

index 8a1a3920358eb0a6cf85d9e614cbf38035b4b60a..69c30b3c95b8d85ff58b17ffb3df8314657b3329 100644 (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