Home
last modified time | relevance | path

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

12

/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydevd_bundle/
H A Dpydevd_comm_constants.py97 file_system_encoding = getfilesystemencoding() variable
98 filesystem_encoding_is_utf8 = file_system_encoding.lower() in ('utf-8', 'utf_8', 'utf8')
H A Dpydevd_process_net_command.py15 …InternalGetCompletions, CMD_GET_FRAME, InternalGetFrame, CMD_SET_BREAK, file_system_encoding, CMD_…
351 file = file.encode(file_system_encoding)
417 file = file.encode(file_system_encoding)
548 text = text.encode(file_system_encoding)
698 path = path.encode(file_system_encoding)
786 filename = filename.encode(file_system_encoding)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_comm_constants.py109 file_system_encoding = getfilesystemencoding() variable
110 filesystem_encoding_is_utf8 = file_system_encoding.lower() in ('utf-8', 'utf_8', 'utf8')
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_comm_constants.py113 file_system_encoding = getfilesystemencoding() variable
114 filesystem_encoding_is_utf8 = file_system_encoding.lower() in ('utf-8', 'utf_8', 'utf8')
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/
H A DinterpreterInfo.py117 file_system_encoding = getfilesystemencoding() variable
132 return s.decode(file_system_encoding)
138 return s.encode(file_system_encoding)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/
H A DinterpreterInfo.py116 file_system_encoding = getfilesystemencoding() variable
131 return s.decode(file_system_encoding)
137 return s.encode(file_system_encoding)
/dports/devel/py-pydevd/pydevd-1.1.1/
H A DinterpreterInfo.py117 file_system_encoding = getfilesystemencoding() variable
132 return s.decode(file_system_encoding)
138 return s.encode(file_system_encoding)
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/scandir/
H A Dscandir.py465 file_system_encoding = sys.getfilesystemencoding() variable
560 opendir_path = path.encode(file_system_encoding)
576 name = name.decode(file_system_encoding)
688 file_system_encoding = sys.getfilesystemencoding()
692 top = top.decode(file_system_encoding)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/scandir/
H A Dscandir.py465 file_system_encoding = sys.getfilesystemencoding() variable
560 opendir_path = path.encode(file_system_encoding)
576 name = name.decode(file_system_encoding)
688 file_system_encoding = sys.getfilesystemencoding()
692 top = top.decode(file_system_encoding)
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/__virtualenv__/scandir-1.10.0-cp39-cp39-linux_x86_64/
H A Dscandir.py465 file_system_encoding = sys.getfilesystemencoding() variable
560 opendir_path = path.encode(file_system_encoding)
576 name = name.decode(file_system_encoding)
688 file_system_encoding = sys.getfilesystemencoding()
692 top = top.decode(file_system_encoding)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/__virtualenv__/scandir-1.10.0-cp39-cp39-macosx_10_15_x86_64/
H A Dscandir.py465 file_system_encoding = sys.getfilesystemencoding() variable
560 opendir_path = path.encode(file_system_encoding)
576 name = name.decode(file_system_encoding)
688 file_system_encoding = sys.getfilesystemencoding()
692 top = top.decode(file_system_encoding)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/buildtools/backports/pathlib2/
H A Dscandir.py465 file_system_encoding = sys.getfilesystemencoding() variable
560 opendir_path = path.encode(file_system_encoding)
576 name = name.decode(file_system_encoding)
688 file_system_encoding = sys.getfilesystemencoding()
692 top = top.decode(file_system_encoding)
/dports/sysutils/py-scandir/scandir-1.10.0/
H A Dscandir.py475 file_system_encoding = sys.getfilesystemencoding() variable
570 opendir_path = path.encode(file_system_encoding)
586 name = name.decode(file_system_encoding)
698 file_system_encoding = sys.getfilesystemencoding()
702 top = top.decode(file_system_encoding)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/__virtualenv__/scandir-1.10.0-cp39-cp39-macosx_10_15_x86_64/
H A Dscandir.py465 file_system_encoding = sys.getfilesystemencoding() variable
560 opendir_path = path.encode(file_system_encoding)
576 name = name.decode(file_system_encoding)
688 file_system_encoding = sys.getfilesystemencoding()
692 top = top.decode(file_system_encoding)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/scandir/
H A Dscandir.py465 file_system_encoding = sys.getfilesystemencoding() variable
560 opendir_path = path.encode(file_system_encoding)
576 name = name.decode(file_system_encoding)
688 file_system_encoding = sys.getfilesystemencoding()
692 top = top.decode(file_system_encoding)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/__virtualenv__/scandir-1.10.0-cp38-cp38-macosx_10_15_x86_64/
H A Dscandir.py465 file_system_encoding = sys.getfilesystemencoding() variable
560 opendir_path = path.encode(file_system_encoding)
576 name = name.decode(file_system_encoding)
688 file_system_encoding = sys.getfilesystemencoding()
692 top = top.decode(file_system_encoding)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/
H A Dscandir.py462 file_system_encoding = sys.getfilesystemencoding() variable
557 opendir_path = path.encode(file_system_encoding)
573 name = name.decode(file_system_encoding)
685 file_system_encoding = sys.getfilesystemencoding()
689 top = top.decode(file_system_encoding)
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify/
H A Dscandir_vendored.py492 file_system_encoding = sys.getfilesystemencoding() variable
587 opendir_path = path.encode(file_system_encoding)
603 name = name.decode(file_system_encoding)
715 file_system_encoding = sys.getfilesystemencoding()
719 top = top.decode(file_system_encoding)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydev_runfiles/
H A Dpydev_runfiles_xml_rpc.py16 file_system_encoding = getfilesystemencoding() variable
114 encoding = file_system_encoding
/dports/devel/py-pydevd/pydevd-1.1.1/_pydev_runfiles/
H A Dpydev_runfiles_xml_rpc.py16 file_system_encoding = getfilesystemencoding() variable
114 encoding = file_system_encoding
/dports/devel/py-pydevd/pydevd-1.1.1/_pydevd_bundle/
H A Dpydevd_process_net_command.py15 …InternalGetCompletions, CMD_GET_FRAME, InternalGetFrame, CMD_SET_BREAK, file_system_encoding, CMD_…
280 file = file.encode(file_system_encoding)
339 file = file.encode(file_system_encoding)
457 text = text.encode(file_system_encoding)
660 filename = filename.encode(file_system_encoding)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/
H A Dpydev_runfiles_xml_rpc.py18 file_system_encoding = getfilesystemencoding() variable
116 encoding = file_system_encoding
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydev_runfiles/
H A Dpydev_runfiles_xml_rpc.py18 file_system_encoding = getfilesystemencoding() variable
116 encoding = file_system_encoding
/dports/sysutils/angrysearch/ANGRYsearch-1.0.3/
H A Dscandir.py472 file_system_encoding = sys.getfilesystemencoding() variable
563 opendir_path = path.encode(file_system_encoding)
579 name = name.decode(file_system_encoding)
594 name = name.decode(file_system_encoding)
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_concurrency_analyser/
H A Dpydevd_concurrency_logger.py8 file_system_encoding = getfilesystemencoding() variable
62 if file_system_encoding.lower() != "utf-8" and hasattr(myFile, "decode"):
65 myFile = myFile.decode(file_system_encoding).encode("utf-8")

12