Home
last modified time | relevance | path

Searched defs:ws_re (Results 1 – 17 of 17) sorted by relevance

/dports/cad/opentimer/OpenTimer-18d28ff/ot/sdc/
H A Dobject.cpp16 const static std::regex ws_re("\\s+|\\n+|\\t+"); in parse_port() local
/dports/devel/rbtools/RBTools-2.0/rbtools/testing/
H A Dtestcase.py17 ws_re = re.compile(r'\s+') variable in TestCase
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dpatchcheck.py95 ws_re = re.compile(br'\s+(\r?\n)$') variable
/dports/lang/python-legacy/Python-2.7.18/Tools/scripts/
H A Dpatchcheck.py166 ws_re = re.compile(br'\s+(\r?\n)$') variable
/dports/lang/python27/Python-2.7.18/Tools/scripts/
H A Dpatchcheck.py166 ws_re = re.compile(br'\s+(\r?\n)$') variable
/dports/databases/py-sqlite3/Python-3.8.12/Tools/scripts/
H A Dpatchcheck.py168 ws_re = re.compile(br'\s+(\r?\n)$') variable
/dports/databases/py-gdbm/Python-3.8.12/Tools/scripts/
H A Dpatchcheck.py168 ws_re = re.compile(br'\s+(\r?\n)$') variable
/dports/lang/python-tools/Python-3.8.12/Tools/scripts/
H A Dpatchcheck.py168 ws_re = re.compile(br'\s+(\r?\n)$') variable
/dports/lang/python38/Python-3.8.12/Tools/scripts/
H A Dpatchcheck.py168 ws_re = re.compile(br'\s+(\r?\n)$') variable
/dports/lang/python37/Python-3.7.12/Tools/scripts/
H A Dpatchcheck.py168 ws_re = re.compile(br'\s+(\r?\n)$') variable
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/scripts/
H A Dpatchcheck.py168 ws_re = re.compile(br'\s+(\r?\n)$') variable
/dports/lang/python311/Python-3.11.0a3/Tools/scripts/
H A Dpatchcheck.py193 ws_re = re.compile(br'\s+(\r?\n)$') variable
/dports/lang/python310/Python-3.10.1/Tools/scripts/
H A Dpatchcheck.py193 ws_re = re.compile(br'\s+(\r?\n)$') variable
/dports/lang/python39/Python-3.9.9/Tools/scripts/
H A Dpatchcheck.py193 ws_re = re.compile(br'\s+(\r?\n)$') variable
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/util/
H A D__init__.py57 ws_re = re.compile(r'\s+') # type: Pattern variable
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/util/
H A D__init__.py57 ws_re = re.compile(r'\s+') # type: Pattern variable
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/util/
H A D__init__.py57 ws_re = re.compile(r'\s+') # type: Pattern variable