Home
last modified time | relevance | path

Searched refs:anchored (Results 1 – 25 of 5059) sorted by relevance

12345678910>>...203

/dports/textproc/R-cran-cellranger/cellranger/man/
H A Danchored.Rd3 \name{anchored}
4 \alias{anchored}
43 anchored()
44 as.range(anchored())
45 dim(anchored())
47 anchored("Q24")
48 as.range(anchored("Q24"))
49 dim(anchored("Q24"))
57 anchored(input = input)
59 dim(anchored(input = input))
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DValueAnchorNode.java56 @OptionalInput(Guard) ValueNode anchored; field in ValueAnchorNode
60 this.anchored = value; in ValueAnchorNode()
69 return anchored; in getAnchoredNode()
76 if (nextAnchor.anchored == anchored || nextAnchor.anchored == null) { in simplify()
87 if (currentNext.getGuard() == anchored) { in simplify()
93 if (anchored != null && (anchored.isConstant() || anchored instanceof FixedNode)) { in simplify()
98 if (anchored == null && hasNoUsages()) { in simplify()
106 if (anchored == null || anchored instanceof AbstractBeginNode) { in virtualize()
109 ValueNode alias = tool.getAlias(anchored); in virtualize()
117 this.updateUsages(anchored, null); in removeAnchoredNode()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DValueAnchorNode.java56 @OptionalInput(Guard) ValueNode anchored; field in ValueAnchorNode
60 this.anchored = value; in ValueAnchorNode()
69 return anchored; in getAnchoredNode()
76 if (nextAnchor.anchored == anchored || nextAnchor.anchored == null) { in simplify()
87 if (currentNext.getGuard() == anchored) { in simplify()
93 if (anchored != null && (anchored.isConstant() || anchored instanceof FixedNode)) { in simplify()
98 if (anchored == null && hasNoUsages()) { in simplify()
106 if (anchored == null || anchored instanceof AbstractBeginNode) { in virtualize()
109 ValueNode alias = tool.getAlias(anchored); in virtualize()
117 this.updateUsages(anchored, null); in removeAnchoredNode()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DValueAnchorNode.java56 @OptionalInput(Guard) ValueNode anchored; field in ValueAnchorNode
60 this.anchored = value; in ValueAnchorNode()
69 return anchored; in getAnchoredNode()
76 if (nextAnchor.anchored == anchored || nextAnchor.anchored == null) { in simplify()
87 if (currentNext.getGuard() == anchored) { in simplify()
93 if (anchored != null && (anchored.isConstant() || anchored instanceof FixedNode)) { in simplify()
98 if (anchored == null && hasNoUsages()) { in simplify()
106 if (anchored == null || anchored instanceof AbstractBeginNode) { in virtualize()
109 ValueNode alias = tool.getAlias(anchored); in virtualize()
117 this.updateUsages(anchored, null); in removeAnchoredNode()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DValueAnchorNode.java56 @OptionalInput(Guard) ValueNode anchored; field in ValueAnchorNode
60 this.anchored = value; in ValueAnchorNode()
69 return anchored; in getAnchoredNode()
76 if (nextAnchor.anchored == anchored || nextAnchor.anchored == null) { in simplify()
87 if (currentNext.getGuard() == anchored) { in simplify()
93 if (anchored != null && (anchored.isConstant() || anchored instanceof FixedNode)) { in simplify()
98 if (anchored == null && hasNoUsages()) { in simplify()
106 if (anchored == null || anchored instanceof AbstractBeginNode) { in virtualize()
109 ValueNode alias = tool.getAlias(anchored); in virtualize()
117 this.updateUsages(anchored, null); in removeAnchoredNode()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DValueAnchorNode.java56 @OptionalInput(Guard) ValueNode anchored; field in ValueAnchorNode
60 this.anchored = value; in ValueAnchorNode()
69 return anchored; in getAnchoredNode()
76 if (nextAnchor.anchored == anchored || nextAnchor.anchored == null) { in simplify()
87 if (currentNext.getGuard() == anchored) { in simplify()
93 if (anchored != null && (anchored.isConstant() || anchored instanceof FixedNode)) { in simplify()
98 if (anchored == null && hasNoUsages()) { in simplify()
106 if (anchored == null || anchored instanceof AbstractBeginNode) { in virtualize()
109 ValueNode alias = tool.getAlias(anchored); in virtualize()
117 this.updateUsages(anchored, null); in removeAnchoredNode()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DValueAnchorNode.java56 @OptionalInput(Guard) ValueNode anchored; field in ValueAnchorNode
60 this.anchored = value; in ValueAnchorNode()
69 return anchored; in getAnchoredNode()
76 if (nextAnchor.anchored == anchored || nextAnchor.anchored == null) { in simplify()
87 if (currentNext.getGuard() == anchored) { in simplify()
93 if (anchored != null && (anchored.isConstant() || anchored instanceof FixedNode)) { in simplify()
98 if (anchored == null && hasNoUsages()) { in simplify()
106 if (anchored == null || anchored instanceof AbstractBeginNode) { in virtualize()
109 ValueNode alias = tool.getAlias(anchored); in virtualize()
117 this.updateUsages(anchored, null); in removeAnchoredNode()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DValueAnchorNode.java56 @OptionalInput(Guard) ValueNode anchored; field in ValueAnchorNode
60 this.anchored = value; in ValueAnchorNode()
69 return anchored; in getAnchoredNode()
76 if (nextAnchor.anchored == anchored || nextAnchor.anchored == null) { in simplify()
87 if (currentNext.getGuard() == anchored) { in simplify()
93 if (anchored != null && (anchored.isConstant() || anchored instanceof FixedNode)) { in simplify()
98 if (anchored == null && hasNoUsages()) { in simplify()
106 if (anchored == null || anchored instanceof AbstractBeginNode) { in virtualize()
109 ValueNode alias = tool.getAlias(anchored); in virtualize()
117 this.updateUsages(anchored, null); in removeAnchoredNode()
[all …]
/dports/devel/p5-Regexp-Compare/Regexp-Compare-0.33/
H A Dengine.c1419 if (anchored) in compare_mismatch()
1694 if (anchored) in compare_bol()
3946 if (!anchored) in compare_right_star()
4163 if (anchored) in compare_left_plus()
4298 anchored = 1; in compare_curly_plus()
4534 nanch = anchored; in compare_right_curly()
4988 return cmp(anchored, a1, a2); in compare_exact_bound()
5004 return cmp(anchored, a1, a2); in compare_exact_nbound()
5025 return cmp(anchored, a1, a2); in compare_posix_bound()
5046 return cmp(anchored, a1, a2); in compare_posix_nbound()
[all …]
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_fixed_width.cpp50 bool findMask(const NGHolder &g, vector<CharReach> *mask, bool *anchored, in findMask() argument
59 *anchored = sds_succ.size() == 1; /* sds itself */ in findMask()
63 *anchored ? " anchored" : "", floating ? " floating" : ""); in findMask()
64 if (!*anchored && !floating) { in findMask()
69 set<NFAVertex> &succs = *anchored ? s_succ : sds_succ; in findMask()
76 NFAVertex u = *anchored ? g.start : g.startDs; in findMask()
121 bool anchored = false; in handleFixedWidth() local
124 if (!findMask(g, &mask, &anchored, &reports)) { in handleFixedWidth()
128 DEBUG_PRINTF("%smasky masky\n", anchored ? "anchored " : ""); in handleFixedWidth()
133 if (rose.add(anchored, mask, reports)) { in handleFixedWidth()
/dports/lang/racket-minimal/racket-8.3/src/regexp/analyze/
H A Danchor.rkt4 (provide anchored?)
9 (define (anchored? rx)
18 [else (anchored? (car rxs))]))]
20 (and (anchored? (rx:alts-rx1 rx))
21 (anchored? (rx:alts-rx2 rx)))]
23 (and (anchored? (rx:conditional-rx1 rx))
24 (anchored? (rx:conditional-rx2 rx)))]
26 (anchored? (rx:group-rx rx))]
28 (anchored? (rx:cut-rx rx))]
/dports/lang/racket/racket-8.3/src/regexp/analyze/
H A Danchor.rkt4 (provide anchored?)
9 (define (anchored? rx)
18 [else (anchored? (car rxs))]))]
20 (and (anchored? (rx:alts-rx1 rx))
21 (anchored? (rx:alts-rx2 rx)))]
23 (and (anchored? (rx:conditional-rx1 rx))
24 (anchored? (rx:conditional-rx2 rx)))]
26 (anchored? (rx:group-rx rx))]
28 (anchored? (rx:cut-rx rx))]
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dregex-quote.c35 regex_quote_spec_posix (int cflags, bool anchored) in regex_quote_spec_posix() argument
41 result.anchored = anchored; in regex_quote_spec_posix()
57 regex_quote_spec_gnu (unsigned long /*reg_syntax_t*/ syntax, bool anchored) in regex_quote_spec_gnu() argument
87 result.anchored = anchored; in regex_quote_spec_gnu()
101 regex_quote_spec_pcre (int options, bool anchored) in regex_quote_spec_pcre() argument
125 result.anchored = (options & PCRE_ANCHORED ? 0 : anchored); in regex_quote_spec_pcre()
137 if (spec->anchored) in regex_quote_length()
172 if (spec->anchored) in regex_quote_copy()
199 if (spec->anchored) in regex_quote_copy()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dregex-quote.c35 regex_quote_spec_posix (int cflags, bool anchored) in regex_quote_spec_posix() argument
41 result.anchored = anchored; in regex_quote_spec_posix()
57 regex_quote_spec_gnu (unsigned long /*reg_syntax_t*/ syntax, bool anchored) in regex_quote_spec_gnu() argument
87 result.anchored = anchored; in regex_quote_spec_gnu()
101 regex_quote_spec_pcre (int options, bool anchored) in regex_quote_spec_pcre() argument
125 result.anchored = (options & PCRE_ANCHORED ? 0 : anchored); in regex_quote_spec_pcre()
137 if (spec->anchored) in regex_quote_length()
172 if (spec->anchored) in regex_quote_copy()
199 if (spec->anchored) in regex_quote_copy()
/dports/textproc/R-cran-cellranger/cellranger/tests/testthat/
H A Dtest-cell-specification.R152 expect_identical(anchored(), as.cell_limits("A1"))
153 expect_identical(anchored(anchor = "R4C2", dim = c(8, 2)),
162 expect_identical(anchored(anchor = "R3C7", input = input),
174 expect_identical(anchored(anchor = "B5", input = input),
176 expect_identical(anchored(anchor = "B5", input = input, byrow = TRUE),
184 expect_error(anchored(1))
185 expect_warning(expect_error(anchored("A")))
186 expect_error(anchored("A1:B10"))
187 expect_error(anchored(dim = "eggplant"))
188 expect_error(anchored(dim = 1:3))
[all …]
/dports/lang/perl5.34/perl-5.34.0/ext/re/t/
H A Dre_funcs.t18 my ($anchored,$floating)=regmust($qr);
19 is($anchored,'here',"Regmust anchored - qr//");
22 ($anchored,$floating)=regmust($foo);
23 is($anchored,undef,"Regmust anchored - non ref");
26 ($anchored,$floating)=regmust($foo);
27 is($anchored,undef,"Regmust anchored - ref");
53 is($o->{anchored}, undef, "/a|bc/ has no anchored substring");
59 is($o->{anchored}, "foo", "/foo/ has anchored substring");
70 is($o->{anchored}, undef, "/.foo\\x{100}/ has no anchored");
77 is($o->{anchored}, undef, "/.x?foo/ has no anchored substring");
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/re/t/
H A Dre_funcs.t18 my ($anchored,$floating)=regmust($qr);
19 is($anchored,'here',"Regmust anchored - qr//");
22 ($anchored,$floating)=regmust($foo);
23 is($anchored,undef,"Regmust anchored - non ref");
26 ($anchored,$floating)=regmust($foo);
27 is($anchored,undef,"Regmust anchored - ref");
53 is($o->{anchored}, undef, "/a|bc/ has no anchored substring");
59 is($o->{anchored}, "foo", "/foo/ has anchored substring");
70 is($o->{anchored}, undef, "/.foo\\x{100}/ has no anchored");
77 is($o->{anchored}, undef, "/.x?foo/ has no anchored substring");
/dports/lang/perl5.30/perl-5.30.3/ext/re/t/
H A Dre_funcs.t18 my ($anchored,$floating)=regmust($qr);
19 is($anchored,'here',"Regmust anchored - qr//");
22 ($anchored,$floating)=regmust($foo);
23 is($anchored,undef,"Regmust anchored - non ref");
26 ($anchored,$floating)=regmust($foo);
27 is($anchored,undef,"Regmust anchored - ref");
/dports/lang/perl5.32/perl-5.32.1/ext/re/t/
H A Dre_funcs.t18 my ($anchored,$floating)=regmust($qr);
19 is($anchored,'here',"Regmust anchored - qr//");
22 ($anchored,$floating)=regmust($foo);
23 is($anchored,undef,"Regmust anchored - non ref");
26 ($anchored,$floating)=regmust($foo);
27 is($anchored,undef,"Regmust anchored - ref");
/dports/devel/bmake/bmake/unit-tests/
H A Dvarmod-subst.mk34 . warning The :S modifier fails for a short match anchored at the start.
38 . warning The :S modifier fails for an exact match anchored at the start.
42 . warning The :S modifier matches a too long pattern anchored at the start.
46 . warning The :S modifier fails for a short match anchored at the end.
54 . warning The :S modifier fails for an exact match anchored at the end.
58 . warning The :S modifier matches a too long pattern anchored at the end.
62 . warning The :S modifier does not match a word anchored at both ends.
66 . warning The :S modifier matches a prefix anchored at both ends.
70 . warning The :S modifier matches a suffix anchored at both ends.
74 . warning The :S modifier matches a too long prefix anchored at both ends.
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/bstr-0.2.16/scripts/
H A Dgenerate-unicode-data34 --sparse --minimize --anchored --state-size 2 \
42 --sparse --minimize --anchored --state-size 2 \
53 --sparse --minimize --anchored --state-size 4 \
65 --sparse --anchored --state-size 4 \
78 --classes --minimize --anchored --premultiply --state-size 1 \
96 --anchored --classes --premultiply --minimize --state-size 1 \
104 --anchored --classes --premultiply --minimize --state-size 2 \
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/bstr-0.2.17/scripts/
H A Dgenerate-unicode-data34 --sparse --minimize --anchored --state-size 2 \
42 --sparse --minimize --anchored --state-size 2 \
53 --sparse --minimize --anchored --state-size 4 \
65 --sparse --anchored --state-size 4 \
78 --classes --minimize --anchored --premultiply --state-size 1 \
96 --anchored --classes --premultiply --minimize --state-size 1 \
104 --anchored --classes --premultiply --minimize --state-size 2 \
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/bstr-0.2.17/scripts/
H A Dgenerate-unicode-data34 --sparse --minimize --anchored --state-size 2 \
42 --sparse --minimize --anchored --state-size 2 \
53 --sparse --minimize --anchored --state-size 4 \
65 --sparse --anchored --state-size 4 \
78 --classes --minimize --anchored --premultiply --state-size 1 \
96 --anchored --classes --premultiply --minimize --state-size 1 \
104 --anchored --classes --premultiply --minimize --state-size 2 \
/dports/misc/broot/broot-1.7.0/cargo-crates/bstr-0.2.16/scripts/
H A Dgenerate-unicode-data34 --sparse --minimize --anchored --state-size 2 \
42 --sparse --minimize --anchored --state-size 2 \
53 --sparse --minimize --anchored --state-size 4 \
65 --sparse --anchored --state-size 4 \
78 --classes --minimize --anchored --premultiply --state-size 1 \
96 --anchored --classes --premultiply --minimize --state-size 1 \
104 --anchored --classes --premultiply --minimize --state-size 2 \
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/bstr-0.2.17/scripts/
H A Dgenerate-unicode-data34 --sparse --minimize --anchored --state-size 2 \
42 --sparse --minimize --anchored --state-size 2 \
53 --sparse --minimize --anchored --state-size 4 \
65 --sparse --anchored --state-size 4 \
78 --classes --minimize --anchored --premultiply --state-size 1 \
96 --anchored --classes --premultiply --minimize --state-size 1 \
104 --anchored --classes --premultiply --minimize --state-size 2 \

12345678910>>...203