From: Lucien Gentis Date: Sat, 21 Aug 2021 14:16:23 +0000 (+0000) Subject: fr doc XML file update. X-Git-Tag: 2.5.0-alpha2-ci-test-only~861 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea42d0a32c3408fe8cb6487e6419259e61f78e06;p=thirdparty%2Fapache%2Fhttpd.git fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892491 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml.fr b/docs/manual/expr.xml.fr index 8a1a3920358..69c30b3c95b 100644 --- a/docs/manual/expr.xml.fr +++ b/docs/manual/expr.xml.fr @@ -1,7 +1,7 @@ - + @@ -633,8 +633,9 @@ DIGIT ::= <any US-ASCII digit "0".."9"> noms distinctifs LDAP - DN) et la RFC4515 (Echappement des filtres LDAP). replace - replace(chaîne, "de", "vers") remplace dans la chaîne - spécifiée toutes les occurrences de "de" par "vers". + 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. @@ -796,9 +797,8 @@ DIGIT ::= <any US-ASCII digit "0".."9"> <If "md5('foo') == 'acbd18db4cc2f85cedef654fccc4a4d8'"> Header set checksum-matched true </If> -<If "md5('foo') == replace('md5:XXXd18db4cc2f85cedef654fccc4a4d8', 'md5:XXX', 'acb')> - Header set checksum-matched-2 true -</If> + +Require expr replace(%{REQUEST_METHOD}, 'E', 'O') == 'GET'" # Exemple de fonction dans un contexte littéral