/aosp_15_r20/external/cronet/third_party/protobuf/ |
H A D | Makefile.am | 797 # Note: please keep this in sync with the dist_files rule in php/BUILD.bazel. 799 php/README.md \ 800 php/REFCOUNTING.md \ 801 php/composer.json \ 802 php/composer.json.dist \ 803 php/ext/google/protobuf/arena.c \ 804 php/ext/google/protobuf/arena.h \ 805 php/ext/google/protobuf/array.c \ 806 php/ext/google/protobuf/array.h \ 807 php/ext/google/protobuf/config.m4 \ [all …]
|
H A D | CHANGES.txt | 1 2022-12-07 version 21.11 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 6 2022-11-29 version 21.10 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 16 2022-10-26 version 21.9 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 27 2022-10-18 version 21.8 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 42 2022-09-29 version 21.7 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 57 2022-09-13 version 21.6 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 62 2022-08-09 version 21.5 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 64 PHP 66 * fix PHP readonly legacy files for nested messages 72 2022-07-25 version 21.4 (C++/Java/Python/PHP/Objective-C/C#/Ruby) [all …]
|
/aosp_15_r20/external/protobuf/ |
H A D | Makefile.am | 797 # Note: please keep this in sync with the dist_files rule in php/BUILD.bazel. 799 php/README.md \ 800 php/REFCOUNTING.md \ 801 php/composer.json \ 802 php/composer.json.dist \ 803 php/ext/google/protobuf/arena.c \ 804 php/ext/google/protobuf/arena.h \ 805 php/ext/google/protobuf/array.c \ 806 php/ext/google/protobuf/array.h \ 807 php/ext/google/protobuf/config.m4 \ [all …]
|
H A D | .gitignore | 136 conformance/conformance-php 137 conformance/conformance-php-c 140 # php test output 142 php/.phpunit.result.cache 143 php/tests/.phpunit.result.cache 144 php/tests/generated/ 145 php/tests/old_protoc 146 php/tests/phpunit-9.phar 147 php/tests/protobuf/ 148 php/tests/core [all …]
|
H A D | CHANGES.txt | 1 2022-12-07 version 21.11 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 6 2022-11-29 version 21.10 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 16 2022-10-26 version 21.9 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 27 2022-10-18 version 21.8 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 42 2022-09-29 version 21.7 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 57 2022-09-13 version 21.6 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 62 2022-08-09 version 21.5 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 64 PHP 66 * fix PHP readonly legacy files for nested messages 72 2022-07-25 version 21.4 (C++/Java/Python/PHP/Objective-C/C#/Ruby) [all …]
|
/aosp_15_r20/external/protobuf/kokoro/linux/dockerfile/test/php_32bit/ |
H A D | Dockerfile | 28 # Install php dependencies 50 RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" 51 RUN php composer-setup.php 53 RUN php -r "unlink('composer-setup.php');" 55 # Download php source code 56 RUN git clone https://github.com/php/php-src 58 # php 5.6 59 RUN cd php-src \ 60 && git checkout PHP-5.6.39 \ 62 RUN cd php-src \ [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/ |
H A D | Dockerfile | 28 # Install php dependencies 50 RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" 51 RUN php composer-setup.php 53 RUN php -r "unlink('composer-setup.php');" 55 # Download php source code 56 RUN git clone https://github.com/php/php-src 58 # php 5.6 59 RUN cd php-src \ 60 && git checkout PHP-5.6.39 \ 62 RUN cd php-src \ [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/kokoro/linux/32-bit/ |
H A D | Dockerfile | 12 # Apt source for php 13 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/… 43 # -- For PHP -- 59 # PHP dependencies. 60 RUN wget http://am1.php.net/get/php-5.5.38.tar.bz2/from/this/mirror 61 RUN mv mirror php-5.5.38.tar.bz2 62 RUN tar -xvf php-5.5.38.tar.bz2 63 RUN cd php-5.5.38 && ./configure --enable-maintainer-zts --prefix=/usr/local/php-5.5-zts && \ 65 RUN cd php-5.5.38 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-5.5 && \ 68 RUN wget http://am1.php.net/get/php-5.6.30.tar.bz2/from/this/mirror [all …]
|
/aosp_15_r20/external/protobuf/kokoro/linux/32-bit/ |
H A D | Dockerfile | 12 # Apt source for php 13 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/… 43 # -- For PHP -- 59 # PHP dependencies. 60 RUN wget http://am1.php.net/get/php-5.5.38.tar.bz2/from/this/mirror 61 RUN mv mirror php-5.5.38.tar.bz2 62 RUN tar -xvf php-5.5.38.tar.bz2 63 RUN cd php-5.5.38 && ./configure --enable-maintainer-zts --prefix=/usr/local/php-5.5-zts && \ 65 RUN cd php-5.5.38 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-5.5 && \ 68 RUN wget http://am1.php.net/get/php-5.6.30.tar.bz2/from/this/mirror [all …]
|
/aosp_15_r20/external/grpc-grpc/src/php/docker/ |
H A D | README.md | 5 [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 47 release candidate), installs it against the current PHP version, and runs the 53 $ docker build -t grpc-php/grpc-ext -f ./src/php/docker/grpc-ext/Dockerfile . [all …]
|
/aosp_15_r20/external/protobuf/kokoro/linux/dockerfile/test/php/ |
H A D | Dockerfile | 28 # Install php dependencies 52 RUN curl -sS https://getcomposer.org/installer | php 55 # Download php source code 56 RUN git clone https://github.com/php/php-src 58 # php 5.6 59 RUN cd php-src \ 60 && git checkout PHP-5.6.39 \ 62 RUN cd php-src \ 69 --prefix=/usr/local/php-5.6 \ 76 && mv phpunit /usr/local/php-5.6/bin [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php/ |
H A D | Dockerfile | 28 # Install php dependencies 52 RUN curl -sS https://getcomposer.org/installer | php 55 # Download php source code 56 RUN git clone https://github.com/php/php-src 58 # php 5.6 59 RUN cd php-src \ 60 && git checkout PHP-5.6.39 \ 62 RUN cd php-src \ 69 --prefix=/usr/local/php-5.6 \ 76 && mv phpunit /usr/local/php-5.6/bin [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/doc/ |
D | ref.php | 1 <?php 44 <class name="<?php echo $name ?>"> 46 <?php echo $template_value; ?> 48 <default><type>boost::hash<<?php echo $key_type; ?>></type></default> 51 <default><type>std::equal_to<<?php echo $key_type; ?>></type></default> 54 <default><type>std::allocator<<?php echo $value_type; ?>></type></default> 58 An unordered associative container that <?php 71 <?php if ($map): ?> 82 <?php else: ?> 88 <?php endif ?> [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/ |
H A D | Makefile.am | 8 # can't generate proto2 files for php. 108 Conformance/ConformanceRequest.php \ 109 Conformance/ConformanceResponse.php \ 110 Conformance/FailureSet.php \ 111 Conformance/WireFormat.php \ 112 GPBMetadata/Conformance.php \ 113 GPBMetadata/Google/Protobuf/Any.php \ 114 GPBMetadata/Google/Protobuf/Duration.php \ 115 GPBMetadata/Google/Protobuf/FieldMask.php \ 116 GPBMetadata/Google/Protobuf/Struct.php \ [all …]
|
/aosp_15_r20/external/protobuf/conformance/ |
H A D | Makefile.am | 8 # can't generate proto2 files for php. 108 Conformance/ConformanceRequest.php \ 109 Conformance/ConformanceResponse.php \ 110 Conformance/FailureSet.php \ 111 Conformance/WireFormat.php \ 112 GPBMetadata/Conformance.php \ 113 GPBMetadata/Google/Protobuf/Any.php \ 114 GPBMetadata/Google/Protobuf/Duration.php \ 115 GPBMetadata/Google/Protobuf/FieldMask.php \ 116 GPBMetadata/Google/Protobuf/Struct.php \ [all …]
|
/aosp_15_r20/external/flatbuffers/docs/source/ |
H A D | PHPUsage.md | 1 Use in PHP {#flatbuffers_guide_use_php} 6 Before diving into the FlatBuffers usage in PHP, it should be noted that 9 (including PHP). This page is specifically designed to cover the nuances of 10 FlatBuffers usage in PHP. 17 ## FlatBuffers PHP library code location 19 The code for FlatBuffers PHP library can be found at `flatbuffers/php`. You 21 GitHub page](https://github.com/google/flatbuffers/tree/master/php). 25 The code to test the PHP library can be found at `flatbuffers/tests`. 26 The test code itself is located in [phpTest.php](https://github.com/google/ 27 flatbuffers/blob/master/tests/phpTest.php). [all …]
|
/aosp_15_r20/external/grpc-grpc/src/php/ |
H A D | README.md | 4 This directory contains source code for PHP implementation of gRPC layered on 6 tutorials can be seen at [grpc.io](https://grpc.io/docs/languages/php/quickstart). 7 gRPC PHP installation instructions for Google Cloud Platform is in 8 [cloud.google.com](https://cloud.google.com/php/grpc). 14 * `php`: version 7.0 or above (PHP 5.x support is deprecated from Sep 2020). 45 [website](https://pecl.php.net/package/grpc). 69 $ cd src/php/ext/grpc 77 standard PHP extension directory. You should be able to run 81 ### Update php.ini 84 `php.ini` file, depending on where your PHP installation is, to enable the [all …]
|
/aosp_15_r20/external/protobuf/php/ |
H A D | README.md | 2 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 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 56 [PECL](https://pecl.php.net/). To use this pre-packaged extension, simply [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/ |
H A D | README.md | 2 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 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 56 [PECL](https://pecl.php.net/). To use this pre-packaged extension, simply [all …]
|
/aosp_15_r20/external/licenseclassifier/licenses/ |
H A D | PHP-3.01.txt | 1 The PHP License, version 3.01 3 Copyright (c) 1999 - 2012 The PHP Group. All rights reserved. 12 …PHP" must not be used to endorse or promote products derived from this software without prior writ… 14 …PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You… 16 …PHP Group may publish revised and/or new versions of the license from time to time. Each version w… 18 …e following acknowledgment: "This product includes PHP software, freely available from <http://www… 20 THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 23 DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE 33 behalf of the PHP Group. 35 The PHP Group can be contacted via Email at group@php.net. [all …]
|
H A D | PHP-3.0.txt | 1 The PHP License, version 3.0 3 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. 12 …PHP" must not be used to endorse or promote products derived from this software without prior writ… 14 …PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You… 16 …PHP Group may publish revised and/or new versions of the license from time to time. Each version w… 18 …n the following acknowledgment: "This product includes PHP, freely available from <http://www.php.… 20 THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 23 DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE 34 behalf of the PHP Group. 36 The PHP Group can be contacted via Email at group@php.net. [all …]
|
/aosp_15_r20/external/licenseclassifier/v2/assets/License/PHP-3.01/ |
H A D | license.txt | 1 The PHP License, version 3.01 3 Copyright (c) 1999 - 2012 The PHP Group. All rights reserved. 12 …PHP" must not be used to endorse or promote products derived from this software without prior writ… 14 …PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You… 16 …PHP Group may publish revised and/or new versions of the license from time to time. Each version w… 18 …e following acknowledgment: "This product includes PHP software, freely available from <http://www… 20 THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 23 DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE 33 behalf of the PHP Group. 35 The PHP Group can be contacted via Email at group@php.net. [all …]
|
/aosp_15_r20/external/licenseclassifier/v2/assets/License/PHP-3.0/ |
H A D | license.txt | 1 The PHP License, version 3.0 3 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. 12 …PHP" must not be used to endorse or promote products derived from this software without prior writ… 14 …PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You… 16 …PHP Group may publish revised and/or new versions of the license from time to time. Each version w… 18 …n the following acknowledgment: "This product includes PHP, freely available from <http://www.php.… 20 THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 23 DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE 34 behalf of the PHP Group. 36 The PHP Group can be contacted via Email at group@php.net. [all …]
|
/aosp_15_r20/external/protobuf/kokoro/linux/dockerfile/test/php80/ |
H A D | Dockerfile | 30 # Install php dependencies 32 php \ 54 RUN curl -sS https://getcomposer.org/installer | php 57 # Download php source code 58 RUN git clone https://github.com/php/php-src 60 # php 8.0 61 RUN cd php-src \ 62 && git checkout php-8.0.0 \ 64 RUN cd php-src \ 71 --prefix=/usr/local/php-8.0 \ [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php80/ |
H A D | Dockerfile | 30 # Install php dependencies 32 php \ 54 RUN curl -sS https://getcomposer.org/installer | php 57 # Download php source code 58 RUN git clone https://github.com/php/php-src 60 # php 8.0 61 RUN cd php-src \ 62 && git checkout php-8.0.0 \ 64 RUN cd php-src \ 71 --prefix=/usr/local/php-8.0 \ [all …]
|