[Zope3-checkins] CVS: StandaloneZConfig/ZConfig/doc -
zconfig.tex:1.80
Fred L. Drake, Jr.
fred at zope.com
Wed Dec 31 20:58:50 EST 2003
Update of /cvs-repository/StandaloneZConfig/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv14171/doc
Modified Files:
zconfig.tex
Log Message:
two new datatypes: dotted-name and dotted-suffix
=== StandaloneZConfig/ZConfig/doc/zconfig.tex 1.79 => 1.80 ===
--- StandaloneZConfig/ZConfig/doc/zconfig.tex:1.79 Mon Dec 29 10:22:53 2003
+++ StandaloneZConfig/ZConfig/doc/zconfig.tex Wed Dec 31 20:58:49 2003
@@ -769,6 +769,16 @@
example, \samp{128MB}). Suffixes are case insensitive and may be
\samp{KB}, \samp{MB}, or \samp{GB}
+\term{\datatype{dotted-name}}
+ A string consisting of one or more \datatype{identifier} values
+ separated by periods (\character{.}).
+
+\term{\datatype{dotted-suffix}}
+ A string consisting of one or more \datatype{identifier} values
+ separated by periods (\character{.}), possibly prefixed by a
+ period. This can be used to indicate a dotted name that may be
+ specified relative to some base dotted name.
+
\term{\datatype{existing-dirpath}}
Validates that the directory portion of a pathname exists. For
example, if the value provided is \file{/foo/bar}, \file{/foo} must
More information about the Zope3-Checkins
mailing list