| /openbsd-src/gnu/usr.bin/perl/dist/Carp/t/ |
| H A D | Carp_overload.t | 16 "Stringable object not overload stringified"); 17 like($msg, qr/, HASH\(0x[[:xdigit:]]+\)\)/, "HASH *not* stringified"); 29 like($msg, qr/bar.*buzz/m, 'HASH stringified'); 36 like($msg, qr/, HASH\(0x[[:xdigit:]]+\)\)/, "HASH not stringified again");
|
| /openbsd-src/gnu/usr.bin/perl/cpan/version/lib/version/ |
| H A D | Internals.pod | 52 will be stringified as L<Normal Form>. 126 The stringified form of Decimal versions will always be the same string that 255 (stringified). If you do not quote your value, Perl's normal numeric handling 299 3) In all cases, a version created using v-strings will have a stringified 359 comparisons. The return from this operator is always the stringified form 361 includes either the stringified form or the normal form, depending on how 400 will also exclusively return the stringified form. See L</Stringification> 544 the L<qv()|version/qv()> operator, the stringified representation is returned in 591 'v' (both optional), then the stringified form will have a leading 'v' 604 See also L<UNIVERSAL::VERSION|UNIVERSAL/VERSION>, as this also returns the stringified form [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/ |
| H A D | Exception.t | 40 is($exception->error, $str, "Got stringified exception");
|
| H A D | Note.t | 28 like($note->message, qr/^HASH\(.*\)$/, "stringified the input value");
|
| H A D | Diag.t | 27 like($diag->message, qr/^HASH\(.*\)$/, "stringified the input value");
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | smartmatch.t | 260 ! { stringified => 1 } $ov_obj 300 $ov_obj qr/^stringified$/
|
| H A D | write.t | 1555 ::is $^A, "$h$h","RT 91032: stringified array";
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cppmacro.c | 36 const cpp_token *stringified; /* Stringified argument. */ member 838 if (!arg->stringified) 839 arg->stringified = stringify_arg (pfile, arg); 872 count = 1, from = &arg->stringified;
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | macro.c | 36 const cpp_token *stringified; /* Stringified argument. */ member 820 if (!arg->stringified) in replace_args() 821 arg->stringified = stringify_arg (pfile, arg); in replace_args() 854 count = 1, from = &arg->stringified; in replace_args()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Module-Metadata/t/ |
| H A D | extract-version.t | 17 # vers => expected version object (in stringified form), 722 # explicitly check the stringified form.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlpragma.pod | 150 floating point values are stringified. If you need to store multiple values
|
| H A D | perl5243delta.pod | 144 when stringified, contains a null character, started crashing in Perl 5.20, but
|
| H A D | perlreapi.pod | 88 the start and end of the stringified pattern; the following snippet can 97 hlagh / ] >>) or with the non-stringified form of a compiled regular
|
| H A D | perlvar.pod | 422 As of v5.18.0, both keys and values stored in C<%ENV> are stringified. 432 Previously, only child processes received stringified values: 459 variable should be stringified first to avoid issues where its original 2431 All the entries are stringified when accessed at runtime, so only simple values
|
| /openbsd-src/gnu/gcc/libcpp/po/ |
| H A D | cpplib.pot | 855 msgid "macro argument \"%s\" would be stringified in traditional C"
|
| H A D | zh_CN.po | 840 msgid "macro argument \"%s\" would be stringified in traditional C"
|
| H A D | zh_TW.po | 843 msgid "macro argument \"%s\" would be stringified in traditional C"
|
| H A D | sv.po | 843 msgid "macro argument \"%s\" would be stringified in traditional C"
|
| H A D | nl.po | 862 msgid "macro argument \"%s\" would be stringified in traditional C"
|
| H A D | tr.po | 843 msgid "macro argument \"%s\" would be stringified in traditional C"
|
| /openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/ |
| H A D | ChangeLog | 118 * In HP-UX the infinity is stringified as "++" and
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | cpp.texi | 1429 string constants and stringified arguments. The preprocessor will 1430 replace the stringified arguments with string constants. The C 1450 @code{if} statement, and once, stringified, into the argument to 1468 All leading and trailing whitespace in text being stringified is 1470 converted to a single space in the stringified result. Comments are 1472 never appear in stringified text. 1491 @code{s} is stringified when it is used in @code{str}, so it is not 2568 substituted into a macro body, unless they are stringified or pasted 2610 If an argument is stringified or concatenated, the prescan does not
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | cpp.texi | 1472 string constants and stringified arguments. The preprocessor will 1473 replace the stringified arguments with string constants. The C 1493 @code{if} statement, and once, stringified, into the argument to 1511 All leading and trailing whitespace in text being stringified is 1513 converted to a single space in the stringified result. Comments are 1515 never appear in stringified text. 1534 @code{s} is stringified when it is used in @code{str}, so it is not 2683 substituted into a macro body, unless they are stringified or pasted 2725 If an argument is stringified or concatenated, the prescan does not
|
| H A D | cpp.info | 1326 string constants and stringified arguments. The preprocessor will 1327 replace the stringified arguments with string constants. The C 1342 statement, and once, stringified, into the argument to `fprintf'. If 1360 All leading and trailing whitespace in text being stringified is 1362 converted to a single space in the stringified result. Comments are 1364 never appear in stringified text. 1382 `s' is stringified when it is used in `str', so it is not 2412 substituted into a macro body, unless they are stringified or pasted 2452 If an argument is stringified or concatenated, the prescan does not
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/t/ |
| H A D | 02_methods.t | 440 " Tar archive stringified" );
|