Home
last modified time | relevance | path

Searched +full:php +full:- +full:image (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/external/grpc-grpc/src/php/docker/
DREADME.md5 [gRPC PECL extension](http://pecl.php.net/package/grpc) against various
6 different PHP environments.
16 $ ./src/php/bin/build_all_docker_images.sh
21 $ ./src/php/bin/build_all_docker_images.sh grpc-ext php-src
26 $ ./src/php/bin/build_all_docker_images.sh --cmds
31 $ ./src/php/bin/run_all_docker_images.sh
36 $ ./src/php/bin/run_all_docker_images.sh grpc-ext php-src
41 $ ./src/php/bin/run_all_docker_images.sh --cmds
44 ## Build and Run Specified Image
45 ### `grpc-ext`
[all …]
/external/googleapis/.kokoro/
Ddocker_update.sh3 # This script will build a Docker image for googleapis and recompile
4 # PHP and Ruby runtimes binaries to use in GAPIC generators for these
7 # Historically, PHP and Ruby keep their compiled runtimes in the generators'
9 # https://github.com/googleapis/gapic-generator-php/tree/main/rules_php_gapic/resources
10 # https://github.com/googleapis/gapic-generator-ruby/tree/main/rules_ruby_gapic/prebuilt
11 # They are needed to prevent rebuilding of PHP and Ruby runtime (each taking
16 # Use this script to update both the googleapis Docker image, and those
27 # Docker image and to create pull requests against Ruby and PHP generators.
28 # Whenever the image is published, tag it in Google Cloud Console,
29 # then release new versions of the generators and update the image tag in
[all …]
/external/protobuf/kokoro/linux/aarch64/
Dtest_php_aarch64.sh3 set -ex
8 # there is no php testing docker image readily available, so we build
9 # our own. It's a aarch64 image, but that's fine since qemu will
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)
[all …]
/external/cronet/tot/third_party/protobuf/kokoro/linux/aarch64/
Dtest_php_aarch64.sh3 set -ex
8 # there is no php testing docker image readily available, so we build
9 # our own. It's a aarch64 image, but that's fine since qemu will
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)
[all …]
/external/cronet/stable/third_party/protobuf/kokoro/linux/aarch64/
Dtest_php_aarch64.sh3 set -ex
8 # there is no php testing docker image readily available, so we build
9 # our own. It's a aarch64 image, but that's fine since qemu will
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)
[all …]
/external/protobuf/.github/workflows/
Dphp-ext.yml1 name: PHP extension
4 - 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/stable/third_party/protobuf/php/
DREADME.md2 pure PHP package and a native c extension. The pure PHP package is intended to
3 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
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.
39 sudo apt-get install -y php-pear php5-dev autoconf automake libtool make gcc
[all …]
/external/protobuf/php/
DREADME.md2 pure PHP package and a native c extension. The pure PHP package is intended to
3 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
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.
39 sudo apt-get install -y php-pear php5-dev autoconf automake libtool make gcc
[all …]
/external/cronet/tot/third_party/protobuf/php/
DREADME.md2 pure PHP package and a native c extension. The pure PHP package is intended to
3 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
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.
39 sudo apt-get install -y php-pear php5-dev autoconf automake libtool make gcc
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/
Dprepare_build_macos_rc8 # http://www.apache.org/licenses/LICENSE-2.0
19 echo "OS: $(sw_vers -productName) $(sw_vers -productVersion) $(sw_vers -buildVersion)"
20 echo "CPU type: $(sysctl -n machdep.cpu.brand_string)"
21 echo "CPU: $(sysctl -n machdep.cpu.vendor) $(uname -m) Family $(sysctl -n machdep.cpu.family) Model…
22 echo "CPU Cores: $(sysctl -n hw.ncpu)"
23 echo "Memory: $(sysctl -n hw.memsize)"
24 echo "Kokoro image version: $(cat /VERSION)"
28 df -h /tmpfs /
32 ulimit -a
36 # - think twice before adding installer that takes long time (builds are already slow)
[all …]
/external/protobuf/kokoro/linux/32-bit/
DDockerfile1 # This Dockerfile specifies the recipe for creating an image for the tests
6 # The Docker image is only rebuilt when the Dockerfile (ie. this file)
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
18 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
20 autotools-dev \
21 build-essential \
28 libc6-dbg \
29 libc6-dev \
[all …]
/external/cronet/tot/third_party/protobuf/kokoro/linux/32-bit/
DDockerfile1 # This Dockerfile specifies the recipe for creating an image for the tests
6 # The Docker image is only rebuilt when the Dockerfile (ie. this file)
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
18 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
20 autotools-dev \
21 build-essential \
28 libc6-dbg \
29 libc6-dev \
[all …]
/external/cronet/stable/third_party/protobuf/kokoro/linux/32-bit/
DDockerfile1 # This Dockerfile specifies the recipe for creating an image for the tests
6 # The Docker image is only rebuilt when the Dockerfile (ie. this file)
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
18 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
20 autotools-dev \
21 build-essential \
28 libc6-dbg \
29 libc6-dev \
[all …]
/external/grpc-grpc/tools/internal_ci/helper_scripts/
Dprepare_build_macos_rc8 # http://www.apache.org/licenses/LICENSE-2.0
19 echo "OS: $(sw_vers -productName) $(sw_vers -productVersion) $(sw_vers -buildVersion)"
20 echo "CPU type: $(sysctl -n machdep.cpu.brand_string)"
21 echo "CPU: $(sysctl -n machdep.cpu.vendor) $(uname -m) Family $(sysctl -n machdep.cpu.family) Model…
22 echo "CPU Cores: $(sysctl -n hw.ncpu)"
23 echo "Memory: $(sysctl -n hw.memsize)"
24 echo "Kokoro image version: $(cat /VERSION)"
28 df -h /tmpfs /
32 ulimit -a
36 # - think twice before adding installer that takes long time (builds are already slow)
[all …]
/external/cronet/stable/build/android/
Dlighttpd_server.py4 # Use of this source code is governed by a BSD-style license that can be
37 a free port from 8001 - 8999.
39 base_config_path: If supplied this file will replace the built-in default
42 base config (default built-in, or from base_config_path).
83 with codecs.open(self.base_config_path, 'r', 'utf-8') as f:
90 with codecs.open(self.config_path, 'w', 'utf-8') as f:
96 'It may need to be installed (e.g. sudo apt-get install lighttpd)'
98 # pylint: disable=no-member
100 ['-D', '-f', self.config_path,
101 '-m', self.lighttpd_module_path],
[all …]
/external/cronet/tot/build/android/
Dlighttpd_server.py4 # Use of this source code is governed by a BSD-style license that can be
37 a free port from 8001 - 8999.
39 base_config_path: If supplied this file will replace the built-in default
42 base config (default built-in, or from base_config_path).
83 with codecs.open(self.base_config_path, 'r', 'utf-8') as f:
90 with codecs.open(self.config_path, 'w', 'utf-8') as f:
96 'It may need to be installed (e.g. sudo apt-get install lighttpd)'
98 # pylint: disable=no-member
100 ['-D', '-f', self.config_path,
101 '-m', self.lighttpd_module_path],
[all …]
/external/sdv/vsomeip/third_party/boost/array/
D.gitattributes6 *.bsh text svneol=native#text/x-beanshell
10 *.php text svneol=native#text/x-php
11 *.pl text svneol=native#text/x-perl
12 *.pm text svneol=native#text/x-perl
13 *.py text svneol=native#text/x-python
14 *.sh eol=lf svneol=LF#text/x-sh
15 configure eol=lf svneol=LF#text/x-sh
17 # Image formats
18 *.bmp binary svneol=unset#image/bmp
19 *.gif binary svneol=unset#image/gif
[all …]
/external/sdv/vsomeip/third_party/boost/multi_index/
D.gitattributes6 *.bsh text svneol=native#text/x-beanshell
10 *.php text svneol=native#text/x-php
11 *.pl text svneol=native#text/x-perl
12 *.pm text svneol=native#text/x-perl
13 *.py text svneol=native#text/x-python
14 *.sh eol=lf svneol=LF#text/x-sh
15 configure eol=lf svneol=LF#text/x-sh
17 # Image formats
18 *.bmp binary svneol=unset#image/bmp
19 *.gif binary svneol=unset#image/gif
[all …]
/external/sdv/vsomeip/third_party/boost/filesystem/
D.gitattributes6 *.bsh text svneol=native#text/x-beanshell
10 *.php text svneol=native#text/x-php
11 *.pl text svneol=native#text/x-perl
12 *.pm text svneol=native#text/x-perl
13 *.py text svneol=native#text/x-python
14 *.sh eol=lf svneol=LF#text/x-sh
15 configure eol=lf svneol=LF#text/x-sh
17 # Image formats
18 *.bmp binary svneol=unset#image/bmp
19 *.gif binary svneol=unset#image/gif
[all …]
/external/sdv/vsomeip/third_party/boost/variant/
D.gitattributes6 *.bsh text svneol=native#text/x-beanshell
10 *.php text svneol=native#text/x-php
11 *.pl text svneol=native#text/x-perl
12 *.pm text svneol=native#text/x-perl
13 *.py text svneol=native#text/x-python
14 *.sh eol=lf svneol=LF#text/x-sh
15 configure eol=lf svneol=LF#text/x-sh
17 # Image formats
18 *.bmp binary svneol=unset#image/bmp
19 *.gif binary svneol=unset#image/gif
[all …]
/external/sdv/vsomeip/third_party/boost/regex/
D.gitattributes6 *.bsh text svneol=native#text/x-beanshell
10 *.php text svneol=native#text/x-php
11 *.pl text svneol=native#text/x-perl
12 *.pm text svneol=native#text/x-perl
13 *.py text svneol=native#text/x-python
14 *.sh eol=lf svneol=LF#text/x-sh
15 configure eol=lf svneol=LF#text/x-sh
17 # Image formats
18 *.bmp binary svneol=unset#image/bmp
19 *.gif binary svneol=unset#image/gif
[all …]
/external/sdv/vsomeip/third_party/boost/parameter/
D.gitattributes6 *.bsh text svneol=native#text/x-beanshell
10 *.php text svneol=native#text/x-php
11 *.pl text svneol=native#text/x-perl
12 *.pm text svneol=native#text/x-perl
13 *.py text svneol=native#text/x-python
14 *.sh eol=lf svneol=LF#text/x-sh
15 configure eol=lf svneol=LF#text/x-sh
17 # Image formats
18 *.bmp binary svneol=unset#image/bmp
19 *.gif binary svneol=unset#image/gif
[all …]
/external/sdv/vsomeip/third_party/boost/predef/
D.gitattributes6 *.bsh text svneol=native#text/x-beanshell
10 *.php text svneol=native#text/x-php
11 *.pl text svneol=native#text/x-perl
12 *.pm text svneol=native#text/x-perl
13 *.py text svneol=native#text/x-python
14 *.sh eol=lf svneol=LF#text/x-sh
15 configure eol=lf svneol=LF#text/x-sh
17 # Image formats
18 *.bmp binary svneol=unset#image/bmp
19 *.gif binary svneol=unset#image/gif
[all …]
/external/sdv/vsomeip/third_party/boost/config/
D.gitattributes6 *.bsh text svneol=native#text/x-beanshell
10 *.php text svneol=native#text/x-php
11 *.pl text svneol=native#text/x-perl
12 *.pm text svneol=native#text/x-perl
13 *.py text svneol=native#text/x-python
14 *.sh eol=lf svneol=LF#text/x-sh
15 configure eol=lf svneol=LF#text/x-sh
17 # Image formats
18 *.bmp binary svneol=unset#image/bmp
19 *.gif binary svneol=unset#image/gif
[all …]
/external/sdv/vsomeip/third_party/boost/lexical_cast/
D.gitattributes6 *.bsh text svneol=native#text/x-beanshell
10 *.php text svneol=native#text/x-php
11 *.pl text svneol=native#text/x-perl
12 *.pm text svneol=native#text/x-perl
13 *.py text svneol=native#text/x-python
14 *.sh eol=lf svneol=LF#text/x-sh
15 configure eol=lf svneol=LF#text/x-sh
17 # Image formats
18 *.bmp binary svneol=unset#image/bmp
19 *.gif binary svneol=unset#image/gif
[all …]

12345678910>>...17