Searched +full:build +full:- +full:php (Results  1 – 25 of 814) sorted by relevance
12345678910>>...33
| /external/protobuf/ | 
| D | .gitignore | 1 # autogen.sh-generated files9 install-sh
 24 # in-tree configure-generated files
 32 protobuf-lite.pc
 35 stamp-h1
 37 # in-tree build products
 54 *.egg-info
 59 python/build/
 71 src/no-warning-test
 72 src/protobuf*-test
 [all …]
 
 | 
| D | Makefile.am | 3 ACLOCAL_AMFLAGS = -I m47 # Build . before src so that our all-local and clean-local hooks kicks in at
 14 # See pkg/BUILD.bazel for overall definitions.
 17 # Build gmock before we build protobuf tests.  We don't add gmock to SUBDIRS
 18 # because then "make check" would also build and run all of gmock's own tests,
 22 check-local:
 28 # be careful because clean-local is also invoked during "make distclean", but
 33 clean-local:
 34 	@if test -e third_party/googletest/Makefile; then \
 38 	if test -e conformance/Makefile; then \
 [all …]
 
 | 
| /external/grpc-grpc/src/php/ | 
| D | README.md | 4 This directory contains source code for PHP implementation of gRPC layered on6 tutorials can be seen at [grpc.io](https://grpc.io/docs/quickstart/php.html).
 7 gRPC PHP installation instructions for Google Cloud Platform is in
 8 [cloud.google.com](https://cloud.google.com/php/grpc).
 14 * `php` 5.5 or above, 7.0 or above
 19 **Install PHP and PECL on Ubuntu/Debian:**
 24 $ sudo apt-get install php5 php5-dev php-pear phpunit
 30 $ sudo apt-get install php7.0 php7.0-dev php-pear phpunit
 34 $ sudo apt-get install php php-dev php-pear phpunit
 37 **Install PHP and PECL on CentOS/RHEL 7:**
 [all …]
 
 | 
| /external/cronet/third_party/protobuf/kokoro/linux/php_all/ | 
| D | build.sh | 6 set -ex11 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
 13 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.0.33-dbg-…
 14 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.3.28-dbg-…
 15 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.4.18-dbg-…
 16 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
 19 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
 21 # Most of our tests use a debug build of PHP, but we do one build against an opt
 22 # php just in case that surfaces anything unexpected.
 23 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-14a06…
 
 | 
| /external/protobuf/kokoro/linux/php_all/ | 
| D | build.sh | 6 set -ex11 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
 13 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.0.33-dbg-…
 14 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.3.28-dbg-…
 15 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.4.18-dbg-…
 16 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
 19 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
 21 # Most of our tests use a debug build of PHP, but we do one build against an opt
 22 # php just in case that surfaces anything unexpected.
 23 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-14a06…
 
 | 
| /external/cronet/third_party/protobuf/kokoro/linux/php80/ | 
| D | build.sh | 6 set -ex10 # Most of our tests use a debug build of PHP, but we do one build against an opt
 11 # php just in case that surfaces anything unexpected.
 12 ../test_php.sh gcr.io/protobuf-build/php/linux:8.0.5-14a06550010c0649bf69b6c9b803c1ca609bbb6d
 14 ../test_php.sh gcr.io/protobuf-build/php/linux:7.0.33-dbg-14a06550010c0649bf69b6c9b803c1ca609bbb6d
 15 ../test_php.sh gcr.io/protobuf-build/php/linux:7.3.28-dbg-14a06550010c0649bf69b6c9b803c1ca609bbb6d
 16 ../test_php.sh gcr.io/protobuf-build/php/linux:7.4.18-dbg-14a06550010c0649bf69b6c9b803c1ca609bbb6d
 17 ../test_php.sh gcr.io/protobuf-build/php/linux:8.0.5-dbg-14a06550010c0649bf69b6c9b803c1ca609bbb6d
 
 | 
| /external/cronet/third_party/protobuf/kokoro/linux/32-bit/ | 
| D | Dockerfile | 5 # steps can be cached.  They do *not* run every time we run the build.12 # Apt source for php
 13 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/…
 14   apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F4FCBB07
 16 # Install dependencies.  We start with the basic ones require to build protoc
 17 # and the C++ build
 18 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
 20   autotools-dev \
 21   build-essential \
 28   libc6-dbg \
 [all …]
 
 | 
| /external/protobuf/kokoro/linux/32-bit/ | 
| D | Dockerfile | 5 # steps can be cached.  They do *not* run every time we run the build.12 # Apt source for php
 13 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/…
 14   apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F4FCBB07
 16 # Install dependencies.  We start with the basic ones require to build protoc
 17 # and the C++ build
 18 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
 20   autotools-dev \
 21   build-essential \
 28   libc6-dbg \
 [all …]
 
 | 
| /external/protobuf/benchmarks/ | 
| D | README.md | 13 build your language's protobuf, then:19 benchmark tool for testing cpp. This will be automatically made during build the
 26 We're using maven to build the java benchmarks, which is the same as to build
 39 $ sudo apt-get install python-dev
 40 $ sudo apt-get install python3-dev
 42 And you also need to make sure `pkg-config` is installed.
 47 toolchain and the Go protoc-gen-go plugin for protoc.
 49 To install protoc-gen-go, run:
 52 $ go get -u github.com/golang/protobuf/protoc-gen-go
 56 The first command installs `protoc-gen-go` into the `bin` directory in your local `GOPATH`.
 [all …]
 
 | 
| /external/cronet/third_party/protobuf/benchmarks/ | 
| D | README.md | 13 build your language's protobuf, then:19 benchmark tool for testing cpp. This will be automatically made during build the
 26 We're using maven to build the java benchmarks, which is the same as to build
 39 $ sudo apt-get install python-dev
 40 $ sudo apt-get install python3-dev
 42 And you also need to make sure `pkg-config` is installed.
 47 toolchain and the Go protoc-gen-go plugin for protoc.
 49 To install protoc-gen-go, run:
 52 $ go get -u github.com/golang/protobuf/protoc-gen-go
 56 The first command installs `protoc-gen-go` into the `bin` directory in your local `GOPATH`.
 [all …]
 
 | 
| /external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php80/ | 
| D | Dockerfile | 3 # Install dependencies.  We start with the basic ones require to build protoc4 # and the C++ build
 5 RUN apt-get update && apt-get install -y \
 7   autotools-dev \
 8   build-essential \
 15   libc6-dbg \
 16   libc6-dev \
 17   libgtest-dev \
 26   libonig-dev \
 27   libsqlite3-dev \
 [all …]
 
 | 
| /external/protobuf/kokoro/linux/dockerfile/test/php80/ | 
| D | Dockerfile | 3 # Install dependencies.  We start with the basic ones require to build protoc4 # and the C++ build
 5 RUN apt-get update && apt-get install -y \
 7   autotools-dev \
 8   build-essential \
 15   libc6-dbg \
 16   libc6-dev \
 17   libgtest-dev \
 26   libonig-dev \
 27   libsqlite3-dev \
 [all …]
 
 | 
| /external/cronet/third_party/protobuf/ | 
| D | Makefile.am | 3 ACLOCAL_AMFLAGS = -I m47 # Build . before src so that our all-local and clean-local hooks kicks in at
 14 # Build gmock before we build protobuf tests.  We don't add gmock to SUBDIRS
 15 # because then "make check" would also build and run all of gmock's own tests,
 19 check-local:
 25 # be careful because clean-local is also invoked during "make distclean", but
 30 clean-local:
 31 	@if test -e third_party/googletest/Makefile; then \
 35 	if test -e conformance/Makefile; then \
 39 	if test -e benchmarks/Makefile; then \
 [all …]
 
 | 
| /external/cronet/third_party/protobuf/php/ | 
| D | README.md | 2 pure PHP package and a native c extension. The pure PHP package is intended to3 provide usability to wider range of PHP platforms, while the c extension is
 5 runtime APIs and share the same generated code. Users don’t need to re-generate
 9 Both implementations make use of generated PHP code that defines message and
 10 enum types in PHP. We strongly recommend using protoc's PHP generation support
 11 with .proto files. The build process in this directory only installs the
 12 extension/package; you need to install protoc as well to have PHP code
 17 To use PHP runtime library requires:
 19 - C extension: PHP 7.x, 8.0
 20 - [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6, 7.x, or 8.0.
 [all …]
 
 | 
| /external/protobuf/php/ | 
| D | README.md | 2 pure PHP package and a native c extension. The pure PHP package is intended to3 provide usability to wider range of PHP platforms, while the c extension is
 5 runtime APIs and share the same generated code. Users don’t need to re-generate
 9 Both implementations make use of generated PHP code that defines message and
 10 enum types in PHP. We strongly recommend using protoc's PHP generation support
 11 with .proto files. The build process in this directory only installs the
 12 extension/package; you need to install protoc as well to have PHP code
 17 To use PHP runtime library requires:
 19 - C extension: PHP 7.x, 8.0
 20 - [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6, 7.x, or 8.0.
 [all …]
 
 | 
| /external/rust/crates/grpcio-sys/grpc/ | 
| D | build_handwritten.yaml | 8   '#04': not listed in doc/g_stands_for.md - and update that document to list the9   '#05': new word. When doing so, please also update BUILD.
 11   '#07': Master always has a "-dev" suffix
 12   '#08': Use "-preN" suffixes to identify pre-release versions
 13   '#09': Per-language overrides are possible with (eg) ruby_version tag here
 21 - name: check_epollexclusive
 22   build: tool
 25   - test/build/check_epollexclusive.c
 27   - grpc
 28   - gpr
 [all …]
 
 | 
| /external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php/ | 
| D | Dockerfile | 3 # Install dependencies.  We start with the basic ones require to build protoc4 # and the C++ build
 5 RUN apt-get update && apt-get install -y \
 7   autotools-dev \
 8   build-essential \
 15   libc6-dbg \
 16   libc6-dev \
 17   libgtest-dev \
 25   libsqlite3-dev \
 26   && apt-get clean
 [all …]
 
 | 
| /external/protobuf/kokoro/linux/dockerfile/test/php/ | 
| D | Dockerfile | 3 # Install dependencies.  We start with the basic ones require to build protoc4 # and the C++ build
 5 RUN apt-get update && apt-get install -y \
 7   autotools-dev \
 8   build-essential \
 15   libc6-dbg \
 16   libc6-dev \
 17   libgtest-dev \
 25   libsqlite3-dev \
 26   && apt-get clean
 [all …]
 
 | 
| /external/ImageMagick/ | 
| D | README.md | 3 [](https://travis-ci.…5 …tus](https://oss-fuzz-build-logs.storage.googleapis.com/badges/imagemagick.svg)](https://bugs.chro…
 15 …(Java), L-Magick (Lisp), NMagick (Neko/haXe), MagickNet (.NET), PascalMagick (Pascal), PerlMagick …
 17 …hreads to increase performance and can read, process, or write mega-, giga-, or tera-pixel image s…
 19 …-to-run binary distribution or as source code that you may use, copy, modify, and distribute in bo…
 33 …s://imagemagick.org/script/convert.php): convert an image from one [format](https://imagemagick.or…
 40 * [Image gradients](https://imagemagick.org/script/gradient.php): create a gradual blend of one col…
 41 * [Image identification](https://imagemagick.org/script/identify.php): describe the format and attr…
 42 * [Composite](https://imagemagick.org/script/composite.php): overlap one image over another.
 43 * [Montage](https://imagemagick.org/script/montage.php): juxtapose image thumbnails on an image can…
 [all …]
 
 | 
| /external/protobuf/.github/workflows/ | 
| D | php-ext.yml | 1 name: PHP extension4   - push
 5   - pull_request
 8   build-php:
 9     name: Build PHP extension
 10     runs-on: ubuntu-latest
 11     container: ${{ matrix.php-image }}
 14         php-image:
 15           - php:7.4-cli
 16           - php:8.1-cli
 [all …]
 
 | 
| /external/cronet/third_party/protobuf/.github/workflows/ | 
| D | php-ext.yml | 1 name: PHP extension4   - push
 5   - pull_request
 8   build-php:
 9     name: Build PHP extension
 10     runs-on: ubuntu-latest
 11     container: ${{ matrix.php-image }}
 14         php-image:
 15           - php:7.4-cli
 16           - php:8.1-cli
 [all …]
 
 | 
| /external/protobuf/kokoro/linux/dockerfile/test/php_32bit/ | 
| D | Dockerfile | 3 # Install dependencies.  We start with the basic ones require to build protoc4 # and the C++ build
 5 RUN apt-get update && apt-get install -y \
 7   autotools-dev \
 8   build-essential \
 15   libc6-dbg \
 16   libc6-dev \
 17   libgtest-dev \
 25   libsqlite3-dev \
 26   && apt-get clean
 [all …]
 
 | 
| /external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/ | 
| D | Dockerfile | 3 # Install dependencies.  We start with the basic ones require to build protoc4 # and the C++ build
 5 RUN apt-get update && apt-get install -y \
 7   autotools-dev \
 8   build-essential \
 15   libc6-dbg \
 16   libc6-dev \
 17   libgtest-dev \
 25   libsqlite3-dev \
 26   && apt-get clean
 [all …]
 
 | 
| /external/cronet/third_party/protobuf/kokoro/linux/64-bit/ | 
| D | Dockerfile | 5 # steps can be cached.  They do *not* run every time we run the build.14   apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DB82666C
 17 …et/webupd8team/java/ubuntu trusty main' > /etc/apt/sources.list.d/webupd8team-java-trusty.list && \
 18   apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886 && \
 19 …echo "oracle-java7-installer shared/accepted-oracle-license-v1-1 select true" | debconf-set-select…
 22 RUN echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list…
 23 …echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /etc…
 24   apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
 26 # Apt source for php
 27 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/…
 [all …]
 
 | 
| /external/cronet/third_party/protobuf/kokoro/linux/aarch64/ | 
| D | test_php_aarch64.sh | 3 set -ex8 # there is no php testing docker image readily available, so we build
 11 docker build -t testimage_protobuf_php_arm64v8 kokoro/linux/aarch64/testimage_protobuf_php_arm64v8
 13 if [[ -t 0 ]]; then
 14   DOCKER_TTY_ARGS="-it"
 16   # The input device on kokoro is not a TTY, so -it does not work.
 20 # crosscompile protoc as we will later need it for the php build.
 21 # we build it under the dockcross/manylinux2014-aarch64 image so that the resulting protoc binary i…
 22 …a wide range of linux distros (including any docker images we will use later to build and test php)
 25 # use an actual aarch64 docker image (with a real aarch64 php) to run build & test protobuf php und…
 [all …]
 
 | 
        12345678910>>...33