/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/variableexplorer/ |
H A D | texteditor.py | 21 from spyder.py3compat import (is_binary_string, to_binary_string, 82 self.text = to_binary_string(self.edit.toPlainText(), 'utf8')
|
H A D | utils.py | 21 to_binary_string, iteritems) 486 value = to_binary_string(value, 'utf8')
|
H A D | arrayeditor.py | 37 is_text_string, PY3, to_binary_string, 303 val = to_binary_string(value, 'utf8')
|
/dports/devel/py-spyder/spyder-3.2.7/spyder/utils/ipython/ |
H A D | kernelspec.py | 20 from spyder.py3compat import PY2, iteritems, to_text_string, to_binary_string 150 env_vars[key] = to_binary_string(unicode_var,
|
/dports/devel/py-spyder/spyder-3.2.7/spyder/utils/ |
H A D | codeanalysis.py | 20 from spyder.py3compat import to_text_string, to_binary_string, PY3 50 source_code += to_binary_string('\n')
|
/dports/devel/py-spyder/spyder-3.2.7/spyder/utils/external/ |
H A D | lockfile.py | 24 from spyder.py3compat import PY2, to_binary_string 85 f.write(to_binary_string(value))
|
/dports/textproc/py-docrepr/docrepr-0.1.1/docrepr/ |
H A D | utils.py | 26 def to_binary_string(obj, encoding=None): function
|
H A D | sphinxify.py | 38 from .utils import PY2, to_unicode_from_fs, to_binary_string 399 f.write(to_binary_string(output, encoding='utf-8'))
|
/dports/security/peda/peda-1.2/lib/ |
H A D | utils.py | 699 p = re.compile(b"[" + re.escape(to_binary_string(cyclic_pattern_charset())) + b"]{4,}") 800 def to_binary_string(text): 840 to_binary_string = _to_binary_string_py2 845 to_binary_string = _to_binary_string_py3
|
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/ |
H A D | internalshell.py | 28 from spyder.py3compat import (builtins, to_binary_string, 217 self.interpreter.stdin_write.write(to_binary_string('\n')) 410 self.interpreter.stdin_write.write(to_binary_string(cmd + '\n'))
|
H A D | explorer.py | 37 from spyder.py3compat import (str_lower, to_binary_string, 749 f.write(to_binary_string('#')) 801 f.write(to_binary_string(''))
|
H A D | tabs.py | 29 from spyder.py3compat import PY2, to_binary_string, to_text_string
|
/dports/finance/electrum/Electrum-4.1.5/packages/qtpy/ |
H A D | py3compat.py | 158 def to_binary_string(obj, encoding=None): function
|
/dports/devel/git-cola/git-cola-3.10.1/qtpy/ |
H A D | py3compat.py | 158 def to_binary_string(obj, encoding=None): function
|
/dports/devel/py-QtPy/QtPy-1.11.3/qtpy/ |
H A D | py3compat.py | 159 def to_binary_string(obj, encoding=None): function
|
/dports/devel/py-spyder/spyder-3.2.7/spyder/ |
H A D | py3compat.py | 147 def to_binary_string(obj, encoding=None): function
|
/dports/devel/py-spyder-kernels/spyder-kernels-2.2.1/spyder_kernels/utils/ |
H A D | nsview.py | 24 to_binary_string, iteritems) 456 value = to_binary_string(value, 'utf8')
|
/dports/devel/py-spyder-kernels/spyder-kernels-2.2.1/spyder_kernels/ |
H A D | py3compat.py | 165 def to_binary_string(obj, encoding=None): function
|
/dports/devel/py-spyder/spyder-3.2.7/spyder/app/ |
H A D | tour.py | 31 from spyder.py3compat import to_binary_string 326 self.anim = QPropertyAnimation(self.effect, to_binary_string("opacity")) 1292 self.anim = QPropertyAnimation(effect, to_binary_string("opacity"))
|
/dports/cad/ghdl/ghdl-1.0.0/libraries/openieee/v08/ |
H A D | std_logic_1164.vhdl | 207 alias to_binary_string is to_string [std_ulogic_vector return string]; alias
|
/dports/cad/ghdl/ghdl-1.0.0/libraries/openieee/ |
H A D | std_logic_1164.proto | 224 alias to_binary_string is to_string [std_ulogic_vector return string]; --V08
|
/dports/security/peda/peda-1.2/ |
H A D | peda.py | 1868 buf = b"".join([to_binary_string(x) for x in mem]) 2870 s1 = to_binary_string(s1) 2871 s2 = to_binary_string(s2) 2899 search = to_binary_string(decode_string_escape(search)) 4495 data = to_binary_string(data)
|
/dports/editors/kakoune/kakoune-2021.11.08/rc/filetype/ |
H A D | vhdl.kak | 118 hwrite hread hex_write hex_read to_string to_bstring to_binary_string to_ostring
|
/dports/cad/ghdl/ghdl-1.0.0/libraries/ieee2008/ |
H A D | numeric_bit.vhdl | 1505 alias to_binary_string is TO_STRING [UNSIGNED return STRING]; alias 1506 alias to_binary_string is TO_STRING [SIGNED return STRING]; alias
|
H A D | numeric_std.vhdl | 1598 alias to_binary_string is TO_STRING [UNRESOLVED_UNSIGNED return STRING]; alias 1599 alias to_binary_string is TO_STRING [UNRESOLVED_SIGNED return STRING]; alias
|