OwlCyberSecurity - MANAGER
Edit File: rfc4331.pyc
� �t�ac @ sz d Z g Z d d l m Z d d l m Z m Z e e d e f d � � Y� � Z e e d e f d � � Y� � Z d S( s� RFC 4331 (Quota and Size Properties for WebDAV Collections) XML Elements This module provides XML element definitions for use with WebDAV. See RFC 4331: http://www.ietf.org/rfc/rfc4331.txt i����( t WebDAVTextElement( t registerElementt registerElementClasst QuotaAvailableBytesc B s e Z d Z d Z e Z e Z RS( s� Property which contains the the number of bytes available under the current quota to store data in a collection (RFC 4331, section 3) s quota-available-bytes( t __name__t __module__t __doc__t namet Truet hiddent protected( ( ( s$ /opt/cpanel-ccs/txdav/xml/rfc4331.pyR * s t QuotaUsedBytesc B s e Z d Z d Z e Z e Z RS( s� Property which contains the the number of bytes used under the current quota to store data in a collection (RFC 4331, section 4) s quota-used-bytes( R R R R R R R ( ( ( s$ /opt/cpanel-ccs/txdav/xml/rfc4331.pyR 6 s N( R t __all__t txdav.xml.baseR t txdav.xml.elementR R R R ( ( ( s$ /opt/cpanel-ccs/txdav/xml/rfc4331.pyt <module> s