Home
last modified time | relevance | path

Searched full:regex (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/openbmc/openbmc/poky/meta/lib/patchtest/
H A Dpatchtest_patterns.py36 add_mark = pyparsing.Regex('\\+ ')
52 invalid_submitters = [pyparsing.Regex("^Upgrade Helper.+"),
53 pyparsing.Regex(auh_email),
54 pyparsing.Regex("uh@not\.set"),
55 pyparsing.Regex("\S+@example\.com")]
57 mbox_bugzilla = pyparsing.Regex('\[\s?YOCTO.*\]')
58 mbox_bugzilla_validation = pyparsing.Regex('\[(\s?YOCTO\s?#\s?(\d+)\s?,?)+\]')
59 mbox_revert_shortlog_regex = pyparsing.Regex('Revert\s+".*"')
61 # based on https://stackoverflow.com/questions/30281026/regex-parsing-github-usernames-javascript
62 mbox_github_username = pyparsing.Regex('\B@([a-z0-9](?:-(?=[a-z0-9])|[a-z0-9]){0,38}(?<=[a-z0-9]))')
[all …]
/openbmc/openbmc-build-scripts/config/
H A D.gitlint61 # [title-match-regex]
62 # python-style regex that the commit-msg title must match
63 # Note that the regex can contradict with other rules if not used correctly
65 # regex=^US[0-9]*
84 # [body-match-regex]
85 # python-style regex that the commit-msg body must match.
87 # regex=My-Commit-Tag: foo$
90 # python-style regex that the commit author email address must match.
91 # For example, use the following regex if you only want to allow email addresses from foo.com
92 # regex=[^@]+@foo.com
[all …]
/openbmc/ibm-logging/
H A D.clang-format64 - Regex: '^[<"](gtest|gmock)'
66 - Regex: '^"config.h"'
68 - Regex: '^".*\.h"'
70 - Regex: '^".*\.hpp"'
72 - Regex: '^<.*\.h>'
74 - Regex: '^<.*\.hpp>'
76 - Regex: '^<.*'
78 - Regex: '.*'
/openbmc/obmc-ikvm/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/sdeventplus/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/phosphor-watchdog/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/phosphor-buttons/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/service-config-manager/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/openpower-host-ipmi-oem/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/dbus-sensors/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/telemetry/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/phosphor-dbus-monitor/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/pldm/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/bmcweb/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/phosphor-user-manager/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/phosphor-power/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/phosphor-ipmi-blobs/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/google-misc/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/phosphor-virtual-sensor/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/phosphor-ipmi-flash/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/fb-ipmi-oem/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/sdbusplus/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/phosphor-hwmon/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/libbej/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'
/openbmc/phosphor-led-sysfs/
H A D.clang-format67 - Regex: '^[<"](gtest|gmock)'
69 - Regex: '^"config.h"'
71 - Regex: '^".*\.h"'
73 - Regex: '^".*\.hpp"'
75 - Regex: '^<.*\.h>'
77 - Regex: '^<.*\.hpp>'
79 - Regex: '^<.*'
81 - Regex: '.*'

12345678910>>...16