Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
1d4e5a3f
Commit
1d4e5a3f
authored
Jan 01, 2004
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
two new datatypes: dotted-name and dotted-suffix
parent
c8dc49bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
doc/ZConfig/zconfig.tex
doc/ZConfig/zconfig.tex
+10
-0
No files found.
doc/ZConfig/zconfig.tex
View file @
1d4e5a3f
...
...
@@ -769,6 +769,16 @@ The following data types are provided by the default type registry.
example,
\samp
{
128
MB
}
)
. 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment