Home
last modified time | relevance | path

Searched defs:match (Results 226 – 250 of 31670) sorted by relevance

12345678910>>...1267

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c28 struct flow_match_vlan match; in nfp_flower_compile_meta_tci() local
86 struct flow_match_eth_addrs match; in nfp_flower_compile_mac() local
97 struct flow_match_mpls match; in nfp_flower_compile_mac() local
130 struct flow_match_basic match; in nfp_flower_compile_mac() local
152 struct flow_match_ports match; in nfp_flower_compile_tport() local
167 struct flow_match_basic match; in nfp_flower_compile_ip_ext() local
175 struct flow_match_ip match; in nfp_flower_compile_ip_ext() local
186 struct flow_match_tcp match; in nfp_flower_compile_ip_ext() local
219 struct flow_match_control match; in nfp_flower_compile_ip_ext() local
260 struct flow_match_vlan match; in nfp_flower_compile_vlan() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c28 struct flow_match_vlan match; in nfp_flower_compile_meta_tci() local
86 struct flow_match_eth_addrs match; in nfp_flower_compile_mac() local
97 struct flow_match_mpls match; in nfp_flower_compile_mac() local
130 struct flow_match_basic match; in nfp_flower_compile_mac() local
152 struct flow_match_ports match; in nfp_flower_compile_tport() local
167 struct flow_match_basic match; in nfp_flower_compile_ip_ext() local
175 struct flow_match_ip match; in nfp_flower_compile_ip_ext() local
186 struct flow_match_tcp match; in nfp_flower_compile_ip_ext() local
219 struct flow_match_control match; in nfp_flower_compile_ip_ext() local
260 struct flow_match_vlan match; in nfp_flower_compile_vlan() local
[all …]
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/etc/
H A Drevdic.c106 int match) in rev_ud_table()
121 int match) in rev_hinsi()
142 int match) in rev_sd_hontai0()
155 int match) in rev_sd_hontai()
163 int match) in travel_next_nodes()
206 int match) in rev_sd_node()
270 int match) in rev_rd_rind1()
283 int match) in rev_rd_rind2()
299 int match) in rev_kanji()
327 int match) in revdic()
[all …]
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/etc/
H A Drevdic.c106 int match) in rev_ud_table()
121 int match) in rev_hinsi()
142 int match) in rev_sd_hontai0()
155 int match) in rev_sd_hontai()
163 int match) in travel_next_nodes()
206 int match) in rev_sd_node()
270 int match) in rev_rd_rind1()
283 int match) in rev_rd_rind2()
299 int match) in rev_kanji()
327 int match) in revdic()
[all …]
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/etc/
H A Drevdic.c106 int match) in rev_ud_table()
121 int match) in rev_hinsi()
142 int match) in rev_sd_hontai0()
155 int match) in rev_sd_hontai()
163 int match) in travel_next_nodes()
206 int match) in rev_sd_node()
270 int match) in rev_rd_rind1()
283 int match) in rev_rd_rind2()
299 int match) in rev_kanji()
327 int match) in revdic()
[all …]
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/etc/
H A Drevdic.c106 int match) in rev_ud_table()
121 int match) in rev_hinsi()
142 int match) in rev_sd_hontai0()
155 int match) in rev_sd_hontai()
163 int match) in travel_next_nodes()
206 int match) in rev_sd_node()
270 int match) in rev_rd_rind1()
283 int match) in rev_rd_rind2()
299 int match) in rev_kanji()
327 int match) in revdic()
[all …]
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/etc/
H A Drevdic.c106 int match) in rev_ud_table()
121 int match) in rev_hinsi()
142 int match) in rev_sd_hontai0()
155 int match) in rev_sd_hontai()
163 int match) in travel_next_nodes()
206 int match) in rev_sd_node()
270 int match) in rev_rd_rind1()
283 int match) in rev_rd_rind2()
299 int match) in rev_kanji()
327 int match) in revdic()
[all …]
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/etc/
H A Drevdic.c106 int match) in rev_ud_table()
121 int match) in rev_hinsi()
142 int match) in rev_sd_hontai0()
155 int match) in rev_sd_hontai()
163 int match) in travel_next_nodes()
206 int match) in rev_sd_node()
270 int match) in rev_rd_rind1()
283 int match) in rev_rd_rind2()
299 int match) in rev_kanji()
327 int match) in revdic()
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/filepattern-0.1.2/src/System/FilePattern/
H A DCore.hs47 -- > match "" "" = Just [] function
48 -- > match "*" "" = if [] then Nothing else Just [""] function
49 -- > match "**" "" = if [] then Just [] else Just [""] function
82 -- > match "**/a" "a" = Just [] function
83 -- > match "**/a" "/a" = Just [""] function
88 -- > match "**" "a" = Just ["a/"] function
97 -- > match "**" "/" = Just ["//"] function
111 match (Pattern w) (Path x) = f <$> wildcardMatch (wildcardMatch equals) w x function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/filepattern-0.1.2/src/System/FilePattern/
H A DCore.hs47 -- > match "" "" = Just [] function
48 -- > match "*" "" = if [] then Nothing else Just [""] function
49 -- > match "**" "" = if [] then Just [] else Just [""] function
82 -- > match "**/a" "a" = Just [] function
83 -- > match "**/a" "/a" = Just [""] function
88 -- > match "**" "a" = Just ["a/"] function
97 -- > match "**" "/" = Just ["//"] function
111 match (Pattern w) (Path x) = f <$> wildcardMatch (wildcardMatch equals) w x function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/filepattern-0.1.2/src/System/FilePattern/
H A DCore.hs47 -- > match "" "" = Just [] function
48 -- > match "*" "" = if [] then Nothing else Just [""] function
49 -- > match "**" "" = if [] then Just [] else Just [""] function
82 -- > match "**/a" "a" = Just [] function
83 -- > match "**/a" "/a" = Just [""] function
88 -- > match "**" "a" = Just ["a/"] function
97 -- > match "**" "/" = Just ["//"] function
111 match (Pattern w) (Path x) = f <$> wildcardMatch (wildcardMatch equals) w x function
/dports/devel/hs-shake/shake-0.19.6/_cabal_deps/filepattern-0.1.2/src/System/FilePattern/
H A DCore.hs47 -- > match "" "" = Just [] function
48 -- > match "*" "" = if [] then Nothing else Just [""] function
49 -- > match "**" "" = if [] then Just [] else Just [""] function
82 -- > match "**/a" "a" = Just [] function
83 -- > match "**/a" "/a" = Just [""] function
88 -- > match "**" "a" = Just ["a/"] function
97 -- > match "**" "/" = Just ["//"] function
111 match (Pattern w) (Path x) = f <$> wildcardMatch (wildcardMatch equals) w x function
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/perfschema/
H A Dtable_helper.cc1700 bool PFS_key_event_id::match(ulonglong event_id) { in match() function in PFS_key_event_id
1758 bool PFS_key_port::match(const PFS_socket *pfs) { in match() function in PFS_key_port
1846 bool match; in match_view() local
1916 bool PFS_key_user::match(const PFS_thread *pfs) { in match() function in PFS_key_user
1921 bool PFS_key_user::match(const PFS_user *pfs) { in match() function in PFS_key_user
1926 bool PFS_key_user::match(const PFS_account *pfs) { in match() function in PFS_key_user
1936 bool PFS_key_host::match(const PFS_thread *pfs) { in match() function in PFS_key_host
1941 bool PFS_key_host::match(const PFS_host *pfs) { in match() function in PFS_key_host
1981 bool PFS_key_bucket_number::match(ulong value) { in match() function in PFS_key_bucket_number
2013 bool PFS_key_group_name::match(PFS_thread *pfs) { in match() function in PFS_key_group_name
[all …]
/dports/math/mathics-django/Mathics-Django-2.2.0/mathics_django/doc/
H A Ddoc.py174 def repl_python(match): argument
197 def repl(match): argument
224 def repl_dl(match): argument
233 def repl_list(match): argument
259 def repl_char(match): argument
267 def repl_img(match): argument
290 def repl_ref(match): argument
365 def repl_text(match): argument
418 def repl_array(match): argument
426 def repl_out(match): argument
[all …]
/dports/math/py-mathics/Mathics3-2.2.0/mathics/doc/
H A Ddoc.py182 def repl_python(match): argument
205 def repl(match): argument
232 def repl_dl(match): argument
241 def repl_list(match): argument
269 def repl_char(match): argument
277 def repl_img(match): argument
300 def repl_ref(match): argument
375 def repl_text(match): argument
428 def repl_array(match): argument
436 def repl_out(match): argument
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/data/tools/pywmlx/state/
H A Dlua_states.py14 def run(self, xline, lineno, match): argument
34 def run(self, xline, lineno, match): argument
50 def run(self, xline, lineno, match): argument
72 def run(self, xline, lineno, match): argument
83 def run(self, xline, lineno, match): argument
102 def run(self, xline, lineno, match): argument
130 def run(self, xline, lineno, match): argument
158 def run(self, xline, lineno, match): argument
180 def run(self, xline, lineno, match): argument
203 def run(self, xline, lineno, match): argument
[all …]
/dports/devel/libical/libical-3.0.8/src/libicalss/
H A Dicalclassify.c313 struct icalclassify_parts *match, const char *user) in icalclassify_publish_new()
327 struct icalclassify_parts *match, const char *user) in icalclassify_publish_update()
355 struct icalclassify_parts *match, const char *user) in icalclassify_request_new()
368 struct icalclassify_parts *match, const char *user) in icalclassify_request_update()
461 struct icalclassify_parts *match, const char *user) in icalclassify_reply_accept()
477 struct icalclassify_parts *match, const char *user) in icalclassify_reply_decline()
537 struct icalclassify_parts *match, const char *user) in icalclassify_add_instance()
548 struct icalclassify_parts *match, const char *user) in icalclassify_cancel_event()
568 struct icalclassify_parts *match, const char *user) in icalclassify_cancel_all()
578 struct icalclassify_parts *match, const char *user) in icalclassify_refesh()
[all …]
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/string/
H A Dends_with.cpp22 bool ends_with(const char* str, const char* match) { in ends_with()
38 bool ends_with(const char* str, const std::string& match) { in ends_with()
53 bool ends_with(const std::string& str, const char* match) { in ends_with()
66 bool ends_with(const std::string& str, const std::string& match) { in ends_with()
75 bool ends_with_icase(const char* str, const char* match) { in ends_with_icase()
91 bool ends_with_icase(const char* str, const std::string& match) { in ends_with_icase()
106 bool ends_with_icase(const std::string& str, const char* match) { in ends_with_icase()
119 bool ends_with_icase(const std::string& str, const std::string& match) { in ends_with_icase()
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/string/
H A Dends_with.cpp22 bool ends_with(const char* str, const char* match) { in ends_with()
38 bool ends_with(const char* str, const std::string& match) { in ends_with()
53 bool ends_with(const std::string& str, const char* match) { in ends_with()
66 bool ends_with(const std::string& str, const std::string& match) { in ends_with()
75 bool ends_with_icase(const char* str, const char* match) { in ends_with_icase()
91 bool ends_with_icase(const char* str, const std::string& match) { in ends_with_icase()
106 bool ends_with_icase(const std::string& str, const char* match) { in ends_with_icase()
119 bool ends_with_icase(const std::string& str, const std::string& match) { in ends_with_icase()
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/maybe-missing/
H A Dunique.m66 match = cellfun ('size',y(1:n-1,:),1) == cellfun ('size',y(2:n,:),1); variable
69 match = all (match'); variable
71 match = all( [ y(1:n-1,:) == y(2:n,:) ]' ); variable
79 match = cellfun ('length',y(1:n-1)) == cellfun ('length',y(2:n)); variable
83 match = [ y(1:n-1) == y(2:n) ]; variable
/dports/devel/py-filetype/filetype-1.0.7/filetype/types/
H A Darchive.py21 def match(self, buf): member in Epub
54 def match(self, buf): member in Zip
76 def match(self, buf): member in Tar
98 def match(self, buf): member in Rar
123 def match(self, buf): member in Gz
143 def match(self, buf): member in Bz2
163 def match(self, buf): member in SevenZ
186 def match(self, buf): member in Pdf
207 def match(self, buf): member in Exe
226 def match(self, buf): member in Swf
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/grpc/internal/xds/rbac/
H A Dmatchers.go35 match(data *rpcData) bool methodSpec
66 func (pm *policyMatcher) match(data *rpcData) bool { func
205 func (om *orMatcher) match(data *rpcData) bool { func
222 func (am *andMatcher) match(data *rpcData) bool { func
237 func (am *alwaysMatcher) match(data *rpcData) bool { func
247 func (nm *notMatcher) match(data *rpcData) bool { func
287 func (hm *headerMatcher) match(data *rpcData) bool { func
306 func (upm *urlPathMatcher) match(data *rpcData) bool { func
332 func (sim *sourceIPMatcher) match(data *rpcData) bool { func
364 func (pm *portMatcher) match(data *rpcData) bool { func
[all …]
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/grpc/internal/xds/rbac/
H A Dmatchers.go35 match(data *rpcData) bool methodSpec
66 func (pm *policyMatcher) match(data *rpcData) bool { func
205 func (om *orMatcher) match(data *rpcData) bool { func
222 func (am *andMatcher) match(data *rpcData) bool { func
237 func (am *alwaysMatcher) match(data *rpcData) bool { func
247 func (nm *notMatcher) match(data *rpcData) bool { func
287 func (hm *headerMatcher) match(data *rpcData) bool { func
306 func (upm *urlPathMatcher) match(data *rpcData) bool { func
332 func (sim *sourceIPMatcher) match(data *rpcData) bool { func
364 func (pm *portMatcher) match(data *rpcData) bool { func
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/grpc/internal/xds/rbac/
H A Dmatchers.go35 match(data *rpcData) bool methodSpec
66 func (pm *policyMatcher) match(data *rpcData) bool { func
205 func (om *orMatcher) match(data *rpcData) bool { func
222 func (am *andMatcher) match(data *rpcData) bool { func
237 func (am *alwaysMatcher) match(data *rpcData) bool { func
247 func (nm *notMatcher) match(data *rpcData) bool { func
287 func (hm *headerMatcher) match(data *rpcData) bool { func
306 func (upm *urlPathMatcher) match(data *rpcData) bool { func
332 func (sim *sourceIPMatcher) match(data *rpcData) bool { func
364 func (pm *portMatcher) match(data *rpcData) bool { func
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/google.golang.org/grpc/internal/xds/rbac/
H A Dmatchers.go35 match(data *rpcData) bool methodSpec
66 func (pm *policyMatcher) match(data *rpcData) bool { func
212 func (om *orMatcher) match(data *rpcData) bool { func
229 func (am *andMatcher) match(data *rpcData) bool { func
244 func (am *alwaysMatcher) match(data *rpcData) bool { func
254 func (nm *notMatcher) match(data *rpcData) bool { func
291 func (hm *headerMatcher) match(data *rpcData) bool { func
310 func (upm *urlPathMatcher) match(data *rpcData) bool { func
337 func (sim *remoteIPMatcher) match(data *rpcData) bool { func
354 func (dim *localIPMatcher) match(data *rpcData) bool { func
[all …]

12345678910>>...1267