Home
last modified time | relevance | path

Searched refs:stringified (Results 1 – 25 of 66) sorted by relevance

123

/openbsd-src/gnu/usr.bin/perl/dist/Carp/t/
H A DCarp_overload.t16 "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 DInternals.pod52 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 DException.t40 is($exception->error, $str, "Got stringified exception");
H A DNote.t28 like($note->message, qr/^HASH\(.*\)$/, "stringified the input value");
H A DDiag.t27 like($diag->message, qr/^HASH\(.*\)$/, "stringified the input value");
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dsmartmatch.t260 ! { stringified => 1 } $ov_obj
300 $ov_obj qr/^stringified$/
H A Dwrite.t1555 ::is $^A, "$h$h","RT 91032: stringified array";
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcppmacro.c36 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 Dmacro.c36 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 Dextract-version.t17 # vers => expected version object (in stringified form),
722 # explicitly check the stringified form.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlpragma.pod150 floating point values are stringified. If you need to store multiple values
H A Dperl5243delta.pod144 when stringified, contains a null character, started crashing in Perl 5.20, but
H A Dperlreapi.pod88 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 Dperlvar.pod422 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 Dcpplib.pot855 msgid "macro argument \"%s\" would be stringified in traditional C"
H A Dzh_CN.po840 msgid "macro argument \"%s\" would be stringified in traditional C"
H A Dzh_TW.po843 msgid "macro argument \"%s\" would be stringified in traditional C"
H A Dsv.po843 msgid "macro argument \"%s\" would be stringified in traditional C"
H A Dnl.po862 msgid "macro argument \"%s\" would be stringified in traditional C"
H A Dtr.po843 msgid "macro argument \"%s\" would be stringified in traditional C"
/openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/
H A DChangeLog118 * In HP-UX the infinity is stringified as "++" and
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcpp.texi1429 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 Dcpp.texi1472 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 Dcpp.info1326 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 D02_methods.t440 " Tar archive stringified" );

123