Home
last modified time | relevance | path

Searched refs:PHP (Results 51 – 75 of 508) sorted by relevance

12345678910>>...21

/plugin/markdownextra/
H A DREADME.md1 # PHP Markdown Extra plugin for DokuWiki
3 description: Parses PHP Markdown Extra blocks.
24 If the page name ends with ''.md'' suffix, it gets automatically parsed using PHP Markdown Extra. T…
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md30 - Support for PHP 8
38 - Fixed `method_exists` crashes on PHP 8
64 - Update to now catch `\Throwable` on PHP 7+
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest10.txt26 <PHP>
28 </PHP>
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md4 [![Build status](https://github.com/ezimuel/ringphp/workflows/PHP%20test/badge.svg)](https://github.com/ezimuel/ringphp/actions) [![Latest Stable Version](https://poser.pugx.org/ezimuel/ringphp/v/stable)](https://packagist.org/packages/ezimuel/ringphp)
9 into a single PHP function. RingPHP be used to power HTTP clients and servers
10 through a PHP function that accepts a request hash and returns a response hash
/plugin/embeddedphp/
H A DREADME3 Allow embeded PHP on wiki pages to restore the functionality
9 Embedded PHP code can do ANYTHING that the server PHP environment
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dsearch-operations.asciidoc49 Notice how the structure and layout of the PHP array is identical to that of the
50 JSON request body. This makes it very simple to convert JSON examples into PHP.
51 A quick method to check your PHP array (for more complex examples) is to encode
103 difference is that the JSON response is serialized back into PHP arrays. Working
180 identical to the curl example. For more details about arrays and objects in PHP,
181 see <<php_json_objects, Dealing with JSON Arrays and Objects in PHP>>.
210 And in PHP:
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md10 * Feature: Full PHP 8.3 compatibility.
15 * Feature: Support Disjunctive Normal Form Types (DNF types) for PHP 8.2+.
18 Feature: Add full support for PHP 8.2.
29 * Feature: Support union types and address deprecation of `ReflectionType::getClass()` (PHP 8+).
38 * Feature: Support intersection types (PHP 8.1+).
75 * Improve test suite, run tests on PHP 7.4 and update PHPUnit test setup.
95 needed and hide resolver and canceller references from call stack on PHP 7+.
101 cleaning up said references, we can avoid relying on PHP's circular garbage collector
200 * BC break: Bump minimum PHP version to PHP 5.
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Darrays.rst6 Serializing arrays and hashes (a concept that in PHP has not explicit boundaries)
21 // default (let the PHP's json_encode function decide)
26 // same as default (let the PHP's json_encode function decide)
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md24 * PHP 5.3.2 is required but using the latest version of PHP is highly recommended.
35 - `CaBundle::isOpensslParseSafe()`: Test if it is safe to use the PHP function openssl_x509_parse()
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP; alias
19 use phpseclib3\Math\BigInteger\Engines\PHP\Base;
57 * @param PHP $m
61 protected static function generateCustomReduction(PHP $m, $class)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCONTRIBUTING.md4 Before you contribute code to PHP\_CodeSniffer, please make sure it conforms to the PHPCS coding st…
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DREADME.md4 This component provides functions added to PHP 7.2 core:
18 Also, it provides constants added to PHP 7.2:
/plugin/authyubikey/lib/
H A DREADME1 == Auth_Yubico PHP class ==
3 The Yubico authentication PHP class provides an easy way to integrate
4 the Yubikey into your existing PHP-based user authentication
13 Make sure your PHP installation supports curl, and that you have
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst141 When compiling this template to PHP, Twig looks for the PHP callable
144 compilation, the generated PHP code is roughly equivalent to:
187 of the PHP function to call, here ``str_rot13``, a native PHP function.
198 create a new PHP function::
292 following PHP call: ``twig_path('a', 'b', 'foo')``.
304 When compiling this template to PHP, Twig looks for the PHP callable
307 compilation, the generated PHP code is roughly equivalent to:
359 following PHP call: ``twig_path('a', 'b', 'foo')``.
483 developer generate beautiful and readable PHP code:
494 * ``repr()``: Writes a PHP representation of a given value (see
[all …]
/plugin/icalevents/vendor/sabre/vobject/
H A DREADME.md5 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
17 This package requires PHP 5.5. If you need the PHP 5.3/5.4 version of this package instead, use:
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dif.rst4 The ``if`` statement in Twig is comparable with the if statements of PHP.
48 For multiple branches ``elseif`` and ``else`` can be used like in PHP. You can
64 same as in PHP; here are the edge cases rules:
/plugin/webdav/vendor/sabre/vobject/
H A DREADME.md5 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
17 This package requires PHP 5.5. If you need the PHP 5.3/5.4 version of this package instead, use:
/plugin/hipchat/
H A DREADME.md28 * Hippy - [mandatory] PHP version 5.x (developed using 5.2.9)
29 * Hippy - [mandatory] PHP's cURL module
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DREADME.md1 Metadata is a library for class/method/property metadata management in PHP
15 sources (annotations, YAML/XML/PHP configuration files).
40 /** Annotation, YAML, XML, PHP, ... drivers */
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md1 Guzzle, PHP HTTP client
8 Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and
19 PHP streams, sockets, or non-blocking event loops.
77 …kagist | Namespace | Repo | Docs | PSR-7 | PHP Version |
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md1 # phpseclib - PHP Secure Communications Library
13 MIT-licensed pure-PHP implementations of the following:
36 * Minimum PHP version: 5.6.1
44 * Minimum PHP version: 5.3.3
/plugin/codeprettify/
H A DREADME.md11 <Code:php linenums:1 |Example #1 Our first PHP script: //hello.php//>
14 <title>PHP Test</title>
/plugin/webdav/vendor/sabre/event/
H A DCHANGELOG.md7 * Now requires PHP 5.5!
17 * This package now requires PHP 5.5.
64 * Fixed: Issue #4. Compatiblitiy for PHP < 5.4.14.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DREADME.md3 PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architec…
6 [![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%205.6-8892BF.svg?style=flat-square)…
11 We distribute a [PHP Archive (PHAR)](https://php.net/phar) that has all required (as well as some o…
/plugin/jplayer/
H A Dcomposer.lock91 …tension is required when loading files larger than 2GB on 32-bit PHP (also on 64-bit PHP on Window…
98 …ired to use the MySQL database as a cache storage (deprecated in PHP 5.5, removed in PHP >= 7.0, u…
122 … "description": "PHP script that extracts useful information from popular multimedia file formats",
199 "description": "Asset Management for PHP",
246 "description": "A Mustache implementation in PHP.",

12345678910>>...21