Home
last modified time | relevance | path

Searched refs:MatchFunc (Results 1 – 25 of 61) sorted by relevance

123

/dports/www/tusc/tusc-0.4.7/vendor/github.com/tus/tusd/vendor/gopkg.in/h2non/gock.v1/
H A Dmatcher.go6 var MatchersHeader = []MatchFunc{
16 var MatchersBody = []MatchFunc{
33 Get() []MatchFunc
36 Add(MatchFunc) argument
39 Set([]MatchFunc) argument
50 Matchers []MatchFunc
66 return &MockMatcher{Matchers: []MatchFunc{}}
70 func (m *MockMatcher) Get() []MatchFunc {
75 func (m *MockMatcher) Add(fn MatchFunc) {
80 func (m *MockMatcher) Set(stack []MatchFunc) {
[all …]
H A Dmock.go27 AddMatcher(MatchFunc) argument
129 func (m *Mocker) AddMatcher(fn MatchFunc) {
/dports/www/tusd/tusd-1.8.0/vendor/gopkg.in/h2non/gock.v1/
H A Dmatcher.go6 var MatchersHeader = []MatchFunc{
17 var MatchersBody = []MatchFunc{
34 Get() []MatchFunc
37 Add(MatchFunc) argument
40 Set([]MatchFunc) argument
51 Matchers []MatchFunc
75 return &MockMatcher{Matchers: []MatchFunc{}}
79 func (m *MockMatcher) Get() []MatchFunc {
86 func (m *MockMatcher) Add(fn MatchFunc) {
91 func (m *MockMatcher) Set(stack []MatchFunc) {
[all …]
H A Dmock.go27 AddMatcher(MatchFunc) argument
155 func (m *Mocker) AddMatcher(fn MatchFunc) {
H A Dmatcher_test.go49 matchers := []MatchFunc{}
58 matchers := []MatchFunc{}
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Delement_traversal.h98 template <class MatchFunc>
106 template <class MatchFunc>
302 template <class MatchFunc>
305 MatchFunc is_match) { in FirstChild()
340 template <class MatchFunc>
343 MatchFunc is_match) { in LastChild()
364 MatchFunc is_match) { in FirstWithin()
382 template <class MatchFunc>
385 MatchFunc is_match) { in LastWithin()
453 MatchFunc is_match) { in Previous()
[all …]
H A Dlive_node_list_base.h89 template <typename MatchFunc>
95 MatchFunc);
96 template <typename MatchFunc>
102 MatchFunc);
140 template <typename MatchFunc>
146 MatchFunc is_match) { in TraverseMatchingElementsForwardToOffset()
157 template <typename MatchFunc>
163 MatchFunc is_match) { in TraverseMatchingElementsBackwardToOffset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Delement_traversal.h98 template <class MatchFunc>
106 template <class MatchFunc>
302 template <class MatchFunc>
305 MatchFunc is_match) { in FirstChild()
340 template <class MatchFunc>
343 MatchFunc is_match) { in LastChild()
364 MatchFunc is_match) { in FirstWithin()
382 template <class MatchFunc>
385 MatchFunc is_match) { in LastWithin()
453 MatchFunc is_match) { in Previous()
[all …]
H A Dlive_node_list_base.h89 template <typename MatchFunc>
95 MatchFunc);
96 template <typename MatchFunc>
102 MatchFunc);
140 template <typename MatchFunc>
146 MatchFunc is_match) { in TraverseMatchingElementsForwardToOffset()
157 template <typename MatchFunc>
163 MatchFunc is_match) { in TraverseMatchingElementsBackwardToOffset()
/dports/www/colly/colly-2.1.0/vendor/github.com/jawher/mow.cli/internal/fsm/
H A Dfsm_apply_test.go39 MatchFunc: func(args []string, c *matcher.ParseContext) (bool, []string) {
51 MatchFunc: func(args []string, c *matcher.ParseContext) (bool, []string) {
63 MatchFunc: func(args []string, c *matcher.ParseContext) (bool, []string) {
75 MatchFunc: func(args []string, c *matcher.ParseContext) (bool, []string) {
87 MatchFunc: func(args []string, c *matcher.ParseContext) (bool, []string) {
127 MatchFunc: func(args []string, c *matcher.ParseContext) (bool, []string) {
136 MatchFunc: func(args []string, c *matcher.ParseContext) (bool, []string) {
/dports/devel/awless/awless-0.1.11/aws/spec/
H A Dimages_query.go122 MatchFunc func(s string, d Distro) bool member
184 if !q.Platform.MatchFunc(strings.ToLower(awssdk.StringValue(ami.Name)), q.Distro) {
226 MatchFunc: func(s string, d Distro) bool {
233 MatchFunc: func(s string, d Distro) bool {
240 MatchFunc: func(s string, d Distro) bool {
247 MatchFunc: func(s string, d Distro) bool {
254 MatchFunc: func(s string, d Distro) bool {
261 MatchFunc: func(s string, d Distro) bool {
268 MatchFunc: func(s string, d Distro) bool {
275 MatchFunc: func(s string, d Distro) bool {
/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/op/
H A Dop_common.h114 using MatchFunc =
122 inline OpMatch& Match(const std::string& op_name, MatchFunc func) { in Match()
148 std::unordered_map<Op, MatchFunc, NodeHash, NodeEqual> match_map_;
150 MatchFunc default_;
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/op/
H A Dop_common.h114 using MatchFunc =
122 inline OpMatch& Match(const std::string& op_name, MatchFunc func) { in Match()
148 std::unordered_map<Op, MatchFunc, NodeHash, NodeEqual> match_map_;
150 MatchFunc default_;
/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dmultihash.h50 typedef bool (*MatchFunc)(const Node * node, const void * data); typedef
72 Node * lookup(MatchFunc match, const void * data, unsigned hash,
106 typedef HashBase::MatchFunc MatchFunc; typedef
114 MultiHash(MatchFunc match) : match(match), locks(), channels() {} in MultiHash()
145 const MatchFunc match;
H A Dlist.h77 template<class MatchFunc>
78 C * find(MatchFunc match) in find()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/binary_size/libsupersize/caspian/
H A Ddiff.cc147 using MatchFunc = std::function<SymbolMatchIndex(const caspian::Symbol&)>; typedef in __anon2511a1390211::DiffHelper
149 MatchFunc SectionAndFullNameAndPathAndSize() { in SectionAndFullNameAndPathAndSize()
156 MatchFunc SectionAndFullNameAndPath() { in SectionAndFullNameAndPath()
164 MatchFunc SectionAndNameAndPath() { in SectionAndNameAndPath()
175 MatchFunc SectionAndFullName() { in SectionAndFullName()
211 std::vector<DiffHelper::MatchFunc> in Diff()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/binary_size/libsupersize/caspian/
H A Ddiff.cc147 using MatchFunc = std::function<SymbolMatchIndex(const caspian::Symbol&)>; typedef in __anonc774ec1e0211::DiffHelper
149 MatchFunc SectionAndFullNameAndPathAndSize() { in SectionAndFullNameAndPathAndSize()
156 MatchFunc SectionAndFullNameAndPath() { in SectionAndFullNameAndPath()
164 MatchFunc SectionAndNameAndPath() { in SectionAndNameAndPath()
175 MatchFunc SectionAndFullName() { in SectionAndFullName()
211 std::vector<DiffHelper::MatchFunc> in Diff()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/op/
H A Dop_common.h108 using MatchFunc =
116 inline OpMatch& Match(const std::string& op_name, MatchFunc func) { in Match()
142 std::unordered_map<Op, MatchFunc, ObjectPtrHash, ObjectPtrEqual> match_map_;
144 MatchFunc default_;
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/internal/mux/
H A Dmux.go27 endpoints map[*Endpoint]MatchFunc
38 endpoints: make(map[*Endpoint]MatchFunc),
50 func (m *Mux) NewEndpoint(f MatchFunc) *Endpoint {
H A Dmuxfunc.go9 type MatchFunc func([]byte) bool type
22 func MatchRange(lower, upper byte) MatchFunc {
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/webrtc/v2/internal/mux/
H A Dmux.go26 endpoints map[*Endpoint]MatchFunc
37 endpoints: make(map[*Endpoint]MatchFunc),
49 func (m *Mux) NewEndpoint(f MatchFunc) *Endpoint {
H A Dmuxfunc.go9 type MatchFunc func([]byte) bool type
22 func MatchRange(lower, upper byte) MatchFunc {
/dports/devel/folly/folly-2021.12.27.00/folly/concurrency/detail/
H A DConcurrentHashMap-detail.h301 template <typename MatchFunc, typename K, typename... Args>
306 MatchFunc match, in insert()
318 MatchFunc match, in insert()
409 template <typename K, typename MatchFunc>
663 MatchFunc match, in doInsert()
1211 MatchFunc match, in insert()
1265 MatchFunc match, in insert()
1350 template <typename K, typename MatchFunc>
1492 MatchFunc match, in prepare_insert()
1820 MatchFunc match, in insert_internal()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/multiformats/go-multistream/
H A Dmultistream.go38 MatchFunc func(string) bool member
155 MatchFunc: match,
200 if h.MatchFunc(proto) {
/dports/www/colly/colly-2.1.0/vendor/github.com/jawher/mow.cli/internal/fsm/fsmtest/
H A Dfsmtest.go48 MatchFunc func(args []string, c *matcher.ParseContext) (bool, []string) member
54 return t.MatchFunc(args, c)

123