You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2021/08/21 14:16:23 UTC

svn commit: r1892491 - /httpd/httpd/trunk/docs/manual/expr.xml.fr

Author: lgentis
Date: Sat Aug 21 14:16:23 2021
New Revision: 1892491

URL: http://svn.apache.org/viewvc?rev=1892491&view=rev
Log:
fr doc XML file update.

Modified:
    httpd/httpd/trunk/docs/manual/expr.xml.fr

Modified: httpd/httpd/trunk/docs/manual/expr.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/expr.xml.fr?rev=1892491&r1=1892490&r2=1892491&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/expr.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/expr.xml.fr [utf-8] Sat Aug 21 14:16:23 2021
@@ -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 "
 	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 "
 &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