From 55cfc5cb4e7914ae23a49c5a3edfde0c2e202fd7 Mon Sep 17 00:00:00 2001
From: Stefan Fritsch
Date: Sun, 28 Nov 2010 16:40:54 +0000
Subject: [PATCH] update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039902 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/expr.html.en | 24 ++++++++++
docs/manual/misc/relevant_standards.xml.ko | 2 +-
docs/manual/mod/mod_dir.html.fr | 12 +++++
docs/manual/mod/mod_ldap.html.fr | 56 +++++++++++++++++++---
docs/manual/mod/mod_setenvif.html.en | 8 ++--
docs/manual/mod/mod_setenvif.xml.ja | 2 +-
docs/manual/mod/mod_setenvif.xml.ko | 2 +-
docs/manual/mod/mod_setenvif.xml.tr | 2 +-
docs/manual/mod/quickreference.html.de | 2 +-
docs/manual/mod/quickreference.html.en | 2 +-
docs/manual/mod/quickreference.html.es | 2 +-
11 files changed, 96 insertions(+), 18 deletions(-)
diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en
index a3d74ac47d..153d880694 100644
--- a/docs/manual/expr.html.en
+++ b/docs/manual/expr.html.en
@@ -211,6 +211,9 @@ listfunction ::= listfuncname "(" word ")"
minus and at least two characters. The name is not case sensitive.
Modules may register additional binary operators.
+
+
+
== |
= |
@@ -249,6 +252,24 @@ listfunction ::= listfuncname "(" word ")"
ge |
Integer greater than or equal |
+
+
+
+
+
+
+-ipmatch |
+ IP address matches address/netmask |
+-strmatch |
+ left string matches pattern given by right string (containing
+ wildcards *, ?, []) |
+-strcmatch |
+ same as -strmatch , but case insensitive |
+-fnmatch |
+ same as -strmatch , but slashes are not matched by
+ wildcards |
+
+
@@ -264,6 +285,9 @@ listfunction ::= listfuncname "(" word ")"
String is not empty |
-z |
String is empty |
+-R |
+ Same as "%{REMOTE_ADDR} -ipmatch ... ", but more efficient
+ |
diff --git a/docs/manual/misc/relevant_standards.xml.ko b/docs/manual/misc/relevant_standards.xml.ko
index e5d6d0bf50..b45a933265 100644
--- a/docs/manual/misc/relevant_standards.xml.ko
+++ b/docs/manual/misc/relevant_standards.xml.ko
@@ -1,7 +1,7 @@
-
+
+
+
+