Home
last modified time | relevance | path

Searched refs:php (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/external/grpc-grpc/src/php/
DREADME.md6 tutorials can be seen at [grpc.io](https://grpc.io/docs/quickstart/php.html).
8 [cloud.google.com](https://cloud.google.com/php/grpc).
14 * `php` 5.5 or above, 7.0 or above
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
41 $ sudo yum install php56w php56w-devel php-pear phpunit gcc zlib-devel
46 $ brew install homebrew/php/php56-grpc
47 $ curl -O http://pear.php.net/go-pear.phar
48 $ sudo php -d detect_unicode=0 go-pear.phar
[all …]
D.gitignore13 run-tests.php
24 *.pb.php
25 *_grpc_pb.php
/external/flatbuffers/tests/docker/
DTODO.Dockerfile.testing.php.hhvm_2019_01_163 …ter 1 by reference, but the call was not annotated with '&'. in /code/php/FlatbufferBuilder.php:971
5 # #0 /code/tests/phpTest.php(277): Google\FlatBuffers\FlatbufferBuilder->sizedByteArray()
6 # #1 /code/tests/phpTest.php(79): fuzzTest1()
7 # #2 /code/tests/phpTest.php(86): main()
9 # thrown in in /code/php/FlatbufferBuilder.php:971
16 RUN hhvm phpTest.php
17 RUN ../flatc --php -o php union_vector/union_vector.fbs
18 RUN hhvm phpUnionVectorTest.php
/external/flatbuffers/docs/source/
DPHPUsage.md19 The code for FlatBuffers PHP library can be found at `flatbuffers/php`. You
21 GitHub page](https://github.com/google/flatbuffers/tree/master/php).
26 The test code itself is located in [phpTest.php](https://github.com/google/
27 flatbuffers/blob/master/tests/phpTest.php).
29 You can run the test with `php phpTest.php` from the command line.
32 [PHP](http://php.net/manual/en/install.php) to be installed.*
42 with the `--php` option to `flatc`. Then you can include both FlatBuffers and
50 ~~~{.php}
58 // Contains the `*.php` files for the FlatBuffers library and the `flatc` generated files.
59 $paths = array(join(DIRECTORY_SEPARATOR, array($root_dir, "php")),
[all …]
/external/grpc-grpc/src/php/bin/
Drun_php_cs_fixer.sh17 command -v php-cs-fixer > /dev/null || {
22 php-cs-fixer fix lib/Grpc || true
23 php-cs-fixer fix tests/generated_code || true
24 php-cs-fixer fix tests/interop || true
25 php-cs-fixer fix tests/unit_tests || true
Drun_gen_code_test.sh20 php $extension_dir -d max_execution_time=300 $(which phpunit) -v --debug \
21 ../tests/generated_code/GeneratedCodeTest.php
22 php $extension_dir -d max_execution_time=300 $(which phpunit) -v --debug \
23 ../tests/generated_code/GeneratedCodeWithCallbackTest.php
Dgenerate_proto_php.sh20 --php_out=src/php/tests/generated_code \
21 --grpc_out=src/php/tests/generated_code \
36 --php_out=src/php/tests/interop \
37 --grpc_out=src/php/tests/interop \
Drun_tests.sh21 cd src/php/bin
25 php $extension_dir -d max_execution_time=300 $(which phpunit) -v --debug \
28 php $extension_dir -d max_execution_time=300 $(which phpunit) -v --debug \
/external/grpc-grpc/examples/php/
DREADME.md7 This requires `php` >=5.5, `phpize`, `pecl`, `phpunit`
26 $ cd examples/php
27 $ curl -sS https://getcomposer.org/installer | php
28 $ php composer.phar install
47 $ cd examples/php
64 [gRPC Basics: PHP]:https://grpc.io/docs/tutorials/basic/php.html
/external/flatbuffers/tests/
DphpUnionVectorTest.sh5 ../flatc --php -o php union_vector/union_vector.fbs
6 php phpUnionVectorTest.php
/external/ImageMagick/
DREADME.md21 …It is distributed under a derived Apache 2.0 [license](https://imagemagick.org/script/license.php).
35 …s://imagemagick.org/script/convert.php): convert an image from one [format](https://imagemagick.or…
42 * [Image gradients](https://imagemagick.org/script/gradient.php): create a gradual blend of one col…
43 * [Image identification](https://imagemagick.org/script/identify.php): describe the format and attr…
44 * [Composite](https://imagemagick.org/script/composite.php): overlap one image over another.
45 * [Montage](https://imagemagick.org/script/montage.php): juxtapose image thumbnails on an image can…
49 * [Motion picture support](https://imagemagick.org/script/motion-picture.php): read and write the c…
50 * [Image calculator](https://imagemagick.org/script/fx.php): apply a mathematical expression to an …
51 * [Connected component labeling](https://imagemagick.org/script/connected-components.php): uniquely…
55 * [Color management](https://imagemagick.org/script/color-management.php): accurate color managemen…
[all …]
DChangeLog56 https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=35292).
227 https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34142).
229 https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34121).
395 https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=33288).
419 https://imagemagick.org/discourse-server/viewforum.php?f=3).
442 http://imagemagick.org/discourse-server/viewtopic.php?f=1&t=33070).
472 https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=32806).
500 http://imagemagick.org/discourse-server/viewtopic.php?f=3&t=32771).
573 https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=32506).
582 https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=32497).
[all …]
/external/flatbuffers/tests/docker/languages/
DDockerfile.testing.php.zend_7_31 FROM php:7.3-cli-stretch as base
6 RUN php --version
7 RUN php phpTest.php
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_php/
Dbuild_interop.sh34 (cd src/php/ext/grpc && phpize && ./configure && make)
38 (cd src/php && php -d extension=ext/grpc/modules/grpc.so /usr/local/bin/composer install)
40 (cd src/php && ./bin/generate_proto_php.sh)
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_php7/
Dbuild_interop.sh34 (cd src/php/ext/grpc && phpize && ./configure && make)
38 (cd src/php && php -d extension=ext/grpc/modules/grpc.so /usr/local/bin/composer install)
40 (cd src/php && ./bin/generate_proto_php.sh)
DDockerfile52 RUN git clone https://github.com/php/php-src /var/local/git/php-src
53 RUN cd /var/local/git/php-src \
67 RUN curl -sS https://getcomposer.org/installer | php
/external/flatbuffers/samples/
Dphp_sample.sh33 ../flatc --php monster.fbs
35 ../Debug/flatc --php monster.fbs
45 php SampleBinary.php
/external/wpa_supplicant_8/hs20/server/
Dsql-example.txt3 …,'spp_http_auth_url','https://subscription-server.osu.example.com/hs20/spp.php?realm=example.com');
9 …le.com','policy_url','https://subscription-server.osu.example.com/hs20/spp.php?realm=example.com');
10 …,'remediation_url','https://subscription-server.osu.example.com/hs20/remediation.php?session_id=');
11 …ediation_url','https://subscription-server.osu.example.com/hs20/free-remediation.php?session_id=');
12 …ample.com','signup_url','https://subscription-server.osu.example.com/hs20/signup.php?session_id=');
/external/grpc-grpc/templates/
Dpackage.xml.template4php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.…
6 <channel>pecl.php.net</channel>
18 <release>${settings.php_version.php()}</release>
19 <api>${settings.php_version.php()}</api>
33 <file baseinstalldir="/" name="src/php/README.md" role="src" />
49 <php>
51 </php>
Dconfig.w32.template29 "/I"+configure_module_dirname+"\\src\\php\\ext\\grpc "+
50 dirs['\\\\src\\\\php'] = 1;
51 dirs['\\\\src\\\\php\\\\ext'] = 1;
52 dirs['\\\\src\\\\php\\\\ext\\\\grpc'] = 1;
/external/grpc-grpc/templates/tools/dockerfile/
Dphp7_deps.include36 RUN git clone https://github.com/php/php-src /var/local/git/php-src
37 RUN cd /var/local/git/php-src ${'\\'}
/external/markdown/docs/extensions/
DTables.txt14 Tables are defined using the syntax established in [PHP Markdown Extra][php].
16 [php]: http://www.michelf.com/projects/php-markdown/extra/#table
/external/u-boot/board/ti/ks2_evm/
DREADME9 https://www.einfochips.com/index.php/partnerships/texas-instruments/k2e-evm.html
10 https://www.einfochips.com/index.php/partnerships/texas-instruments/k2l-evm.html
88 http://processors.wiki.ti.com/index.php/MCSDK_UG_Chapter_Getting_Started#
92 K2HK http://processors.wiki.ti.com/index.php/EVMK2H_Hardware_Setup
93 K2E http://processors.wiki.ti.com/index.php/EVMK2E_Hardware_Setup
94 K2L http://processors.wiki.ti.com/index.php/TCIEVMK2L_Hardware_Setup
95 K2G http://processors.wiki.ti.com/index.php/66AK2G02_GP_EVM_Hardware_Setup
102 configuration as instructed at http://processors.wiki.ti.com/index.php/
150 http://processors.wiki.ti.com/index.php/*_Hardware_Setup.
170 http://processors.wiki.ti.com/index.php/*_Hardware_Setup.
[all …]
/external/grpc-grpc/tools/dockerfile/test/php7_jessie_x64/
DDockerfile52 RUN git clone https://github.com/php/php-src /var/local/git/php-src
53 RUN cd /var/local/git/php-src \
/external/u-boot/lib/libfdt/
Dfdt_ro.c336 const fdt32_t *php; in fdt_get_phandle() local
341 php = fdt_getprop(fdt, nodeoffset, "phandle", &len); in fdt_get_phandle()
342 if (!php || (len != sizeof(*php))) { in fdt_get_phandle()
343 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len); in fdt_get_phandle()
344 if (!php || (len != sizeof(*php))) in fdt_get_phandle()
348 return fdt32_to_cpu(*php); in fdt_get_phandle()

12345678910>>...20