Home
last modified time | relevance | path

Searched +defs:match +defs:data (Results 1 – 25 of 10444) sorted by relevance

12345678910>>...418

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/brotli-3.3.2/
H A Duncorrode.py23 def subbreak(match): argument
25 def subfun(match): argument
57 def recursive_offset_match(data): argument
63 def zerofirstoffset(data): argument
68 def cut_out_both_offset(data): argument
75 def dereffun(match): argument
87 def desubarrayfun(match): argument
97 def balance(data): argument
140 def rem(match): argument
/dports/security/suricata/suricata-6.0.4/rust/vendor/brotli/
H A Duncorrode.py23 def subbreak(match): argument
25 def subfun(match): argument
57 def recursive_offset_match(data): argument
63 def zerofirstoffset(data): argument
68 def cut_out_both_offset(data): argument
75 def dereffun(match): argument
87 def desubarrayfun(match): argument
97 def balance(data): argument
140 def rem(match): argument
/dports/www/xh/xh-0.14.1/cargo-crates/brotli-3.3.2/
H A Duncorrode.py23 def subbreak(match): argument
25 def subfun(match): argument
57 def recursive_offset_match(data): argument
63 def zerofirstoffset(data): argument
68 def cut_out_both_offset(data): argument
75 def dereffun(match): argument
87 def desubarrayfun(match): argument
97 def balance(data): argument
140 def rem(match): argument
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/cowboy/src/
H A Dcowboy_tracer_h.erl56 data(StreamID, IsFin, Data, Next) -> function
97 match([], _, _, _) -> function
99 match([Predicate|Tail], StreamID, Req, Opts) when is_function(Predicate) -> function
104 match([{method, Value}|Tail], StreamID, Req=#{method := Value}, Opts) -> function
106 match([{host, Value}|Tail], StreamID, Req=#{host := Value}, Opts) -> function
108 match([{path, Value}|Tail], StreamID, Req=#{path := Value}, Opts) -> function
110 match([{path_start, PathStart}|Tail], StreamID, Req=#{path := Path}, Opts) -> function
116 match([{header, Name}|Tail], StreamID, Req=#{headers := Headers}, Opts) -> function
121 match([{header, Name, Value}|Tail], StreamID, Req=#{headers := Headers}, Opts) -> function
126 match([{peer_ip, IP}|Tail], StreamID, Req=#{peer := {IP, _}}, Opts) -> function
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/
H A Dfunction_replace.py82 def __call__(self, match): argument
305 def replace_uppercase(match, number, file_name, metadata, dictionaries, data, functions, *args, **k… argument
313 def replace_lowercase(match, number, file_name, metadata, dictionaries, data, functions, *args, **k… argument
321 def replace_capitalize(match, number, file_name, metadata, dictionaries, data, functions, *args, **… argument
329 def replace_titlecase(match, number, file_name, metadata, dictionaries, data, functions, *args, **k… argument
337 def replace_swapcase(match, number, file_name, metadata, dictionaries, data, functions, *args, **kw… argument
345 def replace_uppercase_ignore_tags(match, number, file_name, metadata, dictionaries, data, functions… argument
351 def replace_lowercase_ignore_tags(match, number, file_name, metadata, dictionaries, data, functions… argument
357 def replace_capitalize_ignore_tags(match, number, file_name, metadata, dictionaries, data, function… argument
363 def replace_titlecase_ignore_tags(match, number, file_name, metadata, dictionaries, data, functions… argument
[all …]
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dutils_tail_match.c51 cu_match_t *match; member
67 static int simple_submit_match(cu_match_t *match, void *user_data) { in simple_submit_match()
68 cu_tail_match_simple_t *data = (cu_tail_match_simple_t *)user_data; in simple_submit_match() local
97 static int latency_submit_match(cu_match_t *match, void *user_data) { in latency_submit_match()
98 cu_tail_match_simple_t *data = (cu_tail_match_simple_t *)user_data; in latency_submit_match() local
170 static int tail_callback(void *data, char *buf, in tail_callback()
180 static void tail_match_simple_free(void *data) { in tail_match_simple_free()
215 cu_tail_match_match_t *match = obj->matches + i; in tail_match_destroy() local
230 int tail_match_add_match(cu_tail_match_t *obj, cu_match_t *match, in tail_match_add_match()
231 int (*submit_match)(cu_match_t *match, in tail_match_add_match()
[all …]
/dports/textproc/modlogan/modlogan-0.8.13/src/datatypes/match/
H A Ddatatype.c43 char *mdata_Match_to_xml(gzFile *fd, mdata *data) { in mdata_Match_to_xml()
47 int mdata_Match_free(mdata *data) { in mdata_Match_free()
57 int mdata_Match_setdata(mdata *data, const char *str, const char *match) { in mdata_Match_setdata()
87 mdata *data = mdata_init(); in mdata_Match_init() local
110 mdata *mdata_Match_create(const char *match, const char *str) { in mdata_Match_create()
111 mdata *data = mdata_Match_init(); in mdata_Match_create() local
/dports/textproc/modlogan/modlogan-0.8.13/src/datatypes/split/
H A Ddatatype.c41 int mdata_Split_to_xml(gzFile *fd, mdata *data) { in mdata_Split_to_xml()
45 int mdata_Split_free(mdata *data) { in mdata_Split_free()
54 int mdata_Split_setdata(mdata *data, const char *str, int fieldtype, const char *match) { in mdata_Split_setdata()
72 int mdata_Split_from_xml(mstate_stack *m, int tagtype, mdata *data, int type, const xmlChar *value,… in mdata_Split_from_xml()
84 mdata *data = mdata_init(); in mdata_Split_init() local
101 mdata *data = mdata_Split_init(); in mdata_Split_copy() local
111 mdata *mdata_Split_create(const char *dest, int fieldtype, const char *match) { in mdata_Split_create()
112 mdata *data = mdata_Split_init(); in mdata_Split_create() local
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/python/doc-converter/
H A Drewrite_pydoc.py222 def send_literal_data(self, data): argument
232 def send_flowing_data(self, data): argument
514 def rewrite_if_else(match): argument
543 def replace_stored_text(match, placeholder_list): argument
568 def rewrite_ref(match): argument
575 def rewrite_section_heading(match, line_width): argument
594 def rewrite_htmlinclude(match, include_dir, quietly): argument
636 def rewrite_image(match, graphics_dir, quietly): argument
652 def rewrite_htmltable_guarded(match): argument
707 def rewrite_fill_paragraph(match, line_width): argument
[all …]
/dports/audio/picard/picard-release-2.6.2/picard/util/
H A Dimageinfo.py52 def __init__(self, data): argument
65 def match(self): member in IdentifyImageType
80 def match(self): member in IdentifyJPEG
129 def match(self): member in IdentifyGIF
141 def match(self): member in IdentifyPDF
153 def match(self): member in IdentifyPNG
166 def match(self): member in IdentifyWebP
216 def match(self): member in IdentifyTiff
254 def _read_value(tiff_type, order, data): argument
276 def identify(data): argument
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/runners/windowedwidgets/
H A Dwindowedwidgetsrunner.cpp43 void WindowedWidgetsRunner::match(Plasma::RunnerContext &context) in match() function in WindowedWidgetsRunner
53 Plasma::QueryMatch match(this); in match() local
76 …d WindowedWidgetsRunner::run(const Plasma::RunnerContext &context, const Plasma::QueryMatch &match) in run()
82 QMimeData *WindowedWidgetsRunner::mimeDataForMatch(const Plasma::QueryMatch &match) in mimeDataForMatch()
84 QMimeData *data = new QMimeData(); in mimeDataForMatch() local
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/performance/
H A Dlog2csv.py16 data = {} variable
18 match = re.search(test_line, line) variable
28 match = re.search(gas_line, line) variable
32 match = re.search(secs_line, line) variable
/dports/security/doscan/doscan-0.3.3/src/
H A Drx.h46 struct match { struct
58 std::vector<match> array; argument
128 rx::match::match() in match() function
133 rx::match::match(std::string::const_iterator f, std::string::const_iterator l) in match() function
139 rx::match::data() const in data() function
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/descrambler/
H A Demm_reass.c83 int i, emm_mode, emm_len, match = 0; in emm_irdeto() local
125 int i, match = 0; in emm_seca() local
157 const uint8_t * nano_start(const uint8_t * data, int len) in nano_start()
233 int i, idx = 0, olen = len, match = 0; in emm_viaccess() local
354 int i, match = 0; in emm_dre() local
382 int match = 0; in emm_nagra() local
405 int i, match = 0, serial_count; in emm_nds() local
438 int i, match = 0; in emm_streamguard() local
468 int match = 0; in emm_cryptoworks() local
534 int match = 0; in emm_bulcrypt() local
[all …]
/dports/devel/py-responses/responses-0.16.0/responses/
H A Dmatchers.py70 def match(request): function
94 def match(request): function
122 def match(request): function
149 def match(request): function
179 def match(request): function
208 def match(request): function
232 def multipart_matcher(files, data=None): argument
261 def match(request): function
323 def match(request): function
/dports/devel/libsoup/libsoup-2.74.0/libsoup/
H A Dsoup-path-map.c26 gpointer data; member
83 mapping_lookup (SoupPathMap *map, const char *path, int *match, int *insert) in mapping_lookup()
127 soup_path_map_add (SoupPathMap *map, const char *path, gpointer data) in soup_path_map_add()
130 int match, insert; in soup_path_map_add() local
158 int match; in soup_path_map_remove() local
185 int match; in soup_path_map_lookup() local
/dports/devel/libsoup3/libsoup-3.0.3/libsoup/server/
H A Dsoup-path-map.c26 gpointer data; member
83 mapping_lookup (SoupPathMap *map, const char *path, int *match, int *insert) in mapping_lookup()
127 soup_path_map_add (SoupPathMap *map, const char *path, gpointer data) in soup_path_map_add()
130 int match, insert; in soup_path_map_add() local
158 int match; in soup_path_map_remove() local
185 int match; in soup_path_map_lookup() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/regulator/
H A Ddevres.c89 static int devm_regulator_match(struct device *dev, void *res, void *data) in devm_regulator_match()
208 static int devm_rdev_match(struct device *dev, void *res, void *data) in devm_rdev_match()
243 void *data) in devm_regulator_match_supply_alias()
245 struct regulator_supply_alias_match *match = res; in devm_regulator_match_supply_alias() local
275 struct regulator_supply_alias_match *match; in devm_regulator_register_supply_alias() local
313 struct regulator_supply_alias_match match; in devm_regulator_unregister_supply_alias() local
406 void *data) in devm_regulator_match_notifier()
408 struct regulator_notifier_match *match = res; in devm_regulator_match_notifier() local
416 struct regulator_notifier_match *match = res; in devm_regulator_destroy_notifier() local
434 struct regulator_notifier_match *match; in devm_regulator_register_notifier() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/regulator/
H A Ddevres.c89 static int devm_regulator_match(struct device *dev, void *res, void *data) in devm_regulator_match()
208 static int devm_rdev_match(struct device *dev, void *res, void *data) in devm_rdev_match()
243 void *data) in devm_regulator_match_supply_alias()
245 struct regulator_supply_alias_match *match = res; in devm_regulator_match_supply_alias() local
275 struct regulator_supply_alias_match *match; in devm_regulator_register_supply_alias() local
313 struct regulator_supply_alias_match match; in devm_regulator_unregister_supply_alias() local
406 void *data) in devm_regulator_match_notifier()
408 struct regulator_notifier_match *match = res; in devm_regulator_match_notifier() local
416 struct regulator_notifier_match *match = res; in devm_regulator_destroy_notifier() local
434 struct regulator_notifier_match *match; in devm_regulator_register_notifier() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/regulator/
H A Ddevres.c89 static int devm_regulator_match(struct device *dev, void *res, void *data) in devm_regulator_match()
208 static int devm_rdev_match(struct device *dev, void *res, void *data) in devm_rdev_match()
243 void *data) in devm_regulator_match_supply_alias()
245 struct regulator_supply_alias_match *match = res; in devm_regulator_match_supply_alias() local
275 struct regulator_supply_alias_match *match; in devm_regulator_register_supply_alias() local
313 struct regulator_supply_alias_match match; in devm_regulator_unregister_supply_alias() local
406 void *data) in devm_regulator_match_notifier()
408 struct regulator_notifier_match *match = res; in devm_regulator_match_notifier() local
416 struct regulator_notifier_match *match = res; in devm_regulator_destroy_notifier() local
434 struct regulator_notifier_match *match; in devm_regulator_register_notifier() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/formatters/
H A Dwptreport.py12 def surrogate_replacement_ucs4(match): argument
20 def __call__(self, match): argument
50 def replace_lone_surrogate(data): argument
61 def suite_start(self, data): argument
67 def suite_end(self, data): argument
85 def test_start(self, data): argument
89 def create_subtest(self, data): argument
102 def test_status(self, data): argument
112 def test_end(self, data): argument
143 def lsan_leak(self, data): argument
[all …]
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Compiler/Treeless/
H A DIdentity.hs57 match TErased _ = True function
58 match (TVar z) y = z == y function
59 match (TApp (TDef f) args) y = f == q && length args == n && match (proj x args) y function
60 match _ _ = False function
62 data IdentityIn = IdIn [Int] function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.security.jgss/share/classes/sun/security/krb5/internal/
H A DTicketFlags.java70 public TicketFlags(int size, byte[] data) throws Asn1Exception { in TicketFlags()
92 …public static TicketFlags parse(DerInputStream data, byte explicitTag, boolean optional) throws As… in parse()
114 public boolean match(LoginOptions options) { in match() method in TicketFlags
126 public boolean match(TicketFlags flags) { in match() method in TicketFlags
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.security.jgss/share/classes/sun/security/krb5/internal/
H A DTicketFlags.java70 public TicketFlags(int size, byte[] data) throws Asn1Exception { in TicketFlags()
92 …public static TicketFlags parse(DerInputStream data, byte explicitTag, boolean optional) throws As… in parse()
114 public boolean match(LoginOptions options) { in match() method in TicketFlags
126 public boolean match(TicketFlags flags) { in match() method in TicketFlags
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.security.jgss/share/classes/sun/security/krb5/internal/
H A DTicketFlags.java70 public TicketFlags(int size, byte[] data) throws Asn1Exception { in TicketFlags()
92 …public static TicketFlags parse(DerInputStream data, byte explicitTag, boolean optional) throws As… in parse()
114 public boolean match(LoginOptions options) { in match() method in TicketFlags
126 public boolean match(TicketFlags flags) { in match() method in TicketFlags

12345678910>>...418