Searched refs:notation (Results 1 - 23 of 23) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/dist/Locale-Maketext/t/
H A D93_whitelist.t59 like( $@, qr/Can't use .* as a method name/, '_internal_method blocked in bracket notation by allowlist' );
63 is( $res, "hello", 'sprintf allowed in bracket notation by allowlist' );
69 like( $@, qr/Can't use .* as a method name/, 'custom_handler blocked in bracket notation by allowlist' );
76 is( $res, "hello", 'sprintf allowed in bracket notation by allowlist' );
81 is( $res, "custom_handler_response", 'custom_handler allowed in bracket notation by allowlist' );
87 like( $@, qr/Can't use .* as a method name/, '_internal_method blocked in bracket notation by allowlist' );
95 like( $@, qr/Can't use .* as a method name/, 'fail_with blocked in bracket notation by blacklist even when allowlisted' );
H A D95_allowlist.t59 like( $@, qr/Can't use .* as a method name/, '_internal_method blocked in bracket notation by allowlist' );
63 is( $res, "hello", 'sprintf allowed in bracket notation by allowlist' );
69 like( $@, qr/Can't use .* as a method name/, 'custom_handler blocked in bracket notation by allowlist' );
76 is( $res, "hello", 'sprintf allowed in bracket notation by allowlist' );
81 is( $res, "custom_handler_response", 'custom_handler allowed in bracket notation by allowlist' );
87 like( $@, qr/Can't use .* as a method name/, '_internal_method blocked in bracket notation by allowlist' );
95 like( $@, qr/Can't use .* as a method name/, 'fail_with blocked in bracket notation by denylist even when allowlisted' );
H A D94_denylist.t51 like( $@, qr/Can't use .* as a method name/, 'get_handle blocked in bracket notation by default denylist' );
56 like( $@, qr/Can't use .* as a method name/, '_ambient_langprefs blocked in bracket notation by default denylist' );
60 is( $res, "_internal_method_response", '_internal_method allowed in bracket notation by default denylist' );
65 is( $res, "hello", 'sprintf allowed in bracket notation by default denylist' );
74 like( $@, qr/Can't use .* as a method name/, 'sprintf blocked in bracket notation by custom denylist' );
83 like( $@, qr/Can't use .* as a method name/, 'sprintf blocked in bracket notation by custom denylist after extension of denylist' );
88 like( $@, qr/Can't use .* as a method name/, 'sprintf blocked in bracket notation by custom denylist after extension of denylist' );
92 is( $res, "custom_handler_response", 'custom_handler allowed in bracket notation by default and custom denylist' );
H A D92_blacklist.t51 like( $@, qr/Can't use .* as a method name/, 'get_handle blocked in bracket notation by default denylist' );
56 like( $@, qr/Can't use .* as a method name/, '_ambient_langprefs blocked in bracket notation by default denylist' );
60 is( $res, "_internal_method_response", '_internal_method allowed in bracket notation by default denylist' );
65 is( $res, "hello", 'sprintf allowed in bracket notation by default denylist' );
74 like( $@, qr/Can't use .* as a method name/, 'sprintf blocked in bracket notation by custom denylist' );
83 like( $@, qr/Can't use .* as a method name/, 'sprintf blocked in bracket notation by custom denylist after extension of denylist' );
88 like( $@, qr/Can't use .* as a method name/, 'sprintf blocked in bracket notation by custom denylist after extension of denylist' );
92 is( $res, "custom_handler_response", 'custom_handler allowed in bracket notation by default and custom denylist' );
/openbsd-current/gnu/usr.bin/perl/cpan/Module-Load/lib/Module/
H A DLoad.pm185 modules at runtime, since you will need to change the module notation
186 (C<Acme::Comment>) to a file notation fitting the particular platform
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm2879 # Knuth's up-arrow notation buparrow(a, n, b)
2882 # notation, just to show the idea. Such implementations cause "Deep
4029 # Parts used for scientific notation with significand/mantissa and exponent as
4075 # Parts used for normalized notation with significand/mantissa as either 0 or a
4113 # Parts used for engineering notation with significand/mantissa as either 0 or a
4159 # Parts used for decimal notation, e.g., "12345.6789" is returned as "12345"
4285 # Scientific notation with significand/mantissa as an integer, e.g., "12345" is
4314 # Normalized notation, e.g., "12345" is written as "1.2345e+4".
4348 # Engineering notation, e.g., "12345" is written as "12.345e+3".
4387 # Decimal notation,
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dada-exp.y572 can't get used to Ada notation in GDB. */
959 calls an operator function with prefix notation, as in
H A DChangeLog-3.x413 * sparc-opcode.h (rett): Fix notation to use suggested assembler
1121 * expread.y (parse_number): Handle scientific notation when the
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm1668 the vector and the I<x> axis. There is a notation for this using the
1688 The polar notation (also known as the trigonometric representation) is
1690 complex numbers, whilst the cartesian notation is better suited for
1759 notation for the norm.
1883 notation for complex numbers in the polar form).
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DMac.pm603 Note that both paths are assumed to have a notation that distinguishes a
695 Note that both paths are assumed to have a notation that distinguishes a
/openbsd-current/lib/libexpat/lib/
H A Dxmlparse.c324 const XML_Char *notation; member in struct:__anon11
2940 if (entity->notation)
5224 parser->m_declEntity->notation
5226 if (! parser->m_declEntity->notation)
5234 parser->m_declEntity->publicId, parser->m_declEntity->notation);
5241 parser->m_declEntity->publicId, parser->m_declEntity->notation);
6134 if (entity->notation) {
7124 if (oldE->notation) {
7125 const XML_Char *tem = poolCopyString(newPool, oldE->notation);
7128 newE->notation
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/VMS-Filespec/lib/VMS/
H A DFilespec.pm111 characters in Unix filenames are encoded in VTF-7 notation in the resulting
/openbsd-current/gnu/usr.bin/perl/cpan/Socket/
H A DSocket.pm330 human-readable four dotted number notation for Internet addresses).
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DSpec.pm851 They B<must not> use exponential notation ("1.23e-2").
/openbsd-current/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.pm891 notation. You can specify names for individual values to be dumped if you
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
H A DLib.pm2399 Returns a string representing OBJ in decimal notation. The returned string
/openbsd-current/gnu/gcc/gcc/doc/include/
H A Dtexinfo.tex156 % In some macros, we cannot use the `\? notation---the left quote is
1814 % Can't use plain's \frenchspacing because it uses the `\x notation, and
6291 % in xref tags, i.e., node names. But since ^^e4 notation isn't
/openbsd-current/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex155 % In some macros, we cannot use the `\? notation---the left quote is
1720 % Can't use plain's \frenchspacing because it uses the `\x notation, and
6030 % in xref tags, i.e., node names. But since ^^e4 notation isn't
/openbsd-current/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.tex156 % In some macros, we cannot use the `\? notation---the left quote is
1748 % Can't use plain's \frenchspacing because it uses the `\x notation, and
6165 % in xref tags, i.e., node names. But since ^^e4 notation isn't
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dlb1sf68.asm168 | It is convenient to introduce the notation (s,e,f) for a floating point
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dlb1sf68.asm98 | It is convenient to introduce the notation (s,e,f) for a floating point
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm2840 C<< expect: <array> >> is a short notation for this C<eexpect>:
/openbsd-current/gnu/usr.bin/perl/
H A DConfigure10513 * places into using the e notation. */

Completed in 511 milliseconds