| /f-stack/app/nginx-1.16.1/auto/lib/perl/ |
| H A D | make | 14 $NGX_OBJS/src/http/modules/perl/Makefile 23 src/http/modules/perl/Makefile.PL \\ 24 src/http/modules/perl/nginx.pm \\ 25 src/http/modules/perl/nginx.xs \\ 26 src/http/modules/perl/typemap 29 $NGX_OBJS/src/http/modules/perl/version 31 src/http/modules/perl/nginx.pm > \\ 33 cp -p src/http/modules/perl/nginx.xs $NGX_OBJS/src/http/modules/perl/ 34 cp -p src/http/modules/perl/typemap $NGX_OBJS/src/http/modules/perl/ 35 cp -p src/http/modules/perl/Makefile.PL $NGX_OBJS/src/http/modules/perl/ [all …]
|
| H A D | conf | 6 echo "checking for perl" 9 NGX_PERL_VER=`$NGX_PERL -v 2>&1 | grep '^This is perl' 2>&1 \ 10 | sed -e 's/^This is perl, \(.*\)/\1/'` 13 echo " + perl version: $NGX_PERL_VER" 17 echo "$0: error: perl 5.8.6 or higher is required" 25 echo "$0: error: perl module ExtUtils::Embed is required" 46 ngx_perl_libdir="src/http/modules/perl/blib/arch/auto" 51 echo " + perl interpreter multiplicity found" 55 # FreeBSD port wants to link with -pthread non-threaded perl 60 # OS X system perl wants to link universal binaries [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/perl/ |
| H A D | ngx_http_perl_module.c | 15 PerlInterpreter *perl; member 208 dTHXa(pmcf->perl); in ngx_http_perl_handle_request() 325 dTHXa(pmcf->perl); in ngx_http_perl_variable() 391 dTHXa(pmcf->perl); in ngx_http_perl_ssi() 500 if (perl) { in ngx_http_perl_init_interpreter() 512 pmcf->perl = perl; in ngx_http_perl_init_interpreter() 539 perl = pmcf->perl; in ngx_http_perl_init_interpreter() 573 dTHXa(perl); in ngx_http_perl_create_interpreter() 628 return perl; in ngx_http_perl_create_interpreter() 634 perl_free(perl); in ngx_http_perl_create_interpreter() [all …]
|
| /f-stack/app/nginx-1.16.1/contrib/ |
| H A D | README | 4 The perl script to convert CSV geoip database ( free download 11 The perl script to convert unicode mappings ( available
|
| /f-stack/app/nginx-1.16.1/auto/lib/openssl/ |
| H A D | makefile.bcc | 9 perl Configure BC-32 no-shared --prefix=openssl $(OPENSSL_OPT)
|
| H A D | makefile.msvc | 9 perl Configure VC-WIN32 no-shared \
|
| /f-stack/tools/libxo/doc/ |
| H A D | Makefile.am | 21 perl ${top_srcdir}/xolint/xolint.pl -D > ${top_srcdir}/doc/xolint.rst
|
| /f-stack/app/nginx-1.16.1/auto/lib/ |
| H A D | make | 23 . auto/lib/perl/make
|
| H A D | conf | 41 . auto/lib/perl/conf
|
| /f-stack/freebsd/contrib/device-tree/scripts/ |
| H A D | Kbuild.include | 210 # note: when using inline perl scripts [perl -e '...$$t=1;...'] 211 # in $(cmd_xxx) double $$ your perl vars
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | options | 157 NGX_PERL=perl 290 --with-perl=*) NGX_PERL="$value" ;; 510 --with-perl=PATH set perl binary pathname
|
| H A D | make | 11 $NGX_OBJS/src/http/modules/perl \ 314 if [ $ngx_source = src/http/modules/perl/ngx_http_perl_module.c ]; then 669 if [ $ngx_source = src/http/modules/perl/ngx_http_perl_module.c ]; then
|
| H A D | install | 11 cd $NGX_OBJS/src/http/modules/perl && \$(MAKE) install
|
| H A D | modules | 768 ngx_module_incs=src/http/modules/perl 769 ngx_module_deps=src/http/modules/perl/ngx_http_perl_module.h 770 ngx_module_srcs=src/http/modules/perl/ngx_http_perl_module.c
|
| /f-stack/app/nginx-1.16.1/conf/ |
| H A D | mime.types | 59 application/x-perl pl pm;
|
| /f-stack/freebsd/contrib/openzfs/rpm/generic/ |
| H A D | zfs-dkms.spec.in | 27 Requires: gcc, make, perl, diffutils
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 777 *) Исправление: при сборке perl-модуля не использовались флаги, заданные 4391 perl поддерживал потоки, то при выходе основного процесса могла 5403 значения, скопированные в память, выделенную perl'ом. 5406 использовался perl до версии 5.8.6 и perl поддерживал потоки, то во 5830 *) Исправление: значение perl'овой переменной $$ модуля 5868 perl поддерживал потоки, то во время второй переконфигурации 5951 perl не поддерживал multiplicity, то после первой переконфигурации и 5955 *) Исправление: если perl не поддерживал multiplicity, то после 6198 *) Добавление: директиву perl можно использовать внутри блока 6970 *) Исправление: совместимость с perl 5.8.8.
|
| H A D | CHANGES | 556 embedded perl method with subrequests. 764 used while building perl module. 2541 *) Bugfix: in the embedded perl module if used from SSI. 4700 perl module. 5291 perl's allocated memory. 5294 5.8.6 was used, and perl supported threads, then during 5747 *) Bugfix: if nginx was built with ngx_http_perl_module and perl 5832 *) Bugfix: if perl did not support multiplicity, then after 6166 *) Bugfix: ngx_http_perl_module did not work if perl was called 6685 *) Bugfix: if the perl modules path was not set using [all …]
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | documentation.rst | 203 `Latexmk <http://personal.psu.edu/jcc8/software/latexmk-jcc/>`_ is a perl script
|
| /f-stack/app/nginx-1.16.1/contrib/vim/syntax/ |
| H A D | nginx.vim | 406 syn keyword ngxDirective contained perl
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 13402 acpixtract.pl perl script without the worry of setting the correct perl
|