Home
last modified time | relevance | path

Searched +refs:while +refs:no +refs:input (Results 1 – 25 of 75419) sorted by relevance

12345678910>>...3017

/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/t/Policy/InputOutput/
H A Dprohibit_explicit_stdin.t14 my $violations = fetch_violations($class_name, $block->input, $block->params);
26 --- input
30 while (<>) {
33 while (<FOO>) {
36 while (<$fh>) {
44 --- input
46 while (<STDIN>) {
57 --- input
64 --- dscr: no lint
67 --- input
[all …]
H A Dprohibit_readline_in_for_loop.t14 my $violations = fetch_violations($class_name, $block->input, $block->params);
26 --- input
45 --- input
47 while( my $foo = <> ){}
48 while( $foo = <> ){}
49 while( <> ){}
52 --- dscr: no lint
55 --- input
58 for (<>) {} ## no lint
H A Drequire_brief_open.t26 --- input
43 --- input
51 --- input
59 --- dscr: while .. print
62 --- input
64 while (<$fh1>) {
70 while (<$fh2>) {
84 while (<$fh2>) {
110 --- dscr: glob scope failure; no longer fails w/ RT #64437 applied.
375 --- dscr: no lint
[all …]
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/tools/
H A Dwarnings.lst40 tag %s has no value.
46 Oops! no colors available, images will look *really* ugly.
117 Bad HTML form: no action tag found, form ignored.
132 no code to handle this display type (%d bits deep).
159 Imagemap shape = POLY but I have no coordinates! (line %i in\n input). Area ignored.
176 Bad HTML comment on line %i of input:\n number of dashes is no multiple of four (counted %i dash…
199 %s: corrupt gif\n Image contains no %s colormap.
200 %s: corrupt gif\n out of data while reading %s.
212 Read error while %s jpeg input %s: read failed for %i\n bytes. Skipping this image.
214 Internal Error: no colors found in final JPEG decoding pass.
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/development_tools/locales/
H A Dca_ES.po77 msgid "%s: Assertion failed: expected= %s while computed= %s"
101 msgid "%s: Assertion failed: %s while %s (mean diff = %s)"
105 msgid "%s: Assertion failed: %s while %s"
126 msgid "%s: No error was produced while evaluating %s."
130 msgid "%s: Error while formatting the error message: %s"
272 msgid "Test failed ERROR DETECTED while executing %s"
288 msgstr "El mòdul %s no està instal·lat"
296 msgstr "El test %s no està disponible al mòdul %s"
304 msgstr "%s no és un mòdul o una barra d'eines instal·lada"
312 msgstr "El fitxer de referència (%s) no existeix"
[all …]
H A Dcs_CZ.po59 msgid "%s: Assertion failed: expected = %s while computed = %s"
60 msgstr "%s: Selhání výroku: očekáváno = %s ale spočítáno = %s"
80 msgid "%s: Assertion failed: expected= %s while computed= %s"
104 msgid "%s: Assertion failed: %s while %s (mean diff = %s)"
108 msgid "%s: Assertion failed: %s while %s"
132 msgid "%s: No error was produced while evaluating %s."
136 msgid "%s: Error while formatting the error message: %s"
141 "%s: Assertion failed: expected error message = %s while computed error "
149 "%s: Assertion failed: expected error number = %d while computed error number "
168 "předáno %s."
[all …]
H A Des_ES.po113 msgid "%s: Assertion failed: %s while %s (mean diff = %s)"
117 msgid "%s: Assertion failed: %s while %s"
142 "no-vacía.\n"
145 msgid "%s: No error was produced while evaluating %s."
149 msgid "%s: Error while formatting the error message: %s"
187 msgstr "%s: El archivo %s no existe.\n"
309 msgid "Test failed ERROR DETECTED while executing %s"
325 msgstr "%s no es un módulo instalado"
333 msgstr "La prueba %s no está disponible desde el módulo %s"
341 msgstr "%s no es un módulo o herramienta instalada"
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/t/Policy/ControlStructures/
H A Dprohibit_postfix_controls.t26 --- input
28 do_something() while $condition;
41 do_something() while $condition;
54 while($condition){ do_something() }
88 while ($condition) {
125 while ($condition) {
189 $hash{while} = 1;
203 while => 1,
219 --- dscr: no lint
224 do_something() while $condition;
[all …]
H A Dprohibit_deep_nests.t26 --- input
44 --- input
62 --- input
75 --- input
88 --- input
94 while ($condition) {
108 --- input
114 while ($condition) {
132 while ($condition) {
208 --- dscr: no lint
[all …]
/dports/security/steghide/steghide-0.5.1/po/
H A Des.po267 msgid "an error occured while reading the au headers from standard input."
272 msgid "premature end of data from standard input while reading au headers."
309 msgid "an error occured while reading the audio data from standard input."
314 msgid "premature end of data from standard input while reading audio data."
401 msgid "an error occured while reading the bmp headers from standard input."
405 msgid "premature end of data from standard input while reading bmp headers."
494 msgid "an error occured while reading the bmp data from standard input."
583 msgid "standard input"
941 msgid "an error occured while reading the wav headers from standard input."
946 msgid "premature end of data from standard input while reading wav headers."
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/t/Policy/Variables/
H A Dprohibit_reused_names.t26 --- input
37 --- input
54 --- input
64 --- input
74 --- input
191 while (1) {
197 while (1) {
209 while (1) {
221 while (1) {
299 --- dscr: no lint
[all …]
/dports/www/p5-POE-Component-Client-HTTP/POE-Component-Client-HTTP-0.949/t/
H A D04_chunk_filter.t20 is ($pending, undef, "got no pending data");
26 while ($output = $filter->get_one and @$output > 0) {
32 is_deeply ($pending, [''], "got no pending data");
44 while ($output = $filter->get_one and @$output > 0) {
58 while ($output = $filter->get_one and @$output > 0) {
75 while ($output = $filter->get_one and @$output > 0) {
92 while ($output = $filter->get_one and @$output > 0) {
109 while ($output = $filter->get_one and @$output > 0) {
125 while ($output = $filter->get_one and @$output > 0) {
140 while ($output = $filter->get_one and @$output > 0) {
[all …]
/dports/www/drupal8/drupal-8.9.20/core/themes/claro/css/components/
H A Dform--text.css10 * Text and textarea input elements.
29 .no-touchevents .form-element--extrasmall,
30 .no-touchevents .form-element[name$="][_weight]"] {
54 vertical-align: -webkit-baseline-middle; /* Prevent iOS input jump while filling. */
58 min-width: 9.5rem; /* Prevent input width change while filling. */
62 min-width: 7.5rem; /* Prevent input width change while filling. */
66 min-width: 3rem; /* Bigger input for webkit */
72 * Reset value border and background of the file input on IE11 and Edge.
91 * Reduce the vertical padding of the file input element to make the browse
92 * button fit into the needed input height.
[all …]
H A Dform--text.pcss.css3 * Text and textarea input elements.
11 …min-height: calc(((var(--input-padding-vertical) + var(--input-border-size)) * 2) + var(--input-li…
12 padding: var(--input-padding-vertical) var(--input-padding-horizontal);
13 color: var(--input-fg-color);
14 border: var(--input-border-size) solid var(--input-border-color);
22 .no-touchevents .form-element--extrasmall,
23 .no-touchevents .form-element[name$="][_weight]"] {
43 vertical-align: -webkit-baseline-middle; /* Prevent iOS input jump while filling. */
46 min-width: 9.5rem; /* Prevent input width change while filling. */
49 min-width: 7.5rem; /* Prevent input width change while filling. */
[all …]
/dports/www/drupal9/drupal-9.2.10/core/themes/claro/css/components/
H A Dform--text.css10 * Text and textarea input elements.
29 .no-touchevents .form-element--extrasmall,
30 .no-touchevents .form-element[name$="][_weight]"] {
54 vertical-align: -webkit-baseline-middle; /* Prevent iOS input jump while filling. */
58 min-width: 9.5rem; /* Prevent input width change while filling. */
62 min-width: 7.5rem; /* Prevent input width change while filling. */
66 min-width: 3rem; /* Bigger input for webkit */
72 * Reset value border and background of the file input on IE11 and Edge.
91 * Reduce the vertical padding of the file input element to make the browse
92 * button fit into the needed input height.
[all …]
H A Dform--text.pcss.css3 * Text and textarea input elements.
11 …min-height: calc(((var(--input-padding-vertical) + var(--input-border-size)) * 2) + var(--input-li…
12 padding: var(--input-padding-vertical) var(--input-padding-horizontal);
13 color: var(--input-fg-color);
14 border: var(--input-border-size) solid var(--input-border-color);
22 .no-touchevents .form-element--extrasmall,
23 .no-touchevents .form-element[name$="][_weight]"] {
43 vertical-align: -webkit-baseline-middle; /* Prevent iOS input jump while filling. */
46 min-width: 9.5rem; /* Prevent input width change while filling. */
49 min-width: 7.5rem; /* Prevent input width change while filling. */
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/t/Policy/BuiltinFunctions/
H A Dprohibit_boolean_grep.t26 --- input
37 --- input
44 --- input
51 --- input
59 --- input
62 while( grep { foo($_) } @list ) {}
69 --- input
72 foo() while grep { bar($_) } @list;
79 --- input
134 --- dscr: no lint
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/t/Policy/RegularExpressions/
H A Dprohibit_capture_without_test.t26 --- input
34 --- input
38 --- dscr: regex but no check on success
41 --- input
49 --- input
68 while (1) {
73 while ($str =~ m/\G(.)/cg) {
287 --- dscr: regex in while, capture in loop
291 while (m/(foo)/) {
341 --- dscr: no lint
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/SampleProfile/Inputs/
H A Dprofile-symbol-list.ll14 ; while (i++ < 20000 * 20000)
20 ; Both goo and hoo don't show up in the input profile.
21 ; Suppose function goo shows up in the binary generating the input profile
22 ; and function hoo doesn't show up. Then the profile symbol list in the input
57 br label %while.body, !dbg !16
59 while.body: ; preds = %while.body, %entry
60 %inc12 = phi i32 [ 1, %entry ], [ %inc.4, %while.body ]
61 %s.011 = phi i32 [ undef, %entry ], [ %spec.select.4, %while.body ]
83 br i1 %exitcond.4, label %while.end, label %while.body, !dbg !27, !llvm.loop !28
85 while.end: ; preds = %while.body
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/SampleProfile/Inputs/
H A Dprofile-symbol-list.ll14 ; while (i++ < 20000 * 20000)
20 ; Both goo and hoo don't show up in the input profile.
21 ; Suppose function goo shows up in the binary generating the input profile
22 ; and function hoo doesn't show up. Then the profile symbol list in the input
57 br label %while.body, !dbg !16
59 while.body: ; preds = %while.body, %entry
60 %inc12 = phi i32 [ 1, %entry ], [ %inc.4, %while.body ]
61 %s.011 = phi i32 [ undef, %entry ], [ %spec.select.4, %while.body ]
83 br i1 %exitcond.4, label %while.end, label %while.body, !dbg !27, !llvm.loop !28
85 while.end: ; preds = %while.body
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/development_tools/tests/unit_tests/assert/
H A Dcheckerror.dia.ref69 // Check error message when number of input arguments is false
133 // Check error message when no error is produced by f
138 MY_assert_equal ( lerr , "assert_checkerror: No error was produced while evaluating ""y=f(1)""." );
140 // Check error message when no error is produced by f (and error number is given)
190 lcl1="%s: Wrong number of input argument: %d expected.\n";
197 // Typical use-cases : the test fails because the message is no the same
204 localstr = gettext("%s: Assertion failed: expected error message = ""%s"" while computed error mess…
212 localstr = gettext("%s: Assertion failed: expected error message = ""%s"" while computed error mess…
220 localstr = gettext("%s: Assertion failed: expected error message = ""%s"" while computed error mess…
226 localstr = gettext("%s: Assertion failed: expected error message = ""%s"" while computed error mess…
[all …]
H A Dcheckerror.tst74 // Check error message when number of input arguments is false
138 // Check error message when no error is produced by f
143 MY_assert_equal ( lerr , "assert_checkerror: No error was produced while evaluating ""y=f(1)""." );
145 // Check error message when no error is produced by f (and error number is given)
195 lcl1="%s: Wrong number of input argument: %d expected.\n";
202 // Typical use-cases : the test fails because the message is no the same
209 localstr = gettext("%s: Assertion failed: expected error message = ""%s"" while computed error mess…
217 localstr = gettext("%s: Assertion failed: expected error message = ""%s"" while computed error mess…
225 localstr = gettext("%s: Assertion failed: expected error message = ""%s"" while computed error mess…
231 localstr = gettext("%s: Assertion failed: expected error message = ""%s"" while computed error mess…
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/SampleProfile/Inputs/
H A Dprofile-symbol-list.ll14 ; while (i++ < 20000 * 20000)
20 ; Both goo and hoo don't show up in the input profile.
21 ; Suppose function goo shows up in the binary generating the input profile
22 ; and function hoo doesn't show up. Then the profile symbol list in the input
57 br label %while.body, !dbg !16
59 while.body: ; preds = %while.body, %entry
60 %inc12 = phi i32 [ 1, %entry ], [ %inc.4, %while.body ]
61 %s.011 = phi i32 [ undef, %entry ], [ %spec.select.4, %while.body ]
83 br i1 %exitcond.4, label %while.end, label %while.body, !dbg !27, !llvm.loop !28
85 while.end: ; preds = %while.body
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/SampleProfile/Inputs/
H A Dprofile-symbol-list.ll14 ; while (i++ < 20000 * 20000)
20 ; Both goo and hoo don't show up in the input profile.
21 ; Suppose function goo shows up in the binary generating the input profile
22 ; and function hoo doesn't show up. Then the profile symbol list in the input
57 br label %while.body, !dbg !16
59 while.body: ; preds = %while.body, %entry
60 %inc12 = phi i32 [ 1, %entry ], [ %inc.4, %while.body ]
61 %s.011 = phi i32 [ undef, %entry ], [ %spec.select.4, %while.body ]
83 br i1 %exitcond.4, label %while.end, label %while.body, !dbg !27, !llvm.loop !28
85 while.end: ; preds = %while.body
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/SampleProfile/Inputs/
H A Dprofile-symbol-list.ll14 ; while (i++ < 20000 * 20000)
20 ; Both goo and hoo don't show up in the input profile.
21 ; Suppose function goo shows up in the binary generating the input profile
22 ; and function hoo doesn't show up. Then the profile symbol list in the input
57 br label %while.body, !dbg !16
59 while.body: ; preds = %while.body, %entry
60 %inc12 = phi i32 [ 1, %entry ], [ %inc.4, %while.body ]
61 %s.011 = phi i32 [ undef, %entry ], [ %spec.select.4, %while.body ]
83 br i1 %exitcond.4, label %while.end, label %while.body, !dbg !27, !llvm.loop !28
85 while.end: ; preds = %while.body
[all …]

12345678910>>...3017