Home
last modified time | relevance | path

Searched +refs:match +refs:base +refs:name (Results 1 – 25 of 66086) sorted by relevance

12345678910>>...2644

/dports/textproc/p5-Regexp-Common/Regexp-Common-2017060201/t/number/
H A D111_integer_base.t19 my ($name, $base, @options) = @_;
26 $name .= ", $opt => $val";
30 $name .= ", $opt";
37 name => $name,
63 $patterns {$base} [$PLAIN] -> match (
71 $patterns {$base} [$PLAIN] -> match (
75 $patterns {$base} [$SIGNED] -> match (
80 $patterns {$base} [$PLAIN] -> match (
84 $patterns {$base} [$SIGNED] -> match (
134 $pattern -> match ($subj, [$subj, "", $number],
[all …]
/dports/audio/julius/julius-4.1.2/libsent/src/hmminfo/
H A Dchkhmmlist.c62 if (match != NULL && strmatch(match->name, p)) continue; in make_hmm_basephone_list()
70 else aptree_add_entry(new->name, new, match->name, &root, &(hmminfo->mroot)); in make_hmm_basephone_list()
106 print_all_basephone_detail(HMM_basephone *base) in print_all_basephone_detail() argument
116 print_all_basephone_name(HMM_basephone *base) in print_all_basephone_name() argument
145 count_all_phone(HMM_basephone *base) in count_all_phone() argument
149 base->bgnnum = bncnt; in count_all_phone()
150 base->endnum = edcnt; in count_all_phone()
172 match = aptree_search_data(key, base->root); in mark_word_edge()
173 if (match != NULL && strmatch(match->name, key)) { in mark_word_edge()
185 match = aptree_search_data(key, base->root); in mark_word_edge()
[all …]
/dports/devel/efl/efl-1.25.1/src/bin/edje/
H A Dedje_convert_main.c49 char **match; in _edje_alias_int() local
53 snprintf(buf, sizeof (buf), "%s/*", base); in _edje_alias_int()
56 snprintf(buf, sizeof (buf), "%s/", base); in _edje_alias_int()
60 char name[1024]; in _edje_alias_int() local
69 snprintf(name, sizeof (name), "%s/%i", to, id); in _edje_alias_int()
70 eet_alias(ef, name, match[i], 1); in _edje_alias_int()
83 snprintf(buf, sizeof (buf), "%s/*", base); in _edje_alias_string()
86 snprintf(buf, sizeof (buf), "%s/", base); in _edje_alias_string()
90 char name[1024]; in _edje_alias_string() local
99 snprintf(name, sizeof (name), "%s/%s", to, id); in _edje_alias_string()
[all …]
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/simplepie/simplepie/library/SimplePie/
H A DIRI.php289 $base = new SimplePie_IRI($base);
291 if ($base->scheme !== null && $base->is_valid())
313 …elseif (($base->iuserinfo !== null || $base->ihost !== null || $base->port !== null) && $base->ipa…
369 if ($match[1] === '')
373 if (!isset($match[3]) || $match[3] === '')
377 if (!isset($match[5]))
379 $match['path'] = '';
381 if (!isset($match[6]) || $match[6] === '')
383 $match['query'] = null;
385 if (!isset($match[8]) || $match[8] === '')
[all …]
/dports/net/ipsvd/net/ipsvd-1.0.0/src/
H A Dipsvd_check.c167 int base; in ipsvd_check_dir() local
174 base =match->len; in ipsvd_check_dir()
188 if (i <= base) break; in ipsvd_check_dir()
196 match->len =base; in ipsvd_check_dir()
197 if (! stralloc_cats(match, name)) return(-1); in ipsvd_check_dir()
211 match->len =base; in ipsvd_check_dir()
226 if (! stralloc_copyb(&forwardfn, match->s, base)) return(-1); in ipsvd_check_dir()
233 if (! stralloc_cats(match, forwardfn.s +base)) return(-1); in ipsvd_check_dir()
299 if (! stralloc_copys(match, name)) return(-1); in ipsvd_check_cdb()
352 return(ipsvd_check_cdb(data, match, db, ip, name, 0)); in ipsvd_check()
[all …]
/dports/math/R/R-4.1.2/src/library/tcltk/exec/
H A Dwidget.tcl230 foreach name [array names components] {
231 if {[string match base $name]} {
270 set base \$data(base)
423 if {[string match toplevel $classopts(-base)] && \
436 base $classopts(-base) \
451 set name [set wid [lindex $compdef 1]]
454 foreach {type name wid opts} $compdef break
458 if {[info exists components($name)]} {
479 if {[string match base $type]} {
481 set components(base) [list $type $wid $opts $name]
[all …]
/dports/math/libRmath/R-4.1.1/src/library/tcltk/exec/
H A Dwidget.tcl230 foreach name [array names components] {
231 if {[string match base $name]} {
270 set base \$data(base)
423 if {[string match toplevel $classopts(-base)] && \
436 base $classopts(-base) \
451 set name [set wid [lindex $compdef 1]]
454 foreach {type name wid opts} $compdef break
458 if {[info exists components($name)]} {
479 if {[string match base $type]} {
481 set components(base) [list $type $wid $opts $name]
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/metaparse/tools/benchmark/
H A Dgenerate.py74 self.name = name
93 return base
131 self.name = name
145 match = self._match(in_comment(
150 int(match.group(1)),
151 int(match.group(2)),
152 int(match.group(3))
167 match = cregex.match(line)
168 if match:
169 return match
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/metaparse/tools/benchmark/
H A Dgenerate.py74 self.name = name
93 return base
131 self.name = name
145 match = self._match(in_comment(
150 int(match.group(1)),
151 int(match.group(2)),
152 int(match.group(3))
167 match = cregex.match(line)
168 if match:
169 return match
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/metaparse/tools/benchmark/
H A Dgenerate.py74 self.name = name
93 return base
131 self.name = name
145 match = self._match(in_comment(
150 int(match.group(1)),
151 int(match.group(2)),
152 int(match.group(3))
167 match = cregex.match(line)
168 if match:
169 return match
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/metaparse/tools/benchmark/
H A Dgenerate.py74 self.name = name
93 return base
131 self.name = name
145 match = self._match(in_comment(
150 int(match.group(1)),
151 int(match.group(2)),
152 int(match.group(3))
167 match = cregex.match(line)
168 if match:
169 return match
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/metaparse/tools/benchmark/
H A Dgenerate.py74 self.name = name
93 return base
131 self.name = name
145 match = self._match(in_comment(
150 int(match.group(1)),
151 int(match.group(2)),
152 int(match.group(3))
167 match = cregex.match(line)
168 if match:
169 return match
[all …]
/dports/devel/cbrowser/cbrowser-0.8/
H A Dwidget.tcl123 "[lindex $class(base) 1] \$w"
223 if {![string match {[A-Z]*} $CLASS] || [string match { } $CLASS]} {
251 if {[string match toplevel [lindex $class(base) 0]] && \
259 set class(base) $class(type)
262 switch [llength $class(base)] {
263 1 { set name [set type [set wid $class(base)]]; set opts {} }
266 set name [set wid [lindex $class(base) 1]]
269 default { foreach {type name wid opts} $class(base) break }
271 set class(base) [list $type $name $wid $opts]
277 set components(base) [set components($name) $type]
[all …]
/dports/graphics/mypaint/mypaint-2.0.1/lib/
H A Dnaming.py66 name = unicode(name)
67 match = UNIQUE_NAME_REGEX.match(name)
68 if match:
69 base = match.group("name")
70 num = int(match.group("number"))
72 base = name
74 force_numbering = (name == always_number)
76 name = UNIQUE_NAME_TEMPLATE.format(name=base, number=num)
79 return name
82 assert UNIQUE_NAME_REGEX.match(
[all …]
/dports/devel/luv/luv-1.41.0-0/deps/
H A Dluac.lua22 local function basename(name)
23 local base = name
24 if base:match "[/\\]" then
25 base = name:match("^.*[/\\](.*)$")
27 base = base:gsub("^%.", "_")
28 if base:match "%." then
29 base = base:match("^(.*)%."):gsub("%.", "_")
31 return base
34 local function escapefn(name)
36 name:gsub('\\', '\\\\')
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/soc/amlogic/
H A Dmeson-secure-pwrc.c22 struct generic_pm_domain base; member
36 char *name; member
89 .name = #__name, \
130 if (!match) { in meson_secure_pwrc_probe()
172 dom->base.name = match->domains[i].name; in meson_secure_pwrc_probe()
173 dom->base.flags = match->domains[i].flags; in meson_secure_pwrc_probe()
174 dom->base.power_on = meson_secure_pwrc_on; in meson_secure_pwrc_probe()
175 dom->base.power_off = meson_secure_pwrc_off; in meson_secure_pwrc_probe()
177 pm_genpd_init(&dom->base, NULL, match->domains[i].is_off(dom)); in meson_secure_pwrc_probe()
179 pwrc->xlate.domains[i] = &dom->base; in meson_secure_pwrc_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/soc/amlogic/
H A Dmeson-secure-pwrc.c22 struct generic_pm_domain base; member
36 char *name; member
89 .name = #__name, \
130 if (!match) { in meson_secure_pwrc_probe()
172 dom->base.name = match->domains[i].name; in meson_secure_pwrc_probe()
173 dom->base.flags = match->domains[i].flags; in meson_secure_pwrc_probe()
174 dom->base.power_on = meson_secure_pwrc_on; in meson_secure_pwrc_probe()
175 dom->base.power_off = meson_secure_pwrc_off; in meson_secure_pwrc_probe()
177 pm_genpd_init(&dom->base, NULL, match->domains[i].is_off(dom)); in meson_secure_pwrc_probe()
179 pwrc->xlate.domains[i] = &dom->base; in meson_secure_pwrc_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/soc/amlogic/
H A Dmeson-secure-pwrc.c22 struct generic_pm_domain base; member
36 char *name; member
89 .name = #__name, \
130 if (!match) { in meson_secure_pwrc_probe()
172 dom->base.name = match->domains[i].name; in meson_secure_pwrc_probe()
173 dom->base.flags = match->domains[i].flags; in meson_secure_pwrc_probe()
174 dom->base.power_on = meson_secure_pwrc_on; in meson_secure_pwrc_probe()
175 dom->base.power_off = meson_secure_pwrc_off; in meson_secure_pwrc_probe()
177 pm_genpd_init(&dom->base, NULL, match->domains[i].is_off(dom)); in meson_secure_pwrc_probe()
179 pwrc->xlate.domains[i] = &dom->base; in meson_secure_pwrc_probe()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/
H A Dgdc-test.exp138 proc gdc-copy-extra { base extra } {
186 proc dmd2dg { base test } {
199 set name [file tail $test]
280 gdc-copy-extra $base "$type/$srcfile"
288 gdc-copy-extra $base "$type/$file"
317 if [regexp -- "ddoc.*" $name] {
318 set ddocfile "[file rootname $name].html"
397 regexp -- "(.*)/(.+)/(.+)\.(.+)$" $test match base dir name ext
410 set imports [format "-I%s/%s" $base $dir]
413 set filename "$subdir/[dmd2dg $base $dir/$name.$ext]"
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/
H A Dgdc-test.exp138 proc gdc-copy-extra { base extra } {
186 proc dmd2dg { base test } {
199 set name [file tail $test]
280 gdc-copy-extra $base "$type/$srcfile"
288 gdc-copy-extra $base "$type/$file"
317 if [regexp -- "ddoc.*" $name] {
318 set ddocfile "[file rootname $name].html"
397 regexp -- "(.*)/(.+)/(.+)\.(.+)$" $test match base dir name ext
410 set imports [format "-I%s/%s" $base $dir]
413 set filename "$subdir/[dmd2dg $base $dir/$name.$ext]"
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/
H A Dgdc-test.exp138 proc gdc-copy-extra { base extra } {
186 proc dmd2dg { base test } {
199 set name [file tail $test]
280 gdc-copy-extra $base "$type/$srcfile"
288 gdc-copy-extra $base "$type/$file"
317 if [regexp -- "ddoc.*" $name] {
318 set ddocfile "[file rootname $name].html"
397 regexp -- "(.*)/(.+)/(.+)\.(.+)$" $test match base dir name ext
410 set imports [format "-I%s/%s" $base $dir]
413 set filename "$subdir/[dmd2dg $base $dir/$name.$ext]"
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/rmccue/requests/library/Requests/
H A DIRI.php270 $base = new Requests_IRI($base);
272 if ($base->scheme === null || !$base->is_valid()) {
291 …elseif (($base->iuserinfo !== null || $base->ihost !== null || $base->port !== null) && $base->ipa…
336 if ($match[1] === '') {
339 if (!isset($match[3]) || $match[3] === '') {
342 if (!isset($match[5])) {
343 $match['path'] = '';
345 if (!isset($match[6]) || $match[6] === '') {
346 $match['query'] = null;
348 if (!isset($match[8]) || $match[8] === '') {
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/Requests/
H A DIRI.php270 $base = new Requests_IRI($base);
272 if ($base->scheme === null || !$base->is_valid()) {
291 …elseif (($base->iuserinfo !== null || $base->ihost !== null || $base->port !== null) && $base->ipa…
336 if ($match[1] === '') {
339 if (!isset($match[3]) || $match[3] === '') {
342 if (!isset($match[5])) {
343 $match['path'] = '';
345 if (!isset($match[6]) || $match[6] === '') {
346 $match['query'] = null;
348 if (!isset($match[8]) || $match[8] === '') {
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/SimplePie/
H A DIRI.php288 $base = new SimplePie_IRI($base);
290 if ($base->scheme !== null && $base->is_valid())
312 …elseif (($base->iuserinfo !== null || $base->ihost !== null || $base->port !== null) && $base->ipa…
366 if ($match[1] === '')
370 if (!isset($match[3]) || $match[3] === '')
374 if (!isset($match[5]))
376 $match['path'] = '';
378 if (!isset($match[6]) || $match[6] === '')
380 $match['query'] = null;
382 if (!isset($match[8]) || $match[8] === '')
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/SimplePie/
H A DIRI.php288 $base = new SimplePie_IRI($base);
290 if ($base->scheme !== null && $base->is_valid())
312 …elseif (($base->iuserinfo !== null || $base->ihost !== null || $base->port !== null) && $base->ipa…
366 if ($match[1] === '')
370 if (!isset($match[3]) || $match[3] === '')
374 if (!isset($match[5]))
376 $match['path'] = '';
378 if (!isset($match[6]) || $match[6] === '')
380 $match['query'] = null;
382 if (!isset($match[8]) || $match[8] === '')
[all …]

12345678910>>...2644