Searched refs:pattern (Results 1 – 4 of 4) sorted by relevance
119 static const std::string pattern("SYS-T RAW DATA: "); in readAndPrint() local123 if (line.compare(0, pattern.size(), pattern)) { in readAndPrint()136 if (!hex2bin(line.substr(pattern.size()), bytes)) { in readAndPrint()
2 # Each line is a file pattern followed by one or more owners.7 # Order is important. The last matching pattern has the most precedence.
91 foreach my $pattern (@{$CONFIG->{SrcFilePatterns}->{SrcFilePattern}}) {92 push (@filtered_list, glob($pattern->{Pattern}));
670 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp742 # for example use the pattern */test/*761 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp790 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern791 # basis. Doxygen will compare the file name with each pattern and apply the793 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further806 # pattern. A pattern will override the setting for FILTER_PATTERN (if any)807 # and it is also possible to disable source filtering for a specific pattern