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
8f7657da
Commit
8f7657da
authored
Jan 16, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- correct the copyright statement; this was created in 2002
- minor markup changes
parent
2c3fde30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
doc/ZConfig/zconfig.tex
doc/ZConfig/zconfig.tex
+6
-5
No files found.
doc/ZConfig/zconfig.tex
View file @
8f7657da
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Copyright (c) 2003 Zope Corporation and Contributors.
% Copyright (c) 200
2, 200
3 Zope Corporation and Contributors.
% All Rights Reserved.
%
% This software is subject to the provisions of the Zope Public License,
...
...
@@ -595,7 +595,7 @@ The following datatypes are provided by the default type registry.
\term
{
\datatype
{
byte
-
size
}}
A specification of a size, with byte multiplier suffixes
(
for
example,
\samp
{
128
MB
}
)
. Suffixes are case insensitive and may be
``KB'', ``MB'', or ``GB''.
\samp
{
KB
}
,
\samp
{
MB
}
, or
\samp
{
GB
}
\term
{
\datatype
{
constructor
}}
Parse value in the form
\samp
{
fn
(
'
1
', '
2
', kw
1
=
'a', kw
2
=
'b'
)
}
into a
...
...
@@ -686,9 +686,10 @@ The following datatypes are provided by the default type registry.
configuration files.
\term
{
\datatype
{
time
-
interval
}}
A specification of a time interval, with multiplier suffixes,
e.g.
12
h. Suffixes are case insensitive and may be ``s''
(
seconds
)
,
``m''
(
minutes
)
, ``h''
(
hours
)
, or ``d''
(
days
)
.
A specification of a time interval, with multiplier suffixes
(
for
example,
\code
{
12
h
}
)
. Suffixes are case insensitive and may be
\samp
{
s
}
(
seconds
)
,
\samp
{
m
}
(
minutes
)
,
\samp
{
h
}
(
hours
)
, or
\samp
{
d
}
(
days
)
.
\end
{
definitions
}
...
...
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