Home
last modified time | relevance | path

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

1234567

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/prettify/fprettify/fprettify/
H A Dfparse_utils.py76 def __init__(self, string, filter_comments=True, filter_strings=True): argument
83 self._filter_comments = filter_comments
86 def update(self, string, filter_comments=True, filter_strings=True): argument
89 self._filter_comments = filter_comments
208 for pos_add, char in CharFilter(line[pos+1:], filter_comments=False):
/dports/textproc/p5-Pod-WikiDoc/Pod-WikiDoc-0.21/
H A DMANIFEST52 t/filter_comments/001_filtering_only_doc_comments
53 t/filter_comments/002_filtering_code_and_doc_comments
54 t/filter_comments/003_filtering_pod_with_doc_comments
55 t/filter_comments/004_filtering_different_length_comments
56 t/filter_comments/005_multi_paragraph_comments
/dports/science/py-qcengine/qcengine-0.21.0/qcengine/programs/util/
H A Dhessparse.py6 from qcelemental.util import filter_comments
27 shess = filter_comments(shess)
/dports/security/py-certbot-nginx/certbot-nginx-1.22.0/tests/
H A Dtest_util.py91 def filter_comments(tree): function
106 new[1] = filter_comments(values)
H A Dnginxparser_test.py72 parsed = util.filter_comments(load(handle))
96 parsed = util.filter_comments(load(handle))
117 parsed = util.filter_comments(load(handle))
/dports/multimedia/mpv/waf-2.0.20/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/net/samba412/samba-4.12.15/third_party/waf/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/audio/fomp-lv2/fomp-1.2.2/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/suil/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/audio/lvtk/lvtk-2.0.0rc1-14-g1028f69/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/audio/mda-lv2/mda-lv2-1.2.6/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/audio/lv2/lv2-1.18.2/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/audio/lilv/lilv-0.24.12/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/audio/jalv/jalv-1.6.6/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/databases/tdb/tdb-1.4.3/third_party/waf/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/audio/ganv/ganv-1.8.0/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/audio/aubio/aubio-0.4.9/waflib/Tools/
H A Dd_scan.py7 def filter_comments(filename): function
122 code="".join(filter_comments(path))
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lilv/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lv2/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sratom/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/serd/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sord/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/devel/tevent/tevent-0.10.2/third_party/waf/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/devel/talloc/talloc-2.3.1/third_party/waf/waflib/Tools/
H A Dd_scan.py12 def filter_comments(filename): function
191 code = "".join(filter_comments(path)) # read the file and filter the comments
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/waflib/Tools/
H A Dd_scan.py7 def filter_comments(filename): function
118 code="".join(filter_comments(path))

1234567