From: Jim Jagielski Date: Wed, 20 Jan 2016 17:01:07 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~2349 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7696eccbba8aa2af47055e3d8333735f82cf0bbf;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725758 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 443f0d5ba3f..54e86b1d9b3 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -452,42 +452,44 @@ listfunction ::= listfuncname "(" word ")"Lookup operating system environment variable note Lookup request note -env +kept_body + Lookup response body if available in r->kept_body +env Return first match of note, reqenv, osenv -tolower +tolower Convert string to lower case -toupper +toupper Convert string to upper case -escape +escape Escape special characters in %hex encoding -unescape +unescape Unescape %hex encoded string, leaving encoded slashes alone; return empty string if %00 is found -base64 +base64 Encode the string using base64 encoding -unbase64 +unbase64 Decode base64 encoded string, return truncated string if 0x00 is found -md5 +md5 Hash the string using MD5, then encode the hash with hexadecimal encoding -sha1 +sha1 Hash the string using SHA1, then encode the hash with hexadecimal encoding -file +file Read contents from a file (including line endings, when present) yes -filemod +filemod Return last modification time of a file (or 0 if file does not exist or is not regular file)yes -filesize +filesize Return size of a file (or 0 if file does not exist or is not regular file)yes -ldap +ldap Escape characters as required by LDAP distinguished name escaping (RFC4514) and LDAP filter escaping (RFC4515). -replace +replace replace(string, "from", "to") replaces all occurences of "from" in the string with "to". diff --git a/docs/manual/expr.xml.fr b/docs/manual/expr.xml.fr index 4d34c65aaac..48a4e42b664 100644 --- a/docs/manual/expr.xml.fr +++ b/docs/manual/expr.xml.fr @@ -1,7 +1,7 @@ - +