mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892492 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -575,8 +575,9 @@ DIGIT ::= <any US-ASCII digit "0".."9"></pre>
|
|||||||
noms distinctifs LDAP - DN) et la RFC4515 (Echappement des
|
noms distinctifs LDAP - DN) et la RFC4515 (Echappement des
|
||||||
filtres LDAP).</td><td /></tr>
|
filtres LDAP).</td><td /></tr>
|
||||||
<tr class="odd"><td><code>replace</code></td>
|
<tr class="odd"><td><code>replace</code></td>
|
||||||
<td>replace(chaîne, "de", "vers") remplace dans la chaîne
|
<td>replace(chaîne, "from", "to") remplace dans la chaîne
|
||||||
spécifiée toutes les occurrences de "de" par "vers".</td><td /></tr>
|
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 /></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>Les fonctions marquées comme "limité" dans la dernière colonne ne sont
|
<p>Les fonctions marquées comme "limité" dans la dernière colonne ne sont
|
||||||
@ -730,9 +731,8 @@ DIGIT ::= <any US-ASCII digit "0".."9"></pre>
|
|||||||
<If "md5('foo') == 'acbd18db4cc2f85cedef654fccc4a4d8'">
|
<If "md5('foo') == 'acbd18db4cc2f85cedef654fccc4a4d8'">
|
||||||
Header set checksum-matched true
|
Header set checksum-matched true
|
||||||
</If>
|
</If>
|
||||||
<If "md5('foo') == replace('md5:XXXd18db4cc2f85cedef654fccc4a4d8', 'md5:XXX', 'acb')>
|
|
||||||
Header set checksum-matched-2 true
|
Require expr replace(%{REQUEST_METHOD}, 'E', 'O') == 'GET'"
|
||||||
</If>
|
|
||||||
|
|
||||||
|
|
||||||
# Exemple de fonction dans un contexte littéral
|
# Exemple de fonction dans un contexte littéral
|
||||||
|
Reference in New Issue
Block a user