Home
last modified time | relevance | path

Searched defs:match (Results 151 – 175 of 25910) sorted by relevance

12345678910>>...1037

/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/textmate/lib/bundles/vb/syntaxes/
H A Dasp-vb-net.tmlanguage.json13 "match": "\\n", string
33 "match": "(\\t)(\\t)?" string
51 "match": "( )( )?" string
73 "match": "^\\s*((?i:function|sub))\\s*([a-zA-Z_]\\w*)\\s*(\\()([^)]*)(\\)).*\\n?", string
102 "match": "(?i:\\b(Mod|And|Not|Or|Xor|as)\\b)", string
125 "match": "(?i:\\b(Private|Public|Default)\\b)", string
129 "match": "(?i:\\s*\\b(Empty|False|Nothing|Null|True)\\b)", string
148 "match": "\"\"", string
159 "match": "(\\$)[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\\b\\s*", string
183 "match": "(?i:(?<=as )(\\b[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\\b))", string
[all …]
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/textmate/lib/bundles/vb/syntaxes/
H A Dasp-vb-net.tmlanguage.json13 "match": "\\n", string
33 "match": "(\\t)(\\t)?" string
51 "match": "( )( )?" string
73 "match": "^\\s*((?i:function|sub))\\s*([a-zA-Z_]\\w*)\\s*(\\()([^)]*)(\\)).*\\n?", string
102 "match": "(?i:\\b(Mod|And|Not|Or|Xor|as)\\b)", string
125 "match": "(?i:\\b(Private|Public|Default)\\b)", string
129 "match": "(?i:\\s*\\b(Empty|False|Nothing|Null|True)\\b)", string
148 "match": "\"\"", string
159 "match": "(\\$)[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\\b\\s*", string
183 "match": "(?i:(?<=as )(\\b[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\\b))", string
[all …]
/dports/java/intellij/idea-IC-202.7660.26/plugins/textmate/lib/bundles/vb/syntaxes/
H A Dasp-vb-net.tmlanguage.json13 "match": "\\n", string
33 "match": "(\\t)(\\t)?" string
51 "match": "( )( )?" string
73 "match": "^\\s*((?i:function|sub))\\s*([a-zA-Z_]\\w*)\\s*(\\()([^)]*)(\\)).*\\n?", string
102 "match": "(?i:\\b(Mod|And|Not|Or|Xor|as)\\b)", string
125 "match": "(?i:\\b(Private|Public|Default)\\b)", string
129 "match": "(?i:\\s*\\b(Empty|False|Nothing|Null|True)\\b)", string
148 "match": "\"\"", string
159 "match": "(\\$)[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\\b\\s*", string
183 "match": "(?i:(?<=as )(\\b[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\\b))", string
[all …]
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/textmate/lib/bundles/vb/syntaxes/
H A Dasp-vb-net.tmlanguage.json13 "match": "\\n", string
33 "match": "(\\t)(\\t)?" string
51 "match": "( )( )?" string
73 "match": "^\\s*((?i:function|sub))\\s*([a-zA-Z_]\\w*)\\s*(\\()([^)]*)(\\)).*\\n?", string
102 "match": "(?i:\\b(Mod|And|Not|Or|Xor|as)\\b)", string
125 "match": "(?i:\\b(Private|Public|Default)\\b)", string
129 "match": "(?i:\\s*\\b(Empty|False|Nothing|Null|True)\\b)", string
148 "match": "\"\"", string
159 "match": "(\\$)[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\\b\\s*", string
183 "match": "(?i:(?<=as )(\\b[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\\b))", string
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/textmate/lib/bundles/vb/syntaxes/
H A Dasp-vb-net.tmlanguage.json13 "match": "\\n", string
33 "match": "(\\t)(\\t)?" string
51 "match": "( )( )?" string
73 "match": "^\\s*((?i:function|sub))\\s*([a-zA-Z_]\\w*)\\s*(\\()([^)]*)(\\)).*\\n?", string
102 "match": "(?i:\\b(Mod|And|Not|Or|Xor|as)\\b)", string
125 "match": "(?i:\\b(Private|Public|Default)\\b)", string
129 "match": "(?i:\\s*\\b(Empty|False|Nothing|Null|True)\\b)", string
148 "match": "\"\"", string
159 "match": "(\\$)[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\\b\\s*", string
183 "match": "(?i:(?<=as )(\\b[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\\b))", string
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/src/System/Collections/Immutable/
H A DIImmutableListQueries.cs109 bool Exists(Predicate<T> match); in Exists()
123 T Find(Predicate<T> match); in Find()
138 ImmutableList<T> FindAll(Predicate<T> match); in FindAll()
153 int FindIndex(Predicate<T> match); in FindIndex()
167 int FindIndex(int startIndex, Predicate<T> match); in FindIndex()
182 int FindIndex(int startIndex, int count, Predicate<T> match); in FindIndex()
196 T FindLast(Predicate<T> match); in FindLast()
211 int FindLastIndex(Predicate<T> match); in FindLastIndex()
226 int FindLastIndex(int startIndex, Predicate<T> match); in FindLastIndex()
244 int FindLastIndex(int startIndex, int count, Predicate<T> match); in FindLastIndex()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Ddeflate_medium.c16 struct match { struct
17 uint16_t match_start; argument
18 uint16_t match_length; argument
23 static int emit_match(deflate_state *s, struct match match) { in emit_match()
45 static void insert_match(deflate_state *s, struct match match) { in insert_match()
102 unsigned char *match, *orig; in fizzle_matches() local
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Ddeflate_medium.c16 struct match { struct
17 uint16_t match_start; argument
18 uint16_t match_length; argument
23 static int emit_match(deflate_state *s, struct match match) { in emit_match()
45 static void insert_match(deflate_state *s, struct match match) { in insert_match()
102 unsigned char *match, *orig; in fizzle_matches() local
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Ddeflate_medium.c16 struct match { struct
17 uint16_t match_start; argument
18 uint16_t match_length; argument
23 static int emit_match(deflate_state *s, struct match match) { in emit_match()
45 static void insert_match(deflate_state *s, struct match match) { in insert_match()
102 unsigned char *match, *orig; in fizzle_matches() local
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zlib-ng-2.0.5/
H A Ddeflate_medium.c16 struct match { struct
17 uint16_t match_start; argument
18 uint16_t match_length; argument
23 static int emit_match(deflate_state *s, struct match match) { in emit_match()
45 static void insert_match(deflate_state *s, struct match match) { in insert_match()
102 unsigned char *match, *orig; in fizzle_matches() local
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Ddeflate_medium.c16 struct match { struct
17 uint16_t match_start; argument
18 uint16_t match_length; argument
23 static int emit_match(deflate_state *s, struct match match) { in emit_match()
45 static void insert_match(deflate_state *s, struct match match) { in insert_match()
102 unsigned char *match, *orig; in fizzle_matches() local
/dports/devel/grcov/grcov-0.8.2/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Ddeflate_medium.c16 struct match { struct
17 uint16_t match_start; argument
18 uint16_t match_length; argument
23 static int emit_match(deflate_state *s, struct match match) { in emit_match()
45 static void insert_match(deflate_state *s, struct match match) { in insert_match()
102 unsigned char *match, *orig; in fizzle_matches() local
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Ddeflate_medium.c16 struct match { struct
17 uint16_t match_start; argument
18 uint16_t match_length; argument
23 static int emit_match(deflate_state *s, struct match match) { in emit_match()
45 static void insert_match(deflate_state *s, struct match match) { in insert_match()
102 unsigned char *match, *orig; in fizzle_matches() local
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Ddeflate_medium.c16 struct match { struct
17 uint16_t match_start; argument
18 uint16_t match_length; argument
23 static int emit_match(deflate_state *s, struct match match) { in emit_match()
45 static void insert_match(deflate_state *s, struct match match) { in insert_match()
102 unsigned char *match, *orig; in fizzle_matches() local
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Ddeflate_medium.c16 struct match { struct
17 uint16_t match_start; argument
18 uint16_t match_length; argument
23 static int emit_match(deflate_state *s, struct match match) { in emit_match()
45 static void insert_match(deflate_state *s, struct match match) { in insert_match()
102 unsigned char *match, *orig; in fizzle_matches() local
/dports/lang/rust/rustc-1.58.1-src/vendor/libz-sys/src/zlib-ng/
H A Ddeflate_medium.c16 struct match { struct
17 uint16_t match_start; argument
18 uint16_t match_length; argument
23 static int emit_match(deflate_state *s, struct match match) { in emit_match()
45 static void insert_match(deflate_state *s, struct match match) { in insert_match()
102 unsigned char *match, *orig; in fizzle_matches() local
/dports/textproc/bat/bat-0.18.3/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Ddeflate_medium.c16 struct match { struct
17 uint16_t match_start; argument
18 uint16_t match_length; argument
23 static int emit_match(deflate_state *s, struct match match) { in emit_match()
45 static void insert_match(deflate_state *s, struct match match) { in insert_match()
102 unsigned char *match, *orig; in fizzle_matches() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/MC/AArch64/SVE2/
H A Dmatch.s10 match p0.b, p0/z, z0.b, z0.b label
16 match p0.h, p0/z, z0.h, z0.h label
22 match p15.b, p7/z, z30.b, z31.b label
28 match p15.h, p7/z, z30.h, z31.h label
/dports/devel/llvm10/llvm-10.0.1.src/test/MC/AArch64/SVE2/
H A Dmatch.s10 match p0.b, p0/z, z0.b, z0.b label
16 match p0.h, p0/z, z0.h, z0.h label
22 match p15.b, p7/z, z30.b, z31.b label
28 match p15.h, p7/z, z30.h, z31.h label
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/AArch64/SVE2/
H A Dmatch.s12 match p0.b, p0/z, z0.b, z0.b label
18 match p0.h, p0/z, z0.h, z0.h label
24 match p15.b, p7/z, z30.b, z31.b label
30 match p15.h, p7/z, z30.h, z31.h label
/dports/devel/llvm11/llvm-11.0.1.src/test/MC/AArch64/SVE2/
H A Dmatch.s10 match p0.b, p0/z, z0.b, z0.b label
16 match p0.h, p0/z, z0.h, z0.h label
22 match p15.b, p7/z, z30.b, z31.b label
28 match p15.h, p7/z, z30.h, z31.h label
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/AArch64/SVE2/
H A Dmatch.s10 match p0.b, p0/z, z0.b, z0.b label
16 match p0.h, p0/z, z0.h, z0.h label
22 match p15.b, p7/z, z30.b, z31.b label
28 match p15.h, p7/z, z30.h, z31.h label
/dports/devel/llvm90/llvm-9.0.1.src/test/MC/AArch64/SVE2/
H A Dmatch.s10 match p0.b, p0/z, z0.b, z0.b label
16 match p0.h, p0/z, z0.h, z0.h label
22 match p15.b, p7/z, z30.b, z31.b label
28 match p15.h, p7/z, z30.h, z31.h label
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/MC/AArch64/SVE2/
H A Dmatch.s10 match p0.b, p0/z, z0.b, z0.b label
16 match p0.h, p0/z, z0.h, z0.h label
22 match p15.b, p7/z, z30.b, z31.b label
28 match p15.h, p7/z, z30.h, z31.h label
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/AArch64/SVE2/
H A Dmatch.s10 match p0.b, p0/z, z0.b, z0.b label
16 match p0.h, p0/z, z0.h, z0.h label
22 match p15.b, p7/z, z30.b, z31.b label
28 match p15.h, p7/z, z30.h, z31.h label

12345678910>>...1037