Home
last modified time | relevance | path

Searched refs:prefix_match (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/files/3d/
H A DParser.cpp337 if (prefix_match(s, "mat")) // bmat in parse_line()
350 else if (prefix_match(s, "on")) // con in parse_line()
359 if (prefix_match(s, "eg")) // deg in parse_line()
366 if (prefix_match(s, "nd")) // end in parse_line()
474 if (prefix_match(s, "ole")) // hole in parse_line()
555 if (prefix_match(s, "g")) // mg in parse_line()
630 else if (prefix_match(s, "p")) // sp in parse_line()
639 if (prefix_match(s, "rim")) // trim in parse_line()
677 else if (prefix_match(s, "n")) // vn in parse_line()
703 else if (prefix_match(s, "p")) // vp in parse_line()
[all …]
/dports/ftp/pure-ftpd/pure-ftpd-1.0.50/src/
H A Dsimpleconf.c70 prefix_match(const char **str, const char *prefix) in prefix_match() function
235 } else if (prefix_match(&in_pnt, "<alpha>")) { in try_entry()
238 } else if (prefix_match(&in_pnt, "<alnum>")) { in try_entry()
241 } else if (prefix_match(&in_pnt, "<digits>")) { in try_entry()
250 } else if (prefix_match(&in_pnt, "<any>")) { in try_entry()
253 } else if (prefix_match(&in_pnt, "<any*>")) { in try_entry()
256 } else if (prefix_match(&in_pnt, "<bool>")) { in try_entry()
383 if (prefix_match(&line_pnt, "yes") || prefix_match(&line_pnt, "on") || in try_entry()
384 prefix_match(&line_pnt, "true") || prefix_match(&line_pnt, "1")) { in try_entry()
387 } else if (prefix_match(&line_pnt, "no") || prefix_match(&line_pnt, "off") || in try_entry()
[all …]
/dports/devel/p5-Path-Dispatcher/Path-Dispatcher-1.08/lib/Path/Dispatcher/Rule/
H A DUnder.pm30 my $prefix_match = $self->predicate->match($path)
33 my $leftover = $prefix_match->leftover;
50 parent => $prefix_match,
64 my $prefix_match = $predicate->match($path)
67 my $new_path = $path->clone_path($prefix_match->leftover);
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/utility/
H A Dgridinfo-gmsh-main.hh72 bool prefix_match(const std::string &prefix, const std::string &str) in prefix_match() function
119 if(prefix_match("-", arg)) { in parseOptions()
126 else if(prefix_match("-h", opt) || prefix_match("-?", opt) || in parseOptions()
139 else if(prefix_match("-R", opt)) { in parseOptions()
144 else if(prefix_match("--global-refines=", opt)) { in parseOptions()
/dports/net/frr7-pythontools/frr-frr-7.5.1/tools/
H A Drrcheck.pl62 $prefix_match = 0;
73 $prefix_match = 1;
78 if ($prefix_match) {
/dports/net/frr7/frr-frr-7.5.1/tools/
H A Drrcheck.pl62 $prefix_match = 0;
73 $prefix_match = 1;
78 if ($prefix_match) {
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/str/
H A Dstrstubs.c199 if (txt == endtxt) goto prefix_match; in re_match()
204 if (txt == endtxt) goto prefix_match; in re_match()
212 if (txt == endtxt) goto prefix_match; in re_match()
222 if (txt == endtxt) goto prefix_match; in re_match()
229 if (txt == endtxt) goto prefix_match; in re_match()
248 if (txt == endtxt) goto prefix_match; in re_match()
280 if (txt == endtxt) goto prefix_match; in re_match()
301 if (txt == endtxt) goto prefix_match; in re_match()
348 prefix_match: in re_match()
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/str/
H A Dstrstubs.c199 if (txt == endtxt) goto prefix_match; in re_match()
204 if (txt == endtxt) goto prefix_match; in re_match()
212 if (txt == endtxt) goto prefix_match; in re_match()
222 if (txt == endtxt) goto prefix_match; in re_match()
229 if (txt == endtxt) goto prefix_match; in re_match()
248 if (txt == endtxt) goto prefix_match; in re_match()
280 if (txt == endtxt) goto prefix_match; in re_match()
301 if (txt == endtxt) goto prefix_match; in re_match()
348 prefix_match: in re_match()
/dports/archivers/unmass/unmass-0.92/kdev_cmd/src/
H A Dutools.cpp273 bool extract, prefix_match, suffix_match; in ExtractMultipleFiles() local
380 prefix_match = false; in ExtractMultipleFiles()
394 prefix_match = true; in ExtractMultipleFiles()
404 if (( prefix_match) && ( suffix_match )) in ExtractMultipleFiles()
407 if (( prefix_match ) || ( suffix_match )) in ExtractMultipleFiles()
/dports/shells/p5-Bash-Completion/Bash-Completion-0.008/lib/Bash/Completion/Plugins/
H A DBashComplete.pm33 @c = prefix_match($word, @options);
39 @c = prefix_match($word, @commands, @options);
/dports/devel/anjuta/anjuta-3.34.0/plugins/language-support-vala/
H A Dplugin.vala541 matching_symbols.concat (symbol_lookup_inherited (sym, name, prefix_match));
545 matching_symbols.concat (symbol_lookup_inherited (ns.namespace_symbol, name, prefix_match));
553 matching_symbols.concat (symbol_lookup_inherited (matching.data, name, prefix_match));
576 if (((prefix_match && key.has_prefix (name)) || key == name)) {
583 result.concat (symbol_lookup_inherited (func.return_type.data_type, name, prefix_match));
587 result.concat (symbol_lookup_inherited (base_type.data_type, name, prefix_match));
591 result.concat (symbol_lookup_inherited (st.base_type.data_type, name, prefix_match));
595 result.concat (symbol_lookup_inherited (prerequisite.data_type, name, prefix_match));
602 result.concat (symbol_lookup_inherited (field.variable_type.data_type, name, prefix_match));
605 result.concat (symbol_lookup_inherited (prop.property_type.data_type, name, prefix_match));
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/table/plain/
H A Dplain_table_reader.cc579 bool prefix_match; in Get() local
583 prefix_match, &offset); in Get()
599 if (!prefix_match) { in Get()
605 prefix_match = true; in Get()
707 bool prefix_match; in Seek() local
709 prefix_match, &next_offset_); in Seek()
717 if (!prefix_match) { in Seek()
723 prefix_match = true; in Seek()
/dports/textproc/htdig/htdig-3.2.0b6/htsearch/
H A DQueryLexer.cc28 prefix_match = config->Find("prefix_match_character"); in QueryLexer()
63 || prefix_match.indexOf(text, 0) != -1)) in Next()
/dports/devel/rlwrap/rlwrap-0.45.2/filters/
H A Dftp_filter.py109 prefix_match = re.search('((.*)/)?([^/]*)', prefix)
110 dir = prefix_match.group(2)
111 name_prefix = prefix_match.group(3)
/dports/shells/p5-Bash-Completion/Bash-Completion-0.008/t/
H A D05-utils.t74 prefix_match('--h', '--dry', '--help', '--helicopter', '--nothing', '-h');
81 @mtchs = prefix_match('a', 'never', 'always', 'perl', 'python', 'antique');
/dports/net/quagga/quagga-1.2.4/lib/
H A Dtable.c218 prefix_match (&node->p, p)) in route_node_match()
277 prefix_match (&node->p, p)) in route_node_lookup()
301 prefix_match (&node->p, p)) in route_node_get()
550 if (prefix_match (p1, p2)) in route_table_prefix_iter_cmp()
565 if (prefix_match (p2, p1)) in route_table_prefix_iter_cmp()
638 match = prefix_match (&node->p, p); in route_table_get_next_internal()
640 match = prefix_match (p, &node->p); in route_table_get_next_internal()
/dports/editors/abiword/abiword-3.0.5/src/af/tf/xp/
H A Dtf_test.cpp105 static bool prefix_match(const char *s, const char * const *prefixes) in prefix_match() function
130 || prefix_match(cur->idstr, prefixes) in run_all()
131 || prefix_match(cur->descr, prefixes)) in run_all()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/scrolling/
H A Dtext_fragment_finder.cc135 EphemeralRangeInFlatTree prefix_match = FindMatchInRange( in FindMatchInRangeWithContext() local
140 if (prefix_match.IsNull()) in FindMatchInRangeWithContext()
150 search_start = FirstWordBoundaryAfter(prefix_match.StartPosition()); in FindMatchInRangeWithContext()
153 NextTextPosition(prefix_match.EndPosition(), search_end), search_end); in FindMatchInRangeWithContext()
/dports/net-mgmt/netmagis-detecteq/netmagis-2.3.4/topo/lib/
H A Dip.c146 int prefix_match (void *adr, void *cidr, int preflen) in prefix_match() function
192 r = prefix_match (&adr->u.adr4, &network->u.adr4, network->preflen) ; in ip_match()
195 r = prefix_match (&adr->u.adr6, &network->u.adr6, network->preflen) ; in ip_match()
/dports/net-mgmt/netmagis-metro/netmagis-2.3.4/topo/lib/
H A Dip.c146 int prefix_match (void *adr, void *cidr, int preflen) in prefix_match() function
192 r = prefix_match (&adr->u.adr4, &network->u.adr4, network->preflen) ; in ip_match()
195 r = prefix_match (&adr->u.adr6, &network->u.adr6, network->preflen) ; in ip_match()
/dports/net-mgmt/netmagis-topo/netmagis-2.3.4/topo/lib/
H A Dip.c146 int prefix_match (void *adr, void *cidr, int preflen) in prefix_match() function
192 r = prefix_match (&adr->u.adr4, &network->u.adr4, network->preflen) ; in ip_match()
195 r = prefix_match (&adr->u.adr6, &network->u.adr6, network->preflen) ; in ip_match()
/dports/net-mgmt/netmagis-www/netmagis-2.3.4/topo/lib/
H A Dip.c146 int prefix_match (void *adr, void *cidr, int preflen) in prefix_match() function
192 r = prefix_match (&adr->u.adr4, &network->u.adr4, network->preflen) ; in ip_match()
195 r = prefix_match (&adr->u.adr6, &network->u.adr6, network->preflen) ; in ip_match()
/dports/net-mgmt/netmagis-servers/netmagis-2.3.4/topo/lib/
H A Dip.c146 int prefix_match (void *adr, void *cidr, int preflen) in prefix_match() function
192 r = prefix_match (&adr->u.adr4, &network->u.adr4, network->preflen) ; in ip_match()
195 r = prefix_match (&adr->u.adr6, &network->u.adr6, network->preflen) ; in ip_match()
/dports/net-mgmt/netmagis-common/netmagis-2.3.4/topo/lib/
H A Dip.c146 int prefix_match (void *adr, void *cidr, int preflen) in prefix_match() function
192 r = prefix_match (&adr->u.adr4, &network->u.adr4, network->preflen) ; in ip_match()
195 r = prefix_match (&adr->u.adr6, &network->u.adr6, network->preflen) ; in ip_match()
/dports/net-mgmt/netmagis-database/netmagis-2.3.4/topo/lib/
H A Dip.c146 int prefix_match (void *adr, void *cidr, int preflen) in prefix_match() function
192 r = prefix_match (&adr->u.adr4, &network->u.adr4, network->preflen) ; in ip_match()
195 r = prefix_match (&adr->u.adr6, &network->u.adr6, network->preflen) ; in ip_match()

12345678910>>...13