| /third_party/mbedtls/tests/suites/ |
| D | test_suite_camellia.data | 13 Camellia-128-ECB Encrypt Perl EVP #1 [#1] 16 Camellia-192-ECB Encrypt Perl EVP #1 [#1] 19 Camellia-256-ECB Encrypt Perl EVP #1 [#1] 22 Camellia-128-ECB Encrypt Perl EVP #1 [#2] 25 Camellia-128-ECB Encrypt Perl EVP #2 28 Camellia-128-ECB Encrypt Perl EVP #3 31 Camellia-128-ECB Encrypt Perl EVP #4 34 Camellia-192-ECB Encrypt Perl EVP #1 [#2] 37 Camellia-192-ECB Encrypt Perl EVP #2 40 Camellia-192-ECB Encrypt Perl EVP #3 [all …]
|
| D | test_suite_block_cipher.data | 196 Camellia-128-ECB Encrypt Perl EVP #1 [#1] 200 Camellia-192-ECB Encrypt Perl EVP #1 [#1] 204 Camellia-256-ECB Encrypt Perl EVP #1 [#1] 208 Camellia-128-ECB Encrypt Perl EVP #1 [#2] 212 Camellia-128-ECB Encrypt Perl EVP #2 216 Camellia-128-ECB Encrypt Perl EVP #3 220 Camellia-128-ECB Encrypt Perl EVP #4 224 Camellia-192-ECB Encrypt Perl EVP #1 [#2] 228 Camellia-192-ECB Encrypt Perl EVP #2 232 Camellia-192-ECB Encrypt Perl EVP #3 [all …]
|
| /third_party/openssl/ |
| D | NOTES-PERL.md | 1 Notes on Perl 5 - [Perl on Windows](#perl-on-windows) 6 - [Perl on VMS](#perl-on-vms) 7 - [Perl on NonStop](#perl-on-nonstop) 8 - [Required Perl modules](#required-perl-modules) 9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module]) 14 For our scripts, we rely quite a bit on Perl, and increasingly on 15 some core Perl modules. These Perl modules are part of the Perl 16 source, so if you build Perl on your own, you should be set. 18 However, if you install Perl as binary packages, the outcome might [all …]
|
| D | OAT.xml | 22 …<policyitem type="compatibility" name="GPL-2.0+" path="external/perl/Text-Template-1.46/.*" desc="… 27 …<policyitem type="compatibility" name="Artistic-1.0-Perl" path="external/perl/Text-Template-1.46/.… 28 …<policyitem type="compatibility" name="InvalidLicense" path="external/perl/Text-Template-1.46/lib/… 29 …<policyitem type="compatibility" name="InvalidLicense" path="NOTES.PERL" desc="release file,not ne… 30 …<policyitem type="compatibility" name="InvalidLicense" path="external/perl/Text-Template-1.56/Chan… 31 …<policyitem type="compatibility" name="GPL-1.0+" path="external/perl/Text-Template-1.56/LICENSE" d… 32 …<policyitem type="compatibility" name="InvalidLicense" path="external/perl/Text-Template-1.56/lib/…
|
| D | NOTES-WINDOWS.md | 39 ### Perl subsection 41 We recommend Strawberry Perl, available from <http://strawberryperl.com/> 42 Please read NOTES.PERL for more information, including the use of CPAN. 43 An alternative is ActiveState Perl, <https://www.activestate.com/ActivePerl> 44 for which you may need to explicitly build the Perl module Win32/Console.pm 59 1. Install Perl 63 3. Make sure both Perl and NASM are on your %PATH% 76 - `perl Configure VC-WIN32` if you want 32-bit OpenSSL or 77 - `perl Configure VC-WIN64A` if you want 64-bit OpenSSL or 78 - `perl Configure VC-WIN64-ARM` if you want Windows on Arm (win-arm64) [all …]
|
| /third_party/pcre2/pcre2/doc/ |
| D | pcre2compat.3 | 3 PCRE2 - Perl-compatible regular expressions (revised API) 4 .SH "DIFFERENCES BETWEEN PCRE2 AND PERL" 8 and Perl handle regular expressions. The differences described here are with 9 respect to Perl version 5.38.0, but as both Perl and PCRE2 are continually 12 1. When PCRE2_DOTALL (equivalent to Perl's /s qualifier) is not set, the 13 behaviour of the '.' metacharacter differs from Perl. In PCRE2, '.' matches the 17 EBCDIC. In Perl, '.' appears never to match LF, even when 0x0A is not a newline 20 2. PCRE2 has only a subset of Perl's Unicode support. Details of what it does 27 3. Like Perl, PCRE2 allows repeat quantifiers on parenthesized assertions, but 31 assertion just once). Perl allows some repeat quantifiers on other assertions, [all …]
|
| /third_party/pcre2/pcre2/doc/html/ |
| D | pcre2compat.html | 16 DIFFERENCES BETWEEN PCRE2 AND PERL 20 and Perl handle regular expressions. The differences described here are with 21 respect to Perl version 5.38.0, but as both Perl and PCRE2 are continually 25 1. When PCRE2_DOTALL (equivalent to Perl's /s qualifier) is not set, the 26 behaviour of the '.' metacharacter differs from Perl. In PCRE2, '.' matches the 30 EBCDIC. In Perl, '.' appears never to match LF, even when 0x0A is not a newline 34 2. PCRE2 has only a subset of Perl's Unicode support. Details of what it does 40 3. Like Perl, PCRE2 allows repeat quantifiers on parenthesized assertions, but 44 assertion just once). Perl allows some repeat quantifiers on other assertions, 51 Perl treats the quantifier characters as literal. [all …]
|
| /third_party/python/PCbuild/ |
| D | prepare_ssl.py | 3 # Uses Perl to create nmake makefiles and otherwise prepare the way 45 # Find a suitable Perl installation for OpenSSL. 46 # cygwin perl does *not* work. ActivePerl does. 47 # Being a Perl dummy, the simplest way I can check is if the "Win32" package 50 for perl in perls: 52 subprocess.check_output([perl, "-e", "use Win32;"]) 56 return perl 59 print("The following perl interpreters were found:") 64 print("NO perl interpreters were found on this machine at all!") 74 copy_if_different = r'$(PERL) $(SRC_D)\util\copy-if-different.pl' [all …]
|
| D | prepare_ssl.bat | 47 if "%PERL%" == "" where perl > "%TEMP%\perl.loc" 2> nul && set /P PERL= <"%TEMP%\perl.loc" & del "%… 48 if "%PERL%" == "" (echo Cannot locate perl.exe on PATH or as PERL variable & exit /b 4)
|
| /third_party/ltp/m4/ |
| D | ax_prog_perl_modules.m4 | 11 # Checks to see if the given perl modules are available. If true the shell 13 # ACTION-IF-FALSE are run. Note if $PERL is not set (for example by 14 # calling AC_CHECK_PROG, or AC_PATH_PROG), AC_CHECK_PROG(PERL, perl, perl) 24 # AC_MSG_WARN(Need some Perl modules) 47 # Make sure we have perl 48 if test -z "$PERL"; then 49 AC_CHECK_PROG(PERL,perl,perl) 52 if test "x$PERL" != x; then 55 AC_MSG_CHECKING(for perl module $ax_perl_module) 58 $PERL -e "use $ax_perl_module; exit" > /dev/null 2>&1 [all …]
|
| /third_party/curl/projects/ |
| D | checksrc.bat | 80 rem Check we have Perl in our path 81 perl --version <NUL 1>NUL 2>&1 84 if exist "%SystemDrive%\Perl" ( 85 set "PATH=%SystemDrive%\Perl\bin;%PATH%" 118 …for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checks… 119 …for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checks… 126 …for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checks… 127 …for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checks… 132 …for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\… 133 …for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\… [all …]
|
| /third_party/openssl/external/perl/Text-Template-1.56/ |
| D | META.yml | 2 abstract: 'Expand template text with embedded Perl' 12 perl: '5.008' 17 perl: '5.008' 20 license: perl 37 perl: '5.008' 41 bugtracker: https://github.com/mschout/perl-text-template/issues 42 homepage: https://github.com/mschout/perl-text-template 43 repository: https://github.com/mschout/perl-text-template.git
|
| D | META.json | 2 "abstract" : "Expand template text with embedded Perl", 20 "perl" : "5.008" string 38 "perl" : "5.008", string 51 "perl" : "5.008", string 70 "web" : "https://github.com/mschout/perl-text-template/issues" 72 "homepage" : "https://github.com/mschout/perl-text-template", 75 "url" : "https://github.com/mschout/perl-text-template.git", 76 "web" : "https://github.com/mschout/perl-text-template"
|
| /third_party/pcre2/pcre2/ |
| D | perltest.sh | 3 # Script for testing regular expressions with perl to check that PCRE2 handles 4 # them the same. For testing with different versions of Perl, if the first 5 # argument is -perl then the second is taken as the Perl command to use, and 6 # both are then removed. If the next argument is "-w", Perl is called with 9 # The Perl code has to have "use utf8" and "require Encode" at the start when 15 # Perl script to Perl through a pipe. If the next argument is "-utf8", a 18 # The remaining arguments, if any, are passed to Perl. They are an input file 20 # STDOUT. If Perl receives no arguments, it opens /dev/tty as input, and writes 24 perl=perl 28 if [ $# -gt 1 -a "$1" = "-perl" ] ; then [all …]
|
| /third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/ |
| D | Preprocess.pm | 4 # ABSTRACT: Expand template text with embedded Perl 52 Text::Template::Preprocess - Expand template text with embedded Perl 101 { perl code } 107 { more perl code } 111 JavaScript program with executable Perl code. One strategy: 125 The development version is on github at L<https://https://github.com/mschout/perl-text-template> 126 and may be cloned from L<git://https://github.com/mschout/perl-text-template.git> 131 L<https://github.com/mschout/perl-text-template/issues> 142 C<mjd-perl-template+@plover.com> 146 C<mjd-perl-template-request@plover.com> to join. [all …]
|
| /third_party/curl/scripts/ |
| D | Makefile.am | 31 PERL = @PERL@ macro 49 if test -z "$(PERL)"; then echo "No perl: can't install completion script"; else \ 50 $(PERL) $(srcdir)/completion.pl --curl $(top_builddir)/src/curl$(EXEEXT) --shell zsh > $@ ; fi 59 if test -z "$(PERL)"; then echo "No perl: can't install completion script"; else \ 60 $(PERL) $(srcdir)/completion.pl --curl $(top_builddir)/src/curl$(EXEEXT) --shell fish > $@ ; fi 69 if test -n "$(PERL)"; then \ 75 if test -n "$(PERL)"; then \
|
| /third_party/icu/icu4j/perf-tests/ |
| D | README.txt | 22 need to set up Perl with the following modules: 41 perl collationperf.pl |& tee collation_output.txt 58 perl dateformatperf.pl 59 perl converterperf.pl 60 perl decimalformat.pl 61 perl normperf.pl 62 perl ucharacterperf.pl 63 perl unicodesetperf.pl
|
| /third_party/openssl/Configurations/ |
| D | windows-makefile.tmpl | 188 INSTALLTOP_dev={- # $prefix is used in the OPENSSLDIR perl snippet 265 PERL={- $config{PERL} -} 279 ECHO="$(PERL)" "$(SRCDIR)\util\echo.pl" 435 @$(ECHO) " target system doesn't have $(PERL)," 444 …"SRCTOP=$(SRCDIR)" & set "BLDTOP=$(BLDDIR)" & set "PERL=$(PERL)" & set "FIPSKEY=$(FIPSKEY)" & "$(P… 451 @cmd /C "set "SRCTOP=$(SRCDIR)" & "$(PERL)" "$(SRCDIR)\test\run_tests.pl" list" 461 "$(PERL)" -e "map { m/(.*)\.dll$$/; unlink glob """{.,apps,test,fuzz}/$$1.*"""; } @ARGV" $(SHLIBS) 487 @ "$(PERL)" "$(SRCDIR)\util\add-depends.pl" "{- $target{makedep_scheme} -}" 503 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(MODULESDIR)" 504 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(OPENSSLDIR)" [all …]
|
| /third_party/mbedtls/scripts/ |
| D | make_generated_files.bat | 3 @rem Perl and Python 3 must be on the PATH. 7 perl scripts\generate_errors.pl || exit /b 1 8 perl scripts\generate_query_config.pl || exit /b 1 9 perl scripts\generate_features.pl || exit /b 1 11 perl scripts\generate_visualc_files.pl || exit /b 1
|
| /third_party/skia/m133/third_party/externals/icu/source/test/perf/ |
| D | README | 12 performance tests are driven by a perl-based script which calls the underlying C program and 49 … (e.g. convperf (Conversion tests)). Go to each directory and execute the perl script for each test 51 …* You only need to run the perl script from the latest ICU version. The corresponding perl script 59 Note: To run the actual performance test, you will need to setup Perl with the following modules: 63 perl script might be helpful. 64 Note: The perl script is only used in one version of ICU. When you run regression tests,
|
| /third_party/icu/icu4c/source/test/perf/ |
| D | README | 12 performance tests are driven by a perl-based script which calls the underlying C program and 49 … (e.g. convperf (Conversion tests)). Go to each directory and execute the perl script for each test 51 …* You only need to run the perl script from the latest ICU version. The corresponding perl script 59 Note: To run the actual performance test, you will need to setup Perl with the following modules: 63 perl script might be helpful. 64 Note: The perl script is only used in one version of ICU. When you run regression tests,
|
| /third_party/mindspore/mindspore-src/source/scripts/ |
| D | get_shape_from_ir.sh | 21 cat "$1" | perl -p -e 's/\n/NEWLINE/' \ 24 | perl -p -e 's/NEWLINE/\n/g' \ 25 | perl -p -e 's/<Array\[([\d\w]+)\]x\[[\w ]+\](\[[\d, ]*\])>/\2/g' \ 26 | perl -p -e 's/<Tuple\[([\[\]\d\w\.\*]*)\]>/Tuple/g' \ 27 | perl -p -e 's/ \%(\d+)\(.*= /\1\t/g' \ 28 | perl -p -e 's/\(.*\)( \{.*\})*:/\t\1\t/g' \
|
| /third_party/python/Tools/scripts/ |
| D | dutree.doc | 3 Newsgroups: comp.lang.perl 4 Subject: Re: The problems of Perl (Re: Question (silly?)) 15 :And Perl is definitely awkward with data types. I haven't yet found a 16 :pleasant way of shoving non-trivial data types into Perl's grammar. 18 Yes, it's pretty awful at that, alright. Sometimes I write perl programs 23 :Here's a very simple problem that's tricky to express in Perl: process
|
| /third_party/rust/crates/regex/regex-syntax/src/unicode_tables/ |
| D | mod.rs | 13 #[cfg(all(feature = "unicode-perl", not(feature = "unicode-gencat")))] 17 #[cfg(all(feature = "unicode-perl", not(feature = "unicode-bool")))] 21 #[cfg(feature = "unicode-perl")] 31 feature = "unicode-perl", 41 feature = "unicode-perl",
|
| /third_party/openssl/test/recipes/ |
| D | 02-test_errstr.t | 1 #! /usr/bin/env perl 22 # perl, and may thereby get different error messages for the 29 # on Windows when built with msys perl. Similar problems are also observed 30 # in MSVC builds, depending on the perl implementation used. 45 # system. libcrypto's ERR should either use the same string as perl, or if 58 # The error names are perl constants, which are implemented as functions 66 # With perl, errcode zero is a bit special. Perl consistently gives 70 skip "perl error strings and ssystem error strings for errcode 0 differ", 1
|