Home
last modified time | relevance | path

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

/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/variableexplorer/
H A Dtexteditor.py21 from spyder.py3compat import (is_binary_string, to_binary_string,
82 self.text = to_binary_string(self.edit.toPlainText(), 'utf8')
H A Dutils.py21 to_binary_string, iteritems)
486 value = to_binary_string(value, 'utf8')
H A Darrayeditor.py37 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 Dkernelspec.py20 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 Dcodeanalysis.py20 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 Dlockfile.py24 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 Dutils.py26 def to_binary_string(obj, encoding=None): function
H A Dsphinxify.py38 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 Dutils.py699 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 Dinternalshell.py28 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 Dexplorer.py37 from spyder.py3compat import (str_lower, to_binary_string,
749 f.write(to_binary_string('#'))
801 f.write(to_binary_string(''))
H A Dtabs.py29 from spyder.py3compat import PY2, to_binary_string, to_text_string
/dports/finance/electrum/Electrum-4.1.5/packages/qtpy/
H A Dpy3compat.py158 def to_binary_string(obj, encoding=None): function
/dports/devel/git-cola/git-cola-3.10.1/qtpy/
H A Dpy3compat.py158 def to_binary_string(obj, encoding=None): function
/dports/devel/py-QtPy/QtPy-1.11.3/qtpy/
H A Dpy3compat.py159 def to_binary_string(obj, encoding=None): function
/dports/devel/py-spyder/spyder-3.2.7/spyder/
H A Dpy3compat.py147 def to_binary_string(obj, encoding=None): function
/dports/devel/py-spyder-kernels/spyder-kernels-2.2.1/spyder_kernels/utils/
H A Dnsview.py24 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 Dpy3compat.py165 def to_binary_string(obj, encoding=None): function
/dports/devel/py-spyder/spyder-3.2.7/spyder/app/
H A Dtour.py31 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 Dstd_logic_1164.vhdl207 alias to_binary_string is to_string [std_ulogic_vector return string]; alias
/dports/cad/ghdl/ghdl-1.0.0/libraries/openieee/
H A Dstd_logic_1164.proto224 alias to_binary_string is to_string [std_ulogic_vector return string]; --V08
/dports/security/peda/peda-1.2/
H A Dpeda.py1868 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 Dvhdl.kak118 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 Dnumeric_bit.vhdl1505 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 Dnumeric_std.vhdl1598 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