Home
last modified time | relevance | path

Searched refs:binhex (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_binhex.py6 import binhex
29 binhex.binhex(self.fname1, self.fname2)
31 binhex.hexbin(self.fname2, self.fname1)
46 self.assertRaises(binhex.Error, binhex.binhex, self.fname3, self.fname2)
53 binhex.binhex(self.fname1, self.fname2)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_binhex.py6 import binhex
29 binhex.binhex(self.fname1, self.fname2)
31 binhex.hexbin(self.fname2, self.fname1)
46 self.assertRaises(binhex.Error, binhex.binhex, self.fname3, self.fname2)
53 binhex.binhex(self.fname1, self.fname2)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_binhex.py6 import binhex
29 binhex.binhex(self.fname1, self.fname2)
31 binhex.hexbin(self.fname2, self.fname1)
46 self.assertRaises(binhex.Error, binhex.binhex, self.fname3, self.fname2)
53 binhex.binhex(self.fname1, self.fname2)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_binhex.py6 import binhex
29 binhex.binhex(self.fname1, self.fname2)
31 binhex.hexbin(self.fname2, self.fname1)
46 self.assertRaises(binhex.Error, binhex.binhex, self.fname3, self.fname2)
53 binhex.binhex(self.fname1, self.fname2)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_binhex.py6 import binhex
29 binhex.binhex(self.fname1, self.fname2)
31 binhex.hexbin(self.fname2, self.fname1)
46 self.assertRaises(binhex.Error, binhex.binhex, self.fname3, self.fname2)
53 binhex.binhex(self.fname1, self.fname2)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_binhex.py10 binhex = support.import_fresh_module('binhex') variable
32 binhex.binhex(self.fname1, self.fname2)
34 binhex.hexbin(self.fname2, self.fname1)
49 self.assertRaises(binhex.Error, binhex.binhex, self.fname3, self.fname2)
56 binhex.binhex(self.fname1, self.fname2)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_binhex.py14 binhex = import_helper.import_fresh_module('binhex') variable
36 binhex.binhex(self.fname1, self.fname2)
38 binhex.hexbin(self.fname2, self.fname1)
53 self.assertRaises(binhex.Error, binhex.binhex, self.fname3, self.fname2)
60 binhex.binhex(self.fname1, self.fname2)
/dports/cad/qflow/qflow-1.4.98/src/
H A Dvlog2Verilog.c241 char binhex[5]; in hex2binary() local
263 strcpy(binhex, "ZZZZ"); in hex2binary()
266 strcpy(binhex, "0000"); in hex2binary()
269 strcpy(binhex, "0001"); in hex2binary()
272 strcpy(binhex, "0010"); in hex2binary()
275 strcpy(binhex, "0011"); in hex2binary()
278 strcpy(binhex, "0100"); in hex2binary()
281 strcpy(binhex, "0101"); in hex2binary()
284 strcpy(binhex, "0110"); in hex2binary()
287 strcpy(binhex, "0111"); in hex2binary()
[all …]
/dports/net/dhcpcd/dhcpcd-9.4.1/src/
H A Ddhcpcd-definitions.conf147 embed binhex:8 replay
217 define 124 binhex vivco
257 define 144 binhex geoloc
322 encap 1 binhex vpn_id
382 embed binhex:4 iaid
410 embed binhex:8 replay
422 define6 16 binhex vivco
443 embed binhex:4 iaid
480 embed binhex remote_id
560 embed binhex subnetID
[all …]
H A Ddhcpcd-definitions-small.conf30 define 61 binhex dhcp_client_identifier
55 definend 1 binhex source_address
56 definend 2 binhex target_address
85 define6 1 binhex client_id
86 define6 2 binhex server_id
89 embed binhex:4 iaid
112 define6 18 binhex interface_id
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_binhex.py6 import binhex
30 binhex.binhex(self.fname1, self.fname2)
32 binhex.hexbin(self.fname2, self.fname1)
48 self.assertRaises(binhex.Error, binhex.binhex, self.fname3, self.fname2)
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dbinhex.rst1 :mod:`binhex` --- Encode and decode binhex4 files
4 .. module:: binhex
7 **Source code:** :source:`Lib/binhex.py`
14 The :mod:`binhex` module defines the following functions:
17 .. function:: binhex(input, output)
19 Convert a binary file with filename *input* to binhex file *output*. The
26 Decode a binhex file *input*. *input* may be a filename or a file-like object
29 output filename is read from the binhex file.
36 Exception raised when something can't be encoded using the binhex format (for
38 not properly encoded binhex data.
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dbinhex.rst1 :mod:`binhex` --- Encode and decode binhex4 files
4 .. module:: binhex
7 **Source code:** :source:`Lib/binhex.py`
14 The :mod:`binhex` module defines the following functions:
17 .. function:: binhex(input, output)
19 Convert a binary file with filename *input* to binhex file *output*. The
26 Decode a binhex file *input*. *input* may be a filename or a file-like object
29 output filename is read from the binhex file.
36 Exception raised when something can't be encoded using the binhex format (for
38 not properly encoded binhex data.
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dbinhex.rst1 :mod:`binhex` --- Encode and decode binhex4 files
4 .. module:: binhex
7 **Source code:** :source:`Lib/binhex.py`
16 The :mod:`binhex` module defines the following functions:
19 .. function:: binhex(input, output)
21 Convert a binary file with filename *input* to binhex file *output*. The
28 Decode a binhex file *input*. *input* may be a filename or a file-like object
31 output filename is read from the binhex file.
38 Exception raised when something can't be encoded using the binhex format (for
40 not properly encoded binhex data.
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Dbinhex.rst1 :mod:`binhex` --- Encode and decode binhex4 files
4 .. module:: binhex
7 **Source code:** :source:`Lib/binhex.py`
14 The :mod:`binhex` module defines the following functions:
17 .. function:: binhex(input, output)
19 Convert a binary file with filename *input* to binhex file *output*. The
26 Decode a binhex file *input*. *input* may be a filename or a file-like object
29 output filename is read from the binhex file.
36 Exception raised when something can't be encoded using the binhex format (for
38 not properly encoded binhex data.
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Dbinhex.rst1 :mod:`binhex` --- Encode and decode binhex4 files
4 .. module:: binhex
7 **Source code:** :source:`Lib/binhex.py`
14 The :mod:`binhex` module defines the following functions:
17 .. function:: binhex(input, output)
19 Convert a binary file with filename *input* to binhex file *output*. The
26 Decode a binhex file *input*. *input* may be a filename or a file-like object
29 output filename is read from the binhex file.
36 Exception raised when something can't be encoded using the binhex format (for
38 not properly encoded binhex data.
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Dbinhex.rst1 :mod:`binhex` --- Encode and decode binhex4 files
4 .. module:: binhex
7 **Source code:** :source:`Lib/binhex.py`
14 The :mod:`binhex` module defines the following functions:
17 .. function:: binhex(input, output)
19 Convert a binary file with filename *input* to binhex file *output*. The
26 Decode a binhex file *input*. *input* may be a filename or a file-like object
29 output filename is read from the binhex file.
36 Exception raised when something can't be encoded using the binhex format (for
38 not properly encoded binhex data.
/dports/lang/python39/Python-3.9.9/Doc/library/
H A Dbinhex.rst1 :mod:`binhex` --- Encode and decode binhex4 files
4 .. module:: binhex
7 **Source code:** :source:`Lib/binhex.py`
16 The :mod:`binhex` module defines the following functions:
19 .. function:: binhex(input, output)
21 Convert a binary file with filename *input* to binhex file *output*. The
28 Decode a binhex file *input*. *input* may be a filename or a file-like object
31 output filename is read from the binhex file.
38 Exception raised when something can't be encoded using the binhex format (for
40 not properly encoded binhex data.
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Dbinhex.rst1 :mod:`binhex` --- Encode and decode binhex4 files
4 .. module:: binhex
7 **Source code:** :source:`Lib/binhex.py`
14 The :mod:`binhex` module defines the following functions:
17 .. function:: binhex(input, output)
19 Convert a binary file with filename *input* to binhex file *output*. The
26 Decode a binhex file *input*. *input* may be a filename or a file-like object
29 output filename is read from the binhex file.
36 Exception raised when something can't be encoded using the binhex format (for
38 not properly encoded binhex data.
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Dbinhex.rst1 :mod:`binhex` --- Encode and decode binhex4 files
4 .. module:: binhex
18 The :mod:`binhex` module defines the following functions:
21 .. function:: binhex(input, output)
23 Convert a binary file with filename *input* to binhex file *output*. The
30 Decode a binhex file *input*. *input* may be a filename or a file-like object
33 output filename is read from the binhex file.
40 Exception raised when something can't be encoded using the binhex format (for
42 not properly encoded binhex data.
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Dbinhex.rst1 :mod:`binhex` --- Encode and decode binhex4 files
4 .. module:: binhex
18 The :mod:`binhex` module defines the following functions:
21 .. function:: binhex(input, output)
23 Convert a binary file with filename *input* to binhex file *output*. The
30 Decode a binhex file *input*. *input* may be a filename or a file-like object
33 output filename is read from the binhex file.
40 Exception raised when something can't be encoded using the binhex format (for
42 not properly encoded binhex data.
/dports/editors/emacs/emacs-27.2/lisp/mail/
H A Dbinhex.el38 (defgroup binhex nil unknown
48 :group 'binhex)
52 :group 'binhex
59 :group 'binhex
315 (error "Can not binhex")))
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_binhex.py6 import binhex
32 binhex.binhex(self.fname1, self.fname2)
34 binhex.hexbin(self.fname2, self.fname1)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_binhex.py6 import binhex
32 binhex.binhex(self.fname1, self.fname2)
34 binhex.hexbin(self.fname2, self.fname1)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_binhex.py7 import binhex
33 binhex.binhex(self.fname1, self.fname2)
35 binhex.hexbin(self.fname2, self.fname1)

12345678910>>...17