Home
last modified time | relevance | path

Searched refs:regexpCompile (Results 1 – 10 of 10) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/docs/doxygen/
H A Ddoxypypy.py17 from re import compile as regexpCompile, IGNORECASE, MULTILINE unknown
51 __indentRE = regexpCompile(r'^(\s*)\S')
52 __newlineRE = regexpCompile(r'^#', MULTILINE)
53 __blanklineRE = regexpCompile(r'^\s*$')
54 __docstrMarkerRE = regexpCompile(r"\s*([uUbB]*[rR]?(['\"]{3}))")
64 __attributeRE = regexpCompile(r"^(\s*)(\S+)\s*=\s*(?:zope\.)?"
72 ' @date ': regexpCompile(r"^(\s*Date:\s*)(.*)$", IGNORECASE),
73 ' @file ': regexpCompile(r"^(\s*File:\s*)(.*)$", IGNORECASE),
78 __argsStartRE = regexpCompile(r"^(\s*(?:(?:Keyword\s+)?"
87 __singleListItemRE = regexpCompile(r'^\s*([\w\.]+)\s*$')
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/python/tests/
H A Dregexp.py7 re = libxml2.regexpCompile("a|b")
/dports/textproc/libxml2/libxml2-2.9.12/python/tests/
H A Dregexp.py7 re = libxml2.regexpCompile("a|b")
/dports/textproc/py-libxml2/libxml2-2.9.12/python/tests/
H A Dregexp.py7 re = libxml2.regexpCompile("a|b")
/dports/net-mgmt/py-pyang/pyang-1.7.8/pyang/
H A Dtypes.py449 re = libxml2.regexpCompile(stmt.arg)
/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Dbuffers.c3088 static void regexpCompile(const char *re, bool ci) in regexpCompile() function
3170 regexpCompile(re, ci); in getRangePart()
3292 regexpCompile(re, ci); in doGlobal()
3833 regexpCompile(lhs, ci); in substituteText()
/dports/textproc/libxml2/libxml2-2.9.12/python/
H A Dlibxml2class.py1199 def regexpCompile(regexp): function
H A Dlibxml2.py1987 def regexpCompile(regexp): function
/dports/textproc/py-libxml2/libxml2-2.9.12/python/
H A Dlibxml2class.py1199 def regexpCompile(regexp): function
H A Dlibxml2.py1987 def regexpCompile(regexp): function