Searched refs:php (Results 1 – 25 of 347) sorted by relevance
12345678910>>...14
/external/flatbuffers/docs/source/ |
D | PHPUsage.md | 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). 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 …]
|
D | Tutorial.md | 30 <input type="radio" name="language" value="php">PHP</input> 125 <div class="language-php"> 126 [SampleBinary.php](https://github.com/google/flatbuffers/blob/master/samples/SampleBinary.php) 280 <div class="language-php"> 283 ./../flatc --php samples/monster.fbs 365 <div class="language-php"> 366 ~~~{.php} 368 // Here is an example from `SampleBinary.php`: 374 // Contains the `*.php` files for the FlatBuffers library and the `flatc` generated files. 375 $paths = array(join(DIRECTORY_SEPARATOR, array($root_dir, "php")), [all …]
|
/external/ImageMagick/ |
D | README.md | 7 …images in a variety of [formats](http://www.imagemagick.org/script/formats.php) (over 200) includi… 21 …s. It is distributed under the Apache 2.0 [license](http://www.imagemagick.org/script/license.php). 25 ImageMagick is available from http://www.imagemagick.org/script/binary-releases.php. It runs on Lin… 33 …w.imagemagick.org/script/convert.php): convert an image from one [format](http://www.imagemagick.o… 41 * [Image gradients](http://www.imagemagick.org/script/gradient.php): create a gradual blend of one … 42 * [Image identification](http://www.imagemagick.org/script/identify.php): describe the format and a… 43 * [Composite](http://www.imagemagick.org/script/composite.php): overlap one image over another. 44 * [Montage](http://www.imagemagick.org/script/montage.php): juxtapose image thumbnails on an image … 48 * [Motion picture support](http://www.imagemagick.org/script/motion-picture.php): read and write th… 49 * [Image calculator](http://www.imagemagick.org/script/fx.php): apply a mathematical expression to … [all …]
|
D | ChangeLog | 41 https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=29895). 73 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29828). 89 https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29754). 91 https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29626). 93 https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29774); 108 https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29708). 149 https://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=29588).
|
/external/flatbuffers/samples/ |
D | php_sample.sh | 33 ../flatc --php monster.fbs 35 ../Debug/flatc --php monster.fbs 45 php SampleBinary.php
|
/external/wpa_supplicant_8/hs20/server/ |
D | sql-example.txt | 3 …,'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=');
|
D | hs20-osu-server.txt | 98 # Modify config.php if different installation directory is used. 127 <URI>https://policy-server.osu.example.com/hs20/spp.php</URI> 157 subscr_remediation_url=https://subscription-server.osu.example.com/hs20/spp.php 247 purposes. That is available at https://<server>/hs20/users.php 257 https://<server>/hs20/spp.php/signup?realm=example.com
|
/external/markdown/docs/extensions/ |
D | Tables.txt | 14 Tables are defined using the syntax established in [PHP Markdown Extra][php]. 16 [php]: http://www.michelf.com/projects/php-markdown/extra/#table
|
D | Definition_Lists.txt | 16 [PHP Markdown Extra][php]. 18 [php]: http://www.michelf.com/projects/php-markdown/extra/#def-list
|
D | Abbreviations.txt | 16 [PHP Markdown Extra][php]. 18 [php]: http://www.michelf.com/projects/php-markdown/extra/#abbr
|
D | Fenced_Code_Blocks.txt | 16 [PHP Markdown Extra][php]. 18 [php]: http://www.michelf.com/projects/php-markdown/extra/#fenced-code-blocks
|
/external/dtc/libfdt/ |
D | fdt_ro.c | 357 const fdt32_t *php; in fdt_get_phandle() local 362 php = fdt_getprop(fdt, nodeoffset, "phandle", &len); in fdt_get_phandle() 363 if (!php || (len != sizeof(*php))) { in fdt_get_phandle() 364 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len); in fdt_get_phandle() 365 if (!php || (len != sizeof(*php))) in fdt_get_phandle() 369 return fdt32_to_cpu(*php); in fdt_get_phandle()
|
/external/syslinux/txt/ |
D | com-bug.txt | 5 http://www.syslinux.org/wiki/index.php/Common_Problems and known 7 http://www.syslinux.org/wiki/index.php/Hardware_Compatibility with
|
/external/flatbuffers/tests/ |
D | generate_code.sh | 17 ../flatc --cpp --java --csharp --go --binary --python --js --php --grpc --gen-mutable --gen-object-… 18 ../flatc --cpp --java --csharp --go --binary --python --js --php --gen-mutable -o namespace_test na…
|
D | generate_code.bat | 18 ..\%buildtype%\flatc.exe --cpp --java --csharp --go --binary --python --js --php --grpc --gen-mutab… 19 ..\%buildtype%\flatc.exe --cpp --java --csharp --go --binary --python --js --php --gen-mutable -o n…
|
/external/jline/src/src/site/apt/ |
D | downloads.apt | 9 …{{{http://sourceforge.net/project/showfiles.php?group_id=64033}http://sourceforge.net/project/show…
|
/external/ImageMagick/PerlMagick/default/ |
D | Magick.pm.in | 9 # http://www.imagemagick.org/script/license.php 51 http://www.imagemagick.org/script/perl-magick.php 55 http://www.imagemagick.org/discourse-server/viewforum.php?f=7
|
/external/ltp/testcases/kernel/fs/ext4-new-features/ |
D | README | 17 http://ext4.wiki.kernel.org/index.php/New_ext4_features 59 (http://www.rpmfind.net/linux/rpm2html/search.php?query=e2fsprogs) 61 (http://www.rpmfind.net/linux/rpm2html/search.php?query=e2fsprogs-devel) 63 (http://www.rpmfind.net/linux/rpm2html/search.php?query=e2fsprogs-libs)
|
/external/sonivox/jet_tools/JetCreator/ |
D | ReadMe1st.txt | 29 http://www.wxpython.org/download.php 34 http://www.wxpython.org/download.php
|
/external/libxml2/python/ |
D | README | 31 http://rpmfind.net/linux/rpm2html/search.php?query=libxml2-python 32 http://rpmfind.net/linux/rpm2html/search.php?query=libxslt-python
|
/external/bison/ |
D | README-release | 75 https://savannah.gnu.org/news/submit.php?group=bison 79 https://savannah.gnu.org/project/admin/editgroupfeatures.php?group=bison 90 https://savannah.gnu.org/news/approve.php?group=bison
|
/external/mockftpserver/tags/2.0.2/ |
D | CHANGELOG.txt | 6 …yListingFormatter is Locale specific. http://sourceforge.net/tracker/index.php?func=detail&aid=265… 7 …tart() server after calling stop(). https://sourceforge.net/tracker2/index.php?func=detail&aid=265… 21 …NewPath doesn't clone out field. See https://sourceforge.net/tracker/index.php?func=detail&aid=246… 80 See https://sourceforge.net/tracker/index.php?func=detail&aid=2047355&group_id=208647&atid=1006533
|
/external/ImageMagick/MagickCore/ |
D | version.h.in | 8 http://www.imagemagick.org/script/license.php 52 "http://www.imagemagick.org/script/license.php"
|
D | version.h_vms | 8 http://www.imagemagick.org/script/license.php 53 "http://www.imagemagick.org/script/license.php"
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.pm.in | 9 # http://www.imagemagick.org/script/license.php 126 http://www.imagemagick.org/script/perl-magick.php 130 http://www.imagemagick.org/discourse-server/viewforum.php?f=7
|
12345678910>>...14