Home
last modified time | relevance | path

Searched refs:_space_re (Results 1 – 11 of 11) sorted by relevance

/dports/databases/py-sqlite3/Python-3.8.12/Lib/tkinter/
H A D__init__.py53 _space_re = re.compile(r'([\s])', re.ASCII) variable
78 value = _space_re.sub(r'\\\1', value)
81 elif value[0] == '"' or _space_re.search(value):
/dports/databases/py-gdbm/Python-3.8.12/Lib/tkinter/
H A D__init__.py53 _space_re = re.compile(r'([\s])', re.ASCII) variable
78 value = _space_re.sub(r'\\\1', value)
81 elif value[0] == '"' or _space_re.search(value):
/dports/lang/python37/Python-3.7.12/Lib/tkinter/
H A D__init__.py53 _space_re = re.compile(r'([\s])', re.ASCII) variable
76 value = _space_re.sub(r'\\\1', value)
79 elif value[0] == '"' or _space_re.search(value):
/dports/lang/python-tools/Python-3.8.12/Lib/tkinter/
H A D__init__.py53 _space_re = re.compile(r'([\s])', re.ASCII) variable
78 value = _space_re.sub(r'\\\1', value)
81 elif value[0] == '"' or _space_re.search(value):
/dports/lang/python27/Python-2.7.18/Lib/lib-tk/
H A DTkinter.py63 _space_re = re.compile(r'([\s])') variable
89 value = _space_re.sub(r'\\\1', value)
92 elif value[0] == '"' or _space_re.search(value):
/dports/lang/python-legacy/Python-2.7.18/Lib/lib-tk/
H A DTkinter.py63 _space_re = re.compile(r'([\s])') variable
89 value = _space_re.sub(r'\\\1', value)
92 elif value[0] == '"' or _space_re.search(value):
/dports/lang/python39/Python-3.9.9/Lib/tkinter/
H A D__init__.py53 _space_re = re.compile(r'([\s])', re.ASCII) variable
78 value = _space_re.sub(r'\\\1', value)
81 elif value[0] == '"' or _space_re.search(value):
/dports/lang/python38/Python-3.8.12/Lib/tkinter/
H A D__init__.py53 _space_re = re.compile(r'([\s])', re.ASCII) variable
78 value = _space_re.sub(r'\\\1', value)
81 elif value[0] == '"' or _space_re.search(value):
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/tkinter/
H A D__init__.py53 _space_re = re.compile(r'([\s])', re.ASCII) variable
78 value = _space_re.sub(r'\\\1', value)
81 elif value[0] == '"' or _space_re.search(value):
/dports/lang/python310/Python-3.10.1/Lib/tkinter/
H A D__init__.py53 _space_re = re.compile(r'([\s])', re.ASCII) variable
78 value = _space_re.sub(r'\\\1', value)
81 elif value[0] == '"' or _space_re.search(value):
/dports/lang/python311/Python-3.11.0a3/Lib/tkinter/
H A D__init__.py53 _space_re = re.compile(r'([\s])', re.ASCII) variable
78 value = _space_re.sub(r'\\\1', value)
81 elif value[0] == '"' or _space_re.search(value):