HomeSort by relevance Sort by last modified time
    Searched defs:setquota (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imaplib.py 19 # GET/SETQUOTA contributed by Andreas Zeidler <az@kreativkombinat.de> June 2002.
72 'SETQUOTA': ('AUTH', 'SELECTED'),
679 def setquota(self, root, limits): member in class:IMAP4
682 (typ, [data]) = <instance>.setquota(root, limits)
684 typ, dat = self._simple_command('SETQUOTA', root, limits)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 19 # GET/SETQUOTA contributed by Andreas Zeidler <az@kreativkombinat.de> June 2002.
72 'SETQUOTA': ('AUTH', 'SELECTED'),
679 def setquota(self, root, limits): member in class:IMAP4
682 (typ, [data]) = <instance>.setquota(root, limits)
684 typ, dat = self._simple_command('SETQUOTA', root, limits)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 19 # GET/SETQUOTA contributed by Andreas Zeidler <az@kreativkombinat.de> June 2002.
72 'SETQUOTA': ('AUTH', 'SELECTED'),
679 def setquota(self, root, limits): member in class:IMAP4
682 (typ, [data]) = <instance>.setquota(root, limits)
684 typ, dat = self._simple_command('SETQUOTA', root, limits)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 19 # GET/SETQUOTA contributed by Andreas Zeidler <az@kreativkombinat.de> June 2002.
72 'SETQUOTA': ('AUTH', 'SELECTED'),
679 def setquota(self, root, limits): member in class:IMAP4
682 (typ, [data]) = <instance>.setquota(root, limits)
684 typ, dat = self._simple_command('SETQUOTA', root, limits)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 19 # GET/SETQUOTA contributed by Andreas Zeidler <az@kreativkombinat.de> June 2002.
72 'SETQUOTA': ('AUTH', 'SELECTED'),
679 def setquota(self, root, limits): member in class:IMAP4
682 (typ, [data]) = <instance>.setquota(root, limits)
684 typ, dat = self._simple_command('SETQUOTA', root, limits)
    [all...]

Completed in 489 milliseconds