Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 73186 invoked from network); 28 Nov 2010 16:42:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Nov 2010 16:42:33 -0000 Received: (qmail 80797 invoked by uid 500); 28 Nov 2010 16:42:33 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 80739 invoked by uid 500); 28 Nov 2010 16:42:33 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 80732 invoked by uid 99); 28 Nov 2010 16:42:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Nov 2010 16:42:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Nov 2010 16:42:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 27BD6238897D; Sun, 28 Nov 2010 16:40:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1039902 - in /httpd/httpd/trunk/docs/manual: ./ misc/ mod/ Date: Sun, 28 Nov 2010 16:40:54 -0000 To: cvs@httpd.apache.org From: sf@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101128164055.27BD6238897D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sf Date: Sun Nov 28 16:40:54 2010 New Revision: 1039902 URL: http://svn.apache.org/viewvc?rev=1039902&view=rev Log: update xforms Modified: httpd/httpd/trunk/docs/manual/expr.html.en httpd/httpd/trunk/docs/manual/misc/relevant_standards.xml.ko httpd/httpd/trunk/docs/manual/mod/mod_dir.html.fr httpd/httpd/trunk/docs/manual/mod/mod_ldap.html.fr httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.en httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml.ja httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml.ko httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml.tr httpd/httpd/trunk/docs/manual/mod/quickreference.html.de httpd/httpd/trunk/docs/manual/mod/quickreference.html.en httpd/httpd/trunk/docs/manual/mod/quickreference.html.es Modified: httpd/httpd/trunk/docs/manual/expr.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/expr.html.en?rev=1039902&r1=1039901&r2=1039902&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/expr.html.en (original) +++ httpd/httpd/trunk/docs/manual/expr.html.en Sun Nov 28 16:40:54 2010 @@ -211,6 +211,9 @@ listfunction ::= listfuncname "( minus and at least two characters. The name is not case sensitive. Modules may register additional binary operators.

+

Comparison operators

+ + @@ -249,6 +252,24 @@ listfunction ::= listfuncname "(
NameAlternative Description
== =ge Integer greater than or equal
+ + +

Other binary operators

+ + + + + + + + + + + +
NameDescription
-ipmatchIP address matches address/netmask
-strmatchleft string matches pattern given by right string (containing + wildcards *, ?, [])
-strcmatchsame as -strmatch, but case insensitive
-fnmatchsame as -strmatch, but slashes are not matched by + wildcards
+
top
@@ -264,6 +285,9 @@ listfunction ::= listfuncname "( String is not empty -z String is empty +-R + Same as "%{REMOTE_ADDR} -ipmatch ...", but more efficient +
top
Modified: httpd/httpd/trunk/docs/manual/misc/relevant_standards.xml.ko URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/misc/relevant_standards.xml.ko?rev=1039902&r1=1039901&r2=1039902&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/misc/relevant_standards.xml.ko [euc-kr] (original) +++ httpd/httpd/trunk/docs/manual/misc/relevant_standards.xml.ko [euc-kr] Sun Nov 28 16:40:54 2010 @@ -1,7 +1,7 @@ - + + + +