mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
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:
@ -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 ::= <any US-ASCII digit "0".."9">
|
||||
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 ::= <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
|
||||
|
Reference in New Issue
Block a user