Home
last modified time | relevance | path

Searched refs:_compile (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/
H A DMaketext.pm225 my $value ||= ($lex->{$phrase} ||= $handle->_compile($phrase));
297 … $value = $handle->{'_external_lex_cache'}{$phrase} = $handle->_compile($value);
300 $value = $h_r->{$phrase} = $handle->_compile($value);
311 $value = $handle->{'_external_lex_cache'}{$phrase} = $handle->_compile($phrase);
314 $value = $h_r->{$phrase} = $handle->_compile($phrase);
577 sub _compile { subroutine
/openbsd/gnu/usr.bin/perl/dist/Locale-Maketext/t/
H A D09_compile.t21 my $result = Locale::Maketext::_compile("hello [_1]", $tainted_value);
/openbsd/gnu/usr.bin/perl/dist/Locale-Maketext/
H A DChangeLog107 Locale::Maketext::Guts::_compile() when working with tainted values
116 Speed and efficiency tweaks in _compile calls when string has no ~][ in it.
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5141delta.pod182 Some test failures in F<dist/Locale-Maketext/t/09_compile.t> that could
H A Dperl5140delta.pod1785 C<Locale::Maketext::Guts::_compile()> when
/openbsd/gnu/usr.bin/perl/
H A DMANIFEST648 cpan/CPAN-Meta-YAML/t/01_compile.t CPAN-Meta-YAML files
3127 cpan/Text-Balanced/t/01_compile.t See if Text::Balanced works
4349 dist/Locale-Maketext/t/09_compile.t Test Locale::Maketext::_compile
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td4418 def _compile : Flag<["--"], "compile">, Alias<c>;