/external/ImageMagick/ |
D | Install-unix.txt | 3 ImageMagick builds on a variety of Unix and Unix-like operating systems 26 $magick> cd ImageMagick-7.0.7 36 Host system type: x86_64-unknown-linux-gnu 37 Build system type: x86_64-unknown-linux-gnu 40 ---------------------------------------------------------------------------- 41 Shared libraries --enable-shared=yes yes 42 Static libraries --enable-static=yes yes 43 Module support --with-modules=yes yes 44 GNU ld --with-gnu-ld=yes yes 45 Quantum depth --with-quantum-depth=16 16 [all …]
|
D | ImageMagick.spec.in | 12 Source0: https://imagemagick.org/download/%{name}/%{name}-%{VERSION}-%{Patchlevel}.tar.bz2 14 Requires: %{name}-libs%{?_isa} = %{version}-%{release} 16 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 17 BuildRequires: bzip2-devel, freetype-devel, libjpeg-devel, libpng-devel 18 BuildRequires: libtiff-devel, giflib-devel, zlib-devel, perl-devel >= 5.8.1 19 BuildRequires: perl-generators 20 BuildRequires: ghostscript-devel, djvulibre-devel 21 BuildRequires: libwmf-devel 22 BuildRequires: libX11-devel, libXext-devel, libXt-devel 23 BuildRequires: lcms2-devel, libxml2-devel, librsvg2-devel, OpenEXR-devel [all …]
|
/external/ImageMagick/m4/ |
D | ax_prog_perl_version.m4 | 2 # https://www.gnu.org/software/autoconf-archive/ax_prog_perl_version.html 7 # AX_PROG_PERL_VERSION([VERSION],[ACTION-IF-TRUE],[ACTION-IF-FALSE]) 11 # Makes sure that perl supports the version indicated. If true the shell 12 # commands in ACTION-IF-TRUE are executed. If not the shell commands in 13 # ACTION-IF-FALSE are run. Note if $PERL is not set (for example by 18 # AC_PATH_PROG([PERL],[perl]) 21 # This will check to make sure that the perl you have supports at least 24 # NOTE: This macro uses the $PERL variable to perform the check. 33 # Copying and distribution of this file, with or without modification, are 34 # permitted in any medium without royalty provided the copyright notice [all …]
|
/external/ImageMagick/PerlMagick/ |
D | Makefile.am | 1 # Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 # Copyright (C) 2003 - 2008 GraphicsMagick Group 27 perl-quantum-sources: $(PERLMAGICK)/quantum/@MAGICK_ABI_SUFFIX@.xs $(PERLMAGICK)/quantum/@MAGICK_AB… 29 perl-sources: perl-quantum-sources 30 @if test -n "$(VPATH)" ; then \ 36 touch perl-sources 44 PERLMAGICK_ALL_LOCAL_TARGETS = all-perl 45 PERLMAGICK_INSTALL_EXEC_LOCAL_TARGETS = install-exec-perl 47 PERLMAGICK_UNINSTALL_LOCAL_TARGETS = uninstall-exec-perl [all …]
|
D | Magick.pm | 3 # Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization 13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 31 # names by default without a very good reason. Use EXPORT_OK instead. 83 $self->set(@_) if @_; 93 $self->set(@_) if @_; 106 …e::Magick - objected-oriented Perl interface to ImageMagick. Use it to read, manipulate, or write … 112 $p->Read("imagefile"); 113 $p->Set(attribute => value, ...) 114 ($a, ...) = $p->Get("attribute", ...) 115 $p->routine(parameter => value, ...) [all …]
|
/external/ImageMagick/www/ |
D | advanced-unix-installation.html | 8 <meta charset="utf-8" /> 9 …<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,shrink-to-fit=no… 11 <meta name="application-name" content="ImageMagick" /> 13 <meta name="application-url" content="https://imagemagick.org" /> 20 <meta name="revisit-after" content="2 DAYS" /> 21 <meta name="resource-type" content="document" /> 22 <meta name="copyright" content="Copyright (c) 1999-2019 ImageMagick Studio LLC" /> 24 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1" /> 25 <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" /> 26 <link href="advanced-unix-installation.html" rel="canonical" /> [all …]
|
/external/python/cpython2/PC/VS7.1/ |
D | build_ssl.py | 2 # Uses Perl to setup the OpenSSL environment correctly 14 # Python extensions without intervention. 33 # Find a suitable Perl installation for OpenSSL. 34 # cygwin perl does *not* work. ActivePerl does. 35 # Being a Perl dummy, the simplest way I can check is if the "Win32" package 38 for perl in perls: 39 fh = os.popen(perl + ' -e "use Win32;"') 44 return perl 45 print "Can not find a suitable PERL:" 47 print " the following perl interpreters were found:" [all …]
|
/external/pcre/dist2/doc/ |
D | pcre2pattern.3 | 3 PCRE2 - Perl-compatible regular expressions (revised API) 8 are described in detail below. There is a quick-reference syntax summary in the 12 page. PCRE2 tries to match Perl syntax and semantics as closely as it can. 14 conflict with the Perl syntax) in order to provide some compatibility with 17 Perl's regular expressions are described in its own documentation, and regular 26 algorithm that is not Perl-compatible. Some of the features discussed below are 36 .SH "SPECIAL START-OF-PATTERN ITEMS" 40 by special items at the start of a pattern. These are not Perl-compatible, but 50 In the 8-bit and 16-bit PCRE2 libraries, characters may be coded either as 51 single code units, or as multiple UTF-8 or UTF-16 code units. UTF-32 can be [all …]
|
D | pcre2.txt | 1 ----------------------------------------------------------------------------- 8 ----------------------------------------------------------------------------- 16 PCRE2 - Perl-compatible regular expressions (revised API) 22 pattern matching using the same syntax and semantics as Perl, with just 25 API is more extensible, and it was simplified by abolishing the sepa- 30 As well as Perl-style regular expression patterns, some features that 31 appeared in Python and the original PCRE before they appeared in Perl 37 The source code for PCRE2 can be compiled to support 8-bit, 16-bit, or 38 32-bit code units, which means that up to three separate libraries may 39 be installed. The original work to extend PCRE to 16-bit and 32-bit [all …]
|
D | pcre2syntax.3 | 3 PCRE2 - Perl-compatible regular expressions (revised API) 12 documentation. This document contains a quick-reference summary of the syntax. 18 \ex where x is non-alphanumeric is a literal x 28 \ecx "control-x", where x is any ASCII printing character 44 a non-zero digit is complicated; for details see the section 47 "Non-printing characters" 77 \eP{\fIxx\fP} a character without the \fIxx\fP property 84 \eW a "non-word" character 88 of a UTF-8 or UTF-16 character. The application can lock out the use of \eC by 92 By default, \ed, \es, and \ew match only ASCII characters, even in UTF-8 mode [all …]
|
/external/python/cpython2/PC/VC6/ |
D | build_ssl.py | 2 # Uses Perl to setup the OpenSSL environment correctly 14 # without intervention. 17 # Now this script supports pre-generated makefiles and assembly files. 18 # Developers don't need an installation of Perl anymore to build Python. A svn 38 # Find a suitable Perl installation for OpenSSL. 39 # cygwin perl does *not* work. ActivePerl does. 40 # Being a Perl dummy, the simplest way I can check is if the "Win32" package 43 for perl in perls: 44 fh = os.popen('"%s" -e "use Win32;"' % perl) 49 return perl [all …]
|
/external/python/cpython2/PC/VS8.0/ |
D | build_ssl.py | 2 # Uses Perl to setup the OpenSSL environment correctly 14 # Python extensions without intervention. 17 # Now this script supports pre-generated makefiles and assembly files. 18 # Developers don't need an installation of Perl anymore to build Python. A svn 21 # In Order to create the files in the case of an update you still need Perl. 43 # Find a suitable Perl installation for OpenSSL. 44 # cygwin perl does *not* work. ActivePerl does. 45 # Being a Perl dummy, the simplest way I can check is if the "Win32" package 48 for perl in perls: 49 fh = os.popen('"%s" -e "use Win32;"' % perl) [all …]
|
/external/curl/scripts/ |
D | Makefile.am | 8 # Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. 18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 24 PERL = @PERL@ macro 31 all-local: $(ZSH_COMPLETION_FUNCTION_FILENAME) $(FISH_COMPLETION_FUNCTION_FILENAME) 35 @echo "NOTICE: we can't generate zsh completion when cross-compiling!" 36 else # if not cross-compiling: 37 @if ! test -x "$(PERL)"; then echo "No perl: can't install completion.pl"; exit 0; fi 38 $(PERL) $(srcdir)/completion.pl --curl $(top_builddir)/src/curl$(EXEEXT) --shell zsh > $@ 43 @echo "NOTICE: we can't generate fish completion when cross-compiling!" 44 else # if not cross-compiling: [all …]
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.pm | 3 # Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization 13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 30 # names by default without a very good reason. Use EXPORT_OK instead. 82 $self->set(@_) if @_; 92 $self->set(@_) if @_; 105 …Q16HDRI - objected-oriented Perl interface to ImageMagick (Q16HDRI). Use it to create, edit, compo… 111 $p->Read("imagefile"); 112 $p->Set(attribute => value, ...) 113 ($a, ...) = $p->Get("attribute", ...) 114 $p->routine(parameter => value, ...) [all …]
|
D | quantum.pm.in | 3 # Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization 13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 30 # names by default without a very good reason. Use EXPORT_OK instead. 82 $self->set(@_) if @_; 92 $self->set(@_) if @_; 105 …@ - objected-oriented Perl interface to ImageMagick (@MAGICK_ABI_SUFFIX@). Use it to create, edit,… 111 $p->Read("imagefile"); 112 $p->Set(attribute => value, ...) 113 ($a, ...) = $p->Get("attribute", ...) 114 $p->routine(parameter => value, ...) [all …]
|
/external/ImageMagick/PerlMagick/default/ |
D | Magick.pm.in | 3 # Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization 13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 29 …- objected-oriented Perl interface to ImageMagick for default quantum (@MAGICK_ABI_SUFFIX@). Use i… 35 $p->Read("imagefile"); 36 $p->Set(attribute => value, ...) 37 ($a, ...) = $p->Get("attribute", ...) 38 $p->routine(parameter => value, ...) 39 $p->Mogrify("Routine", parameter => value, ...) 40 $p->Write("filename"); 44 This Perl extension allows the reading, manipulation and writing of [all …]
|
/external/curl/projects/ |
D | checksrc.bat | 9 rem * Copyright (C) 2014 - 2016, Steve Holme, <steve_holme@hotmail.com>. 19 rem * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 38 if /i "%~1" == "-?" ( 40 ) else if /i "%~1" == "-h" ( 42 ) else if /i "%~1" == "-help" ( 75 rem Check we have Perl in our path 76 perl --version <NUL 1>NUL 2>&1 79 if exist "%SystemDrive%\Perl" ( 80 set "PATH=%SystemDrive%\Perl\bin;%PATH%" 98 …%i in ('dir "%SRC_DIR%\src\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\sr… [all …]
|
D | build-openssl.bat | 9 rem * Copyright (C) 2012 - 2018, Steve Holme, <steve_holme@hotmail.com>. 19 rem * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 106 ) else if /i "%~1" == "-?" ( 108 ) else if /i "%~1" == "-h" ( 110 ) else if /i "%~1" == "-help" ( 112 ) else if /i "%~1" == "-VSpath" ( 121 ) else if /i "%~1" == "-perlpath" ( 124 echo Error. Please provide Perl root Path. 157 rem Check we have Perl in our path 158 perl --version <NUL 1>NUL 2>&1 [all …]
|
/external/pcre/dist2/doc/html/ |
D | pcre2pattern.html | 17 <li><a name="TOC2" href="#SEC2">SPECIAL START-OF-PATTERN ITEMS</a> 50 are described in detail below. There is a quick-reference syntax summary in the 52 page. PCRE2 tries to match Perl syntax and semantics as closely as it can. 54 conflict with the Perl syntax) in order to provide some compatibility with 58 Perl's regular expressions are described in its own documentation, and regular 68 algorithm that is not Perl-compatible. Some of the features discussed below are 75 <br><a name="SEC2" href="#TOC1">SPECIAL START-OF-PATTERN ITEMS</a><br> 78 by special items at the start of a pattern. These are not Perl-compatible, but 88 In the 8-bit and 16-bit PCRE2 libraries, characters may be coded either as 89 single code units, or as multiple UTF-8 or UTF-16 code units. UTF-32 can be [all …]
|
/external/pcre/dist2/src/ |
D | pcre2_maketables.c | 2 * Perl-Compatible Regular Expressions * 6 and semantics are as close as possible to those of the Perl 5 language. 9 Original API code Copyright (c) 1997-2012 University of Cambridge 10 New API code Copyright (c) 2016-2018 University of Cambridge 12 ----------------------------------------------------------------------------- 13 Redistribution and use in source and binary forms, with or without 25 this software without specific prior written permission. 38 ----------------------------------------------------------------------------- 83 gcontext->memctl.malloc(tables_length, gcontext->memctl.memory_data) : 97 /* Next the case-flipping table */ [all …]
|
D | pcre2_xclass.c | 2 * Perl-Compatible Regular Expressions * 6 and semantics are as close as possible to those of the Perl 5 language. 9 Original API code Copyright (c) 1997-2012 University of Cambridge 12 ----------------------------------------------------------------------------- 13 Redistribution and use in source and binary forms, with or without 25 this software without specific prior written permission. 38 ----------------------------------------------------------------------------- 146 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV() 147 prop->chartype == ucp_Lt) == isprop) return !negated; in PRIV() 151 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV() [all …]
|
/external/ltp/ |
D | configure.ac | 9 include/mk/config-openposix.mk \ 69 [AC_HELP_STRING([--with-bash], 80 [AC_HELP_STRING([--with-expect], 93 AC_HELP_STRING([--without-numa], 94 [without numa support (default=no)]), 99 # Perl 100 AC_ARG_WITH([perl], optwith 101 [AC_HELP_STRING([--with-perl], 102 [have a perl interpreter (default=yes)])], 114 [AC_HELP_STRING([--with-python], [all …]
|
/external/antlr/runtime/Perl5/lib/ANTLR/ |
D | Runtime.pm | 14 ANTLR::Runtime - ANTLR Runtime for Perl 5 44 In an object-oriented module, this section should begin with a sentence of the 45 form "An object of this class represents...", to give the reader a high-level 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>) 115 but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/external/pcre/dist2/ |
D | PrepareRelease | 11 # 132html A Perl script that converts a .1 or .3 man page into HTML. It 15 # CheckMan A Perl script that checks man pages for typos in the mark up. 17 # CleanTxt A Perl script that cleans up the output of "nroff -man" by 21 # Detrail A Perl script that removes trailing spaces from files. 26 # doc/html can be deleted and re-created from scratch. 28 # README & NON-AUTOTOOLS-BUILD 31 # documentation, because some people just go to the HTML without 42 /bin/rm -f pcre2demo.3 46 perl ../CheckMan *.1 *.3 54 ----------------------------------------------------------------------------- [all …]
|
/external/scrypt/ |
D | import_scrypt.sh | 9 # http://www.apache.org/licenses/LICENSE-2.0 13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 # ./import_scrypt.sh import scrypt-*.tar.gz 27 set -e 28 set -x 29 trap "echo WARNING: Exiting on non-zero subprocess exit code" ERR; 38 declare -r message=$1 45 declare -r message=$1 51 echo " ./import_scrypt.sh import </path/to/scrypt-*.tar.gz>" 53 echo " ./import_scrypt.sh generate <patch/*.patch> </path/to/scrypt-*.tar.gz>" [all …]
|