Searched refs:into (Results 201 - 225 of 478) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/lib/Net/
H A Dhostent.pm92 You may also import all the structure fields directly into your namespace
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dstrict.pm98 unexpectedly or are difficult to debug, turning them into errors. The
H A Dbytes.pm73 Unicode into Perl, but the approach that used it was found to be defective,
/openbsd-current/gnu/usr.bin/perl/lib/Tie/
H A DHandle.pm63 Read I<length> bytes of data into I<scalar> starting at I<offset>.
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DSimpleTree.pm64 Pod::Simple::SimpleTree -- parse Pod into a simple parse tree
H A DDebug.pm67 Pod::Simple::Debug -- put Pod::Simple into trace/debug mode
H A DXHTML.pm93 In turning L<Foo::Bar> into http://whatever/Foo%3a%3aBar, what
104 In turning C<< L<crontab(5)> >> into http://whatever/man/1/crontab, what
205 Whether to turn every =head1 directive into a link pointing to the top
318 Note that the code might be broken into multiple segments if there are
751 This method turns an arbitrary string into a valid XHTML ID attribute value.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/
H A DWriter.pm233 =item * a reference to an array into which YAML will be pushed
/openbsd-current/gnu/usr.bin/perl/ext/Fcntl/
H A DFcntl.pm28 O_CREAT) and the FD_CLOEXEC constant are exported into your namespace.
86 # Items to export into callers namespace by default
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/
H A Ddataconn.pm168 Read C<$size> bytes of data from the server and place it into C<$buffer>, also
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dgoto.t18 local $SIG{__WARN__} = sub { if ($_[0] =~ m/jump into a construct/) { $deprecated++; } else { warn $_[0] } };
387 like($@, qr/Can't "goto" into the middle of a foreach loop/,
464 # Use of "goto" to jump into a construct is deprecated at t/op/goto.t line 442.
819 'goto into rv2sv, rv2gv and scalar';
821 'goto into $#{...}';
823 'goto into srefgen, prototype and rv2cv';
825 'goto into ref';
827 'goto into defined and undef';
829 'goto into study and preincrement';
831 'goto into complemen
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DInterceptResult.pm202 # flatten() condenses the facet data into the key details for each event
242 # Diag message was turned into a note since the assertion was
343 This will create a clone of the list where all events have been converted into
376 and diag into the same event as the subtest (This is different from putting
377 them into the subtest, which is not what happens).
402 If you wish to pass parameters into the event method being used for filtering,
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dacknowledgements.pl60 Perl continues to flourish into its fourth decade thanks to a vibrant
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/
H A DUNIX.pm136 For legacy reasons the error message is also set into the global C<$@>
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/autodie/
H A Dhints.pm94 written into the module itself, or into a helper module or sub-class
201 thereafter, thus you can move this work into a module and it will still
457 # TODO: Turn into a proper diagnostic.
476 # TODO: Turn into a proper diagnostic.
581 Jacinta Richardson for translating much of my ideas into this
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DConcise.pm615 # but its less naughty than just blindly copying those constants into
664 # try to convert numeric $val into symbolic
897 # as an integer index into the pad (for a lexical array)
1256 at the left and 'left-to-right' order of children transformed into
1266 each opcode, and dictates what info is actually printed into each line.
1553 value is interpolated into the style-line, much like "read $this".
1562 interpolated into the rendering.
1574 display; it converts '#Var' into a 'Var => #var' style, which is then
1582 used in a style, their respective values are plugged into the
1586 provided for you to delve into optre
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A DChangeLog-3.x132 infrun.c: Split registers_info into DO_REGISTERS_INFO
672 (read_dbx_symtab): Before indexing into string table, check
1110 allocate it; it just points into arg_string.
1142 and/or ADDRESS are not nil before storing into them.
1171 by 4 to bring it into (apparently) appropriate alignment with
1257 * dbxread.c (read_dbx_symtab): Put N_SETV symbols into the misc
1402 (initialize_main): Put "info verbose" into command list.
1420 removed a typo) to bring this into accord with gas' table; also
1451 * m68k-pinsn.c (print_insn_arg ['#', '^']): Combined them into one
1514 remote_server.c, remote_utils.c: Combined into remot
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/
H A Dencoding.pm274 program script from a given encoding into UTF-8, and changes the PerlIO layers
306 the Perl source file from the encoding I<ENCNAME> into UTF-8, and similarly
325 encoding into UTF-8.
370 the encoding into UTF-8. This allows identifiers in the source to be in that
372 ASCII; imagine all your semi-colons being translated into something
H A DEncode.pm336 Encodes the scalar value I<STRING> from Perl's internal form into
345 For example, to convert a string from Perl's internal format into
365 value I<OCTETS>, assumed to be a sequence of octets in I<ENCODING>, into
375 For example, to convert ISO-8859-1 data into a string in Perl's
445 format. For example, to convert ISO-8859-1 data into Microsoft's CP1250
511 from (loose, not strict) utf8 into a sequence of logical characters.
709 C<Encode::FB_PERLQQ> puts C<encode> and C<decode> into C<perlqq> fallback mode.
808 Perl should remain one language, rather than forking into a
/openbsd-current/gnu/usr.bin/perl/dist/Exporter/lib/
H A DExporter.pm146 symbols that are going to be exported into the users name space by
199 This imports all the symbols from YourModule's C<@EXPORT> into the namespace
208 This imports only the symbols listed by the caller into their namespace.
262 into modules.
323 which will export Exporter's own import() method into YourModule.
333 module into a call to C<< $module_name->VERSION($value) >>. This can
370 symbols into C<@EXPORT_FAIL> by default and then take them out if someone
/openbsd-current/gnu/usr.bin/perl/ext/Pod-Html/t/lib/
H A DTesting.pm114 slurps the text of a single such F<t/*.pod> file into memory. The test
121 we cannot hard-code the expected HTML output into the C<DATA> template or any
125 slurped into memory from the F<t/*.pod> file.
147 The program then slurps contents of the C<DATA> handle into memory.
168 used, the text of that file (which we've already slurped into memory), the
315 # Copy ext/Pod-Html/t/*.pod files into position under tempdir
327 # Copy ext/Pod-Html/corpus/*.pod files into position under tempdir
352 # Move into tempdir/ext/Pod-Html
699 The testing code reworked into its present form has many authors and dates
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DTester.pm503 jumping into the function you are testing. So for example in
555 switch Test::Tester into a mode whereby all "tricky" characters are shown as
622 check_tests combines run_tests and cmp_tests into a single call. It also
635 cmp_tests into a single call, checking if the test died. It assumes
656 However once we go into test mode, the method calls are no longer passed to
/openbsd-current/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/
H A DPP.pm1904 the JSON result into UTF-8, as required by many protocols, while the
1944 into its own line, indenting them properly.
2107 non-reference into its corresponding string, number or null JSON value,
2194 the object's class. If found, it will be used to serialise the object into
2256 inserted into the deserialised data structure. If it returns an empty
2265 Example, convert all JSON objects into the integer 5:
2282 object. If it returns a single value, it will be inserted into the data
2292 objects make excellent targets to serialise Perl objects into, especially
2304 into the corresponding C<< $WIDGET{<id>} >> object:
2465 big integers Perl cannot handle as integer into
[all...]
/openbsd-current/gnu/gcc/gcc/config/score/
H A Dcrti.asm16 # distribution when not linked into another program.)
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dlb1spc.asm170 ! Compute ITER in an unorthodox manner: know we need to shift V into
210 ! order bit set in the first step, just falling into the regular
517 ! Compute ITER in an unorthodox manner: know we need to shift V into
557 ! order bit set in the first step, just falling into the regular

Completed in 687 milliseconds

1234567891011>>