Home
last modified time | relevance | path

Searched refs:blank (Results 126 – 150 of 22501) sorted by relevance

12345678910>>...901

/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/01_vars/02_functions/staging/
H A Dparsestringarray_weird_indices_real_comments.cf36 blank:fields:::in here::
37 :leading blank field
85 strcmp("$(test.ary[blank][0])", "blank"),
87 strcmp("$(test.ary[blank][0])", ""),
124 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
125 "expected test.ary[blank][0] = 'fields', saw '$(test.ary[blank][0])'";
126 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
127 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
128 "expected test.ary[blank][0] = 'in here', saw '$(test.ary[blank][0])'";
129 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
[all …]
H A Dreadstringarray_weird_indices_real_comments.cf36 blank:fields:::in here::
37 :leading blank field
84 strcmp("$(test.ary[blank][0])", "blank"),
86 strcmp("$(test.ary[blank][0])", ""),
123 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
124 "expected test.ary[blank][0] = 'fields', saw '$(test.ary[blank][0])'";
125 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
126 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
127 "expected test.ary[blank][0] = 'in here', saw '$(test.ary[blank][0])'";
128 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/acceptance/01_vars/02_functions/staging/
H A Dparsestringarray_weird_indices_real_comments.cf36 blank:fields:::in here::
37 :leading blank field
85 strcmp("$(test.ary[blank][0])", "blank"),
87 strcmp("$(test.ary[blank][0])", ""),
124 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
125 "expected test.ary[blank][0] = 'fields', saw '$(test.ary[blank][0])'";
126 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
127 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
128 "expected test.ary[blank][0] = 'in here', saw '$(test.ary[blank][0])'";
129 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
[all …]
H A Dreadstringarray_weird_indices_real_comments.cf36 blank:fields:::in here::
37 :leading blank field
84 strcmp("$(test.ary[blank][0])", "blank"),
86 strcmp("$(test.ary[blank][0])", ""),
123 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
124 "expected test.ary[blank][0] = 'fields', saw '$(test.ary[blank][0])'";
125 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
126 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
127 "expected test.ary[blank][0] = 'in here', saw '$(test.ary[blank][0])'";
128 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/acceptance/01_vars/02_functions/staging/
H A Dparsestringarray_weird_indices_real_comments.cf36 blank:fields:::in here::
37 :leading blank field
85 strcmp("$(test.ary[blank][0])", "blank"),
87 strcmp("$(test.ary[blank][0])", ""),
124 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
125 "expected test.ary[blank][0] = 'fields', saw '$(test.ary[blank][0])'";
126 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
127 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
128 "expected test.ary[blank][0] = 'in here', saw '$(test.ary[blank][0])'";
129 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
[all …]
H A Dreadstringarray_weird_indices_real_comments.cf36 blank:fields:::in here::
37 :leading blank field
84 strcmp("$(test.ary[blank][0])", "blank"),
86 strcmp("$(test.ary[blank][0])", ""),
123 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
124 "expected test.ary[blank][0] = 'fields', saw '$(test.ary[blank][0])'";
125 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
126 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
127 "expected test.ary[blank][0] = 'in here', saw '$(test.ary[blank][0])'";
128 "expected test.ary[blank][0] = '', saw '$(test.ary[blank][0])'";
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/glsl/src/
H A Dparsers.rs883 delimited(blank, char('='), blank), in single_declaration()
1024 terminated(terminated(blank, char('(')), blank), in function_call_args()
1111 delimited(blank, char('?'), blank), in cond_expr()
1194 blank, in equality_expr()
1199 blank, in equality_expr()
1215 blank, in rel_expr()
1222 blank, in rel_expr()
1238 blank, in shift_expr()
1243 blank, in shift_expr()
1566 delimited(blank, char(';'), blank), in external_declaration()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glsl/src/
H A Dparsers.rs883 delimited(blank, char('='), blank), in single_declaration()
1024 terminated(terminated(blank, char('(')), blank), in function_call_args()
1111 delimited(blank, char('?'), blank), in cond_expr()
1194 blank, in equality_expr()
1199 blank, in equality_expr()
1215 blank, in rel_expr()
1222 blank, in rel_expr()
1238 blank, in shift_expr()
1243 blank, in shift_expr()
1566 delimited(blank, char(';'), blank), in external_declaration()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glsl/src/
H A Dparsers.rs883 delimited(blank, char('='), blank), in single_declaration()
1024 terminated(terminated(blank, char('(')), blank), in function_call_args()
1111 delimited(blank, char('?'), blank), in cond_expr()
1194 blank, in equality_expr()
1199 blank, in equality_expr()
1215 blank, in rel_expr()
1222 blank, in rel_expr()
1238 blank, in shift_expr()
1243 blank, in shift_expr()
1566 delimited(blank, char(';'), blank), in external_declaration()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glsl/src/
H A Dparsers.rs883 delimited(blank, char('='), blank), in single_declaration()
1024 terminated(terminated(blank, char('(')), blank), in function_call_args()
1111 delimited(blank, char('?'), blank), in cond_expr()
1194 blank, in equality_expr()
1199 blank, in equality_expr()
1215 blank, in rel_expr()
1222 blank, in rel_expr()
1238 blank, in shift_expr()
1243 blank, in shift_expr()
1566 delimited(blank, char(';'), blank), in external_declaration()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/typed-racket-doc/typed-racket/scribblings/reference/
H A Dnumeric-tower-pict.rkt32 (hc-append (blank 30 1)
36 (hc-append (blank 25 1)
38 (hc-append (blank 30 1)
43 (vr-append (blank 265 70)
49 (blank 1 130)
66 (blank 1 130)
87 (vc-append (blank 1 7)
89 (blank 1 20)
91 (blank 1 20)
93 (blank 1 20)
[all …]
/dports/textproc/source-highlight/source-highlight-3.1.9/tests/
H A Dc_comment.show18 …rule (type normal symbol normal string) "([^="[:blank:]>]+)([[:blank:]]*)(=)([[:blank:]]*)([^="'>]…
19 rule (type normal symbol) "([^="[:blank:]>]+)([[:blank:]]*)(=)" (exit level: 0, next: 0)
45 …rule (type normal symbol normal string) "([^="[:blank:]>]+)([[:blank:]]*)(=)([[:blank:]]*)([^="'>]…
60 …rule (type normal symbol normal string) "([^="[:blank:]>]+)([[:blank:]]*)(=)([[:blank:]]*)([^="'>]…
80 …rule (type normal symbol normal string) "([^="[:blank:]>]+)([[:blank:]]*)(=)([[:blank:]]*)([^="'>]…
97 …rule (type normal symbol normal string) "([^="[:blank:]>]+)([[:blank:]]*)(=)([[:blank:]]*)([^="'>]…
121 …rule (type normal symbol normal string) "([^="[:blank:]>]+)([[:blank:]]*)(=)([[:blank:]]*)([^="'>]…
148 …rule (type normal symbol normal string) "([^="[:blank:]>]+)([[:blank:]]*)(=)([[:blank:]]*)([^="'>]…
163 …rule (type normal symbol normal string) "([^="[:blank:]>]+)([[:blank:]]*)(=)([[:blank:]]*)([^="'>]…
183 …rule (type normal symbol normal string) "([^="[:blank:]>]+)([[:blank:]]*)(=)([[:blank:]]*)([^="'>]…
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/01_vars/02_functions/staging/
H A Dparsestringarray_weird_indices_change_comment_parsing.cf36 blank:fields:::in here::
37 :leading blank field
85 strcmp("$(test.ary[blank][0])", "blank"),
87 strcmp("$(test.ary[blank][2])", ""),
127 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
128 "expected test.ary[blank][1] = 'fields', saw '$(test.ary[blank][1])'";
129 "expected test.ary[blank][2] = '', saw '$(test.ary[blank][2])'";
130 "expected test.ary[blank][3] = '', saw '$(test.ary[blank][3])'";
131 "expected test.ary[blank][4] = 'in here', saw '$(test.ary[blank][4])'";
132 "expected test.ary[blank][5] = '', saw '$(test.ary[blank][5])'";
[all …]
H A Dreadstringarray_weird_indices.cf36 blank:fields:::in here::
37 :leading blank field
84 strcmp("$(test.ary[blank][0])", "blank"),
86 strcmp("$(test.ary[blank][2])", ""),
126 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
127 "expected test.ary[blank][1] = 'fields', saw '$(test.ary[blank][1])'";
128 "expected test.ary[blank][2] = '', saw '$(test.ary[blank][2])'";
129 "expected test.ary[blank][3] = '', saw '$(test.ary[blank][3])'";
130 "expected test.ary[blank][4] = 'in here', saw '$(test.ary[blank][4])'";
131 "expected test.ary[blank][5] = '', saw '$(test.ary[blank][5])'";
[all …]
H A Dreadstringarray_weird_indices_change_comment_parsing.cf36 blank:fields:::in here::
37 :leading blank field
84 strcmp("$(test.ary[blank][0])", "blank"),
86 strcmp("$(test.ary[blank][2])", ""),
126 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
127 "expected test.ary[blank][1] = 'fields', saw '$(test.ary[blank][1])'";
128 "expected test.ary[blank][2] = '', saw '$(test.ary[blank][2])'";
129 "expected test.ary[blank][3] = '', saw '$(test.ary[blank][3])'";
130 "expected test.ary[blank][4] = 'in here', saw '$(test.ary[blank][4])'";
131 "expected test.ary[blank][5] = '', saw '$(test.ary[blank][5])'";
[all …]
H A Dreadstringarray_weird_indices_trailing_newlines.cf36 blank:fields:::in here::
37 :leading blank field
87 strcmp("$(test.ary[blank][0])", "blank"),
89 strcmp("$(test.ary[blank][2])", ""),
129 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
130 "expected test.ary[blank][1] = 'fields', saw '$(test.ary[blank][1])'";
131 "expected test.ary[blank][2] = '', saw '$(test.ary[blank][2])'";
132 "expected test.ary[blank][3] = '', saw '$(test.ary[blank][3])'";
133 "expected test.ary[blank][4] = 'in here', saw '$(test.ary[blank][4])'";
134 "expected test.ary[blank][5] = '', saw '$(test.ary[blank][5])'";
[all …]
H A Dparsestringarray_weird_indices_duplicates_trailing_newlines.cf36 blank:fields:::in here::
37 :leading blank field
88 strcmp("$(test.ary[blank][0])", "blank"),
90 strcmp("$(test.ary[blank][2])", ""),
130 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
131 "expected test.ary[blank][1] = 'fields', saw '$(test.ary[blank][1])'";
132 "expected test.ary[blank][2] = '', saw '$(test.ary[blank][2])'";
133 "expected test.ary[blank][3] = '', saw '$(test.ary[blank][3])'";
134 "expected test.ary[blank][4] = 'in here', saw '$(test.ary[blank][4])'";
135 "expected test.ary[blank][5] = '', saw '$(test.ary[blank][5])'";
[all …]
H A Dparsestringarray_weird_indices_with_duplicate.cf36 blank:fields:::in here::
37 :leading blank field
85 strcmp("$(test.ary[blank][0])", "blank"),
87 strcmp("$(test.ary[blank][2])", ""),
127 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
128 "expected test.ary[blank][1] = 'fields', saw '$(test.ary[blank][1])'";
129 "expected test.ary[blank][2] = '', saw '$(test.ary[blank][2])'";
130 "expected test.ary[blank][3] = '', saw '$(test.ary[blank][3])'";
131 "expected test.ary[blank][4] = 'in here', saw '$(test.ary[blank][4])'";
132 "expected test.ary[blank][5] = '', saw '$(test.ary[blank][5])'";
[all …]
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/acceptance/01_vars/02_functions/staging/
H A Dparsestringarray_weird_indices_with_duplicate.cf36 blank:fields:::in here::
37 :leading blank field
85 strcmp("$(test.ary[blank][0])", "blank"),
87 strcmp("$(test.ary[blank][2])", ""),
127 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
128 "expected test.ary[blank][1] = 'fields', saw '$(test.ary[blank][1])'";
129 "expected test.ary[blank][2] = '', saw '$(test.ary[blank][2])'";
130 "expected test.ary[blank][3] = '', saw '$(test.ary[blank][3])'";
131 "expected test.ary[blank][4] = 'in here', saw '$(test.ary[blank][4])'";
132 "expected test.ary[blank][5] = '', saw '$(test.ary[blank][5])'";
[all …]
H A Dreadstringarray_weird_indices.cf36 blank:fields:::in here::
37 :leading blank field
84 strcmp("$(test.ary[blank][0])", "blank"),
86 strcmp("$(test.ary[blank][2])", ""),
126 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
127 "expected test.ary[blank][1] = 'fields', saw '$(test.ary[blank][1])'";
128 "expected test.ary[blank][2] = '', saw '$(test.ary[blank][2])'";
129 "expected test.ary[blank][3] = '', saw '$(test.ary[blank][3])'";
130 "expected test.ary[blank][4] = 'in here', saw '$(test.ary[blank][4])'";
131 "expected test.ary[blank][5] = '', saw '$(test.ary[blank][5])'";
[all …]
H A Dreadstringarray_weird_indices_change_comment_parsing.cf36 blank:fields:::in here::
37 :leading blank field
84 strcmp("$(test.ary[blank][0])", "blank"),
86 strcmp("$(test.ary[blank][2])", ""),
126 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
127 "expected test.ary[blank][1] = 'fields', saw '$(test.ary[blank][1])'";
128 "expected test.ary[blank][2] = '', saw '$(test.ary[blank][2])'";
129 "expected test.ary[blank][3] = '', saw '$(test.ary[blank][3])'";
130 "expected test.ary[blank][4] = 'in here', saw '$(test.ary[blank][4])'";
131 "expected test.ary[blank][5] = '', saw '$(test.ary[blank][5])'";
[all …]
H A Dreadstringarray_weird_indices_trailing_newlines.cf36 blank:fields:::in here::
37 :leading blank field
87 strcmp("$(test.ary[blank][0])", "blank"),
89 strcmp("$(test.ary[blank][2])", ""),
129 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
130 "expected test.ary[blank][1] = 'fields', saw '$(test.ary[blank][1])'";
131 "expected test.ary[blank][2] = '', saw '$(test.ary[blank][2])'";
132 "expected test.ary[blank][3] = '', saw '$(test.ary[blank][3])'";
133 "expected test.ary[blank][4] = 'in here', saw '$(test.ary[blank][4])'";
134 "expected test.ary[blank][5] = '', saw '$(test.ary[blank][5])'";
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/01_vars/02_functions/staging/
H A Dparsestringarray_weird_indices_change_comment_parsing.cf36 blank:fields:::in here::
37 :leading blank field
85 strcmp("$(test.ary[blank][0])", "blank"),
87 strcmp("$(test.ary[blank][2])", ""),
127 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
128 "expected test.ary[blank][1] = 'fields', saw '$(test.ary[blank][1])'";
129 "expected test.ary[blank][2] = '', saw '$(test.ary[blank][2])'";
130 "expected test.ary[blank][3] = '', saw '$(test.ary[blank][3])'";
131 "expected test.ary[blank][4] = 'in here', saw '$(test.ary[blank][4])'";
132 "expected test.ary[blank][5] = '', saw '$(test.ary[blank][5])'";
[all …]
H A Dreadstringarray_weird_indices.cf36 blank:fields:::in here::
37 :leading blank field
84 strcmp("$(test.ary[blank][0])", "blank"),
86 strcmp("$(test.ary[blank][2])", ""),
126 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
127 "expected test.ary[blank][1] = 'fields', saw '$(test.ary[blank][1])'";
128 "expected test.ary[blank][2] = '', saw '$(test.ary[blank][2])'";
129 "expected test.ary[blank][3] = '', saw '$(test.ary[blank][3])'";
130 "expected test.ary[blank][4] = 'in here', saw '$(test.ary[blank][4])'";
131 "expected test.ary[blank][5] = '', saw '$(test.ary[blank][5])'";
[all …]
H A Dreadstringarray_weird_indices_trailing_newlines.cf36 blank:fields:::in here::
37 :leading blank field
87 strcmp("$(test.ary[blank][0])", "blank"),
89 strcmp("$(test.ary[blank][2])", ""),
129 "expected test.ary[blank][0] = 'blank', saw '$(test.ary[blank][0])'";
130 "expected test.ary[blank][1] = 'fields', saw '$(test.ary[blank][1])'";
131 "expected test.ary[blank][2] = '', saw '$(test.ary[blank][2])'";
132 "expected test.ary[blank][3] = '', saw '$(test.ary[blank][3])'";
133 "expected test.ary[blank][4] = 'in here', saw '$(test.ary[blank][4])'";
134 "expected test.ary[blank][5] = '', saw '$(test.ary[blank][5])'";
[all …]

12345678910>>...901