/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
netrc.py | 1 """An object-oriented interface to .netrc files.""" 7 __all__ = ["netrc", "NetrcParseError"] 11 """Exception raised on syntax errors in the .netrc file.""" 22 class netrc: class in inherits: 26 file = os.path.join(os.environ['HOME'], ".netrc") 28 raise IOError("Could not find .netrc: $HOME is not set") 106 """Dump the class data in the format of a .netrc file.""" 122 print netrc()
|
ftplib.py | 50 __all__ = ["FTP","Netrc"] 883 class Netrc: 884 """Class to parse & provide access to 'netrc' format files. 886 See the netrc(4) man page for information on the file format. 888 WARNING: This class is obsolete -- use module netrc instead. 899 ".netrc") [all...] |
nntplib.py | 135 # If no login/password was specified, try to get them from ~/.netrc 139 import netrc namespace 140 credentials = netrc.netrc()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
netrc.py | 1 """An object-oriented interface to .netrc files.""" 7 __all__ = ["netrc", "NetrcParseError"] 11 """Exception raised on syntax errors in the .netrc file.""" 22 class netrc: class in inherits: 26 file = os.path.join(os.environ['HOME'], ".netrc") 28 raise IOError("Could not find .netrc: $HOME is not set") 106 """Dump the class data in the format of a .netrc file.""" 122 print netrc()
|
ftplib.py | 50 __all__ = ["FTP","Netrc"] 883 class Netrc: 884 """Class to parse & provide access to 'netrc' format files. 886 See the netrc(4) man page for information on the file format. 888 WARNING: This class is obsolete -- use module netrc instead. 899 ".netrc") [all...] |
nntplib.py | 135 # If no login/password was specified, try to get them from ~/.netrc 139 import netrc namespace 140 credentials = netrc.netrc()
|
/external/chromium_org/chrome/test/chromedriver/third_party/googlecode/ |
README.chromium | 15 -Instead of using the default netrc lookup which requires HOME to be set
|
googlecode_upload.py | 177 from netrc import netrc namespace 179 netrc_path = os.path.join(os.path.expanduser('~'), '.netrc') 180 authenticators = netrc(netrc_path).authenticators("code.google.com")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_netrc.py | 1 import netrc, os, unittest, sys, textwrap namespace 18 return netrc.netrc(temp_filename)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_netrc.py | 1 import netrc, os, unittest, sys, textwrap namespace 18 return netrc.netrc(temp_filename)
|
/external/ceres-solver/docs/source/ |
contributing.rst | 69 5. Configure your Gerrit password with a ``.netrc`` (Mac and Linux) 84 * Copy the contents of the ``netrc`` into the clipboard. 86 - On Mac and Linux, paste the contents into ``~/.netrc``.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
python.php | 117 'mmap', 'msvcrt', 'multifile', 'mutex', 'netrc', 'new', 'nis', 'nntplib', 'operator',
|
/docs/source.android.com/src/source/ |
downloading.jd | 150 <code>~/.netrc</code> according to the instructions on that page.
|
submit-patches.jd | 64 password in <code>~/.netrc</code>. If there are two password lines, copy both.</p>
|
/external/chromium_org/tools/ |
bisect_utils.py | 121 # for git to find the user's .netrc file.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libc-2.7.so | |
libc.so.6 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libc-2.7.so | |
libc.so.6 | |
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3-sources.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3-sources.jar | |