Searched full:startswith (Results 1 – 6 of 6) sorted by relevance
18 if (line.startswith("#") and not line.startswith("#include")):20 if (line.startswith("#include \"deprecated.h\"")):22 if (line.startswith(" CEED_QFUNCTION_ATTR")):24 if (line.startswith(" static const char")):32 if (line.startswith("CEED_EXTERN const char *const")):75 lines = [line for line in lines if not line.startswith("#include")]
20 (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))43 (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))59 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
67 elif test.startswith('ex'):113 if test.startswith('t318') and contains_any(resource, ['/gpu/cuda/ref']):115 if test.startswith('t506') and contains_any(resource, ['/gpu/cuda/shared']):
273 return any((base.startswith(prefix) for prefix in prefixes))401 …if line.startswith(f'{comment_str}TESTARGS')] or [TestSpec(source_file.stem, args=['{ceed_resource…643 … output_files: List[str] = [arg.split(':')[1] for arg in run_args if arg.startswith('ascii:')]650 output_files = [arg.split(':')[1] for arg in run_args if arg.startswith('cgns:')]
29 line.startswith("Version: ")]
85 if line.startswith("Version:"):