HomeSort by relevance Sort by last modified time
    Searched refs:Perl (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/Perl5/
Makefile.PL 11 --languages=Perl --langmap=Perl:+.t \
18 LICENSE => 'perl',
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlmain.i 11 Perl executable. This will be necessary on systems that do
16 Perl executable. Thus, it may be necessary (or desirable)
21 This library file works with Perl 5.003. It may work with earlier
  /external/ltp/tools/
autoltp 1 #!/usr/bin/perl
12 use Net::SSH::Perl ();
65 my $ssh = Net::SSH::Perl->new($HOST);
  /external/ImageMagick/PerlMagick/
Magick.pm 105 Image::Magick - objected-oriented Perl interface to ImageMagick. Use it to read, manipulate, or write an image or image sequence from within a Perl script.
120 This Perl extension allows the reading, manipulation and writing of
126 file:///usr/local/share/doc/ImageMagick-7.0.0/www/perl-magick.html
127 http://www.imagemagick.org/script/perl-magick.php
143 perl(1).
  /external/ImageMagick/PerlMagick/quantum/
quantum.pm 104 Image::Magick::Q16HDRI - objected-oriented Perl interface to ImageMagick (Q16HDRI). Use it to create, edit, compose, or convert bitmap images from within a Perl script.
119 This Perl extension allows the reading, manipulation and writing of
125 file:///usr/local/share/doc/ImageMagick-7/www/perl-magick.html
126 http://www.imagemagick.org/script/perl-magick.php
142 perl(1).
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 14 ANTLR::Runtime - ANTLR Runtime for Perl 5
70 part of the standard Perl distribution, part of the module's distribution,
78 system or program resources, or due to internal limitations of Perl
111 modify it under the same terms as Perl (see L<perlartistic>)
  /prebuilts/go/darwin-x86/src/regexp/syntax/
doc.go 14 The regular expression syntax understood by this package when parsing with the Perl flag is as follows.
22 \d Perl character class
23 \D negated Perl character class
69 $ at end of text (like \z not Perl's \Z) or line (flag m=true)
91 \d Perl character class
106 Perl character classes (all ASCII-only):
prog_test.go 96 re, _ := Parse(tt.Regexp, Perl)
simplify_test.go 41 // Perl character classes
141 re, err := Parse(tt.Regexp, MatchNL|Perl&^OneLine)
parse_test.go 78 // Posix and Perl extensions
144 // Test Perl quoted literals
151 // Test Perl \A and \z
510 if re, err := Parse(regexp, Perl); err == nil {
511 t.Errorf("Parse(%#q, Perl) = %s, should have failed", regexp, dump(re))
518 if _, err := Parse(regexp, Perl); err != nil {
519 t.Errorf("Parse(%#q, Perl): %v", regexp, err)
526 if re, err := Parse(regexp, Perl); err == nil {
527 t.Errorf("Parse(%#q, Perl) = %s, should have failed", regexp, dump(re))
parse.go 37 ErrInvalidPerlOp ErrorCode = "invalid or unsupported Perl syntax"
62 PerlX // allow Perl extensions
69 Perl = ClassNL | OneLine | PerlX | UnicodeGroups // as close to Perl as possible
233 // In Perl it is not allowed to stack repetition operators:
873 // Perl character class escape.
944 // parsePerlFlags parses a Perl flag setting or non-capturing group or both,
954 // (?<name>expr) the .NET alteration, adopted by Perl 5.10
955 // (?'name'expr) another .NET alteration, adopted by Perl 5.10
957 // Perl 5.10 gave in and implemented the Python version too
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
doc.go 14 The regular expression syntax understood by this package when parsing with the Perl flag is as follows.
22 \d Perl character class
23 \D negated Perl character class
69 $ at end of text (like \z not Perl's \Z) or line (flag m=true)
91 \d Perl character class
106 Perl character classes (all ASCII-only):
prog_test.go 96 re, _ := Parse(tt.Regexp, Perl)
simplify_test.go 41 // Perl character classes
141 re, err := Parse(tt.Regexp, MatchNL|Perl&^OneLine)
parse_test.go 78 // Posix and Perl extensions
144 // Test Perl quoted literals
151 // Test Perl \A and \z
510 if re, err := Parse(regexp, Perl); err == nil {
511 t.Errorf("Parse(%#q, Perl) = %s, should have failed", regexp, dump(re))
518 if _, err := Parse(regexp, Perl); err != nil {
519 t.Errorf("Parse(%#q, Perl): %v", regexp, err)
526 if re, err := Parse(regexp, Perl); err == nil {
527 t.Errorf("Parse(%#q, Perl) = %s, should have failed", regexp, dump(re))
parse.go 37 ErrInvalidPerlOp ErrorCode = "invalid or unsupported Perl syntax"
62 PerlX // allow Perl extensions
69 Perl = ClassNL | OneLine | PerlX | UnicodeGroups // as close to Perl as possible
233 // In Perl it is not allowed to stack repetition operators:
873 // Perl character class escape.
944 // parsePerlFlags parses a Perl flag setting or non-capturing group or both,
954 // (?<name>expr) the .NET alteration, adopted by Perl 5.10
955 // (?'name'expr) another .NET alteration, adopted by Perl 5.10
957 // Perl 5.10 gave in and implemented the Python version too
    [all...]
  /external/ImageMagick/api_examples/
magick_script 14 If you want you can put uncommented documentation such as Perl POD
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
varsub.bat 12 @rem = '--*-Perl-*--
15 perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
18 perl -x -S "%0" %*
20 if %errorlevel% == 9009 echo You do not have Perl in your PATH.
23 #!perl
26 # Usage: perl varsub.bat [-n|-nr] <infile> <outfile>
indic.bat 14 REM to work, the perl executable must be on the path. We recommend
19 perl -w -x indic.pl %1 %2 %3 %4 %5 %6 %7 %8 %9
22 perl -w -x indic.pl %*
24 if %errorlevel% == 9009 echo You do not have Perl in your PATH.
genIndexFilters.bat 11 @rem = '--*-Perl-*--
14 perl -W -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
17 perl -W -x -S "%0" %*
19 if %errorlevel% == 9009 echo You do not have Perl in your PATH.
22 #!perl
25 # This perl script updates the filters in the transliterator index file.
  /external/curl/projects/
checksrc.bat 75 rem Check we have Perl in our path
76 echo %PATH% | findstr /I /C:"\Perl" 1>nul
79 if exist "%SystemDrive%\Perl" (
80 set "PATH=%SystemDrive%\Perl\bin;%PATH%"
98 for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\src" -Wtool_hugehelp.c "%%i"
99 for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\src" "%%i"
106 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\lib" "%%i"
107 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\lib" -Wcurl_config.h.cmake "%%i"
112 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\lib\vauth" "%%i"
113 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\lib\vauth" "%%i
    [all...]
build-openssl.bat 123 rem Check we have Perl in our path
124 echo %PATH% | findstr /I /C:"\Perl" 1>nul
127 if exist "%SystemDrive%\Perl" (
128 set "PATH=%SystemDrive%\Perl\bin;%PATH%"
194 perl Configure debug-VC-WIN64A --prefix=%CD%
217 perl Configure VC-WIN64A --prefix=%CD%
247 perl Configure debug-VC-WIN32 no-asm --prefix=%CD%
270 perl Configure VC-WIN32 no-asm --prefix=%CD%
345 echo Error: Perl is not installed
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 1 #!/usr/bin/perl
176 port - ANTLR Perl 5 port status
190 The primary language target for ANTLR is Java. The Perl 5 port only follows
  /external/regex-re2/doc/
mksyntaxgo 31 The regular expression syntax understood by this package when parsing with the Perl flag is as follows.
  /external/valgrind/cachegrind/
cg_diff.in 1 #! @PERL@
51 --mod-filename=<expr> a Perl search-and-replace expression that is applied

Completed in 308 milliseconds

1 2 3