Home
last modified time | relevance | path

Searched refs:PHP (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DBase.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP;
18 use phpseclib3\Math\BigInteger\Engines\PHP; alias
27 abstract class Base extends PHP
77 * @param PHP $x
78 * @param PHP $e
79 * @param PHP $n
81 * @return PHP
83 protected static function powModHelper(PHP $x, PHP $e, PHP $n, $class)
/plugin/phprestrict/
H A DREADME.md4 Overrides the current PHP setting, which enables PHP on all pages.
6 Enable PHP by namespace ("fred:"), page ("fred:derf") and page-prefix ("fred:php*).
7 You can then use the ACL to determine what users have the ability to edit PHP pages.
9 You can also disable "view source" on PHP pages (recommended).
11 PHP is also disabled on old revision pages.
/plugin/webdav/vendor/sabre/dav/
H A DREADME.md7 sabre/dav is the most popular WebDAV framework for PHP. Use it to create WebDAV, CalDAV and CardDAV…
17 | branch | status | minimum PHP version |
19 …ravis-ci.org/fruux/sabre-dav.svg?branch=master)](https://travis-ci.org/fruux/sabre-dav) | PHP 5.5 |
20 …//travis-ci.org/fruux/sabre-dav.svg?branch=3.0)](https://travis-ci.org/fruux/sabre-dav) | PHP 5.5 |
21 …//travis-ci.org/fruux/sabre-dav.svg?branch=3.0)](https://travis-ci.org/fruux/sabre-dav) | PHP 5.4 |
22 …//travis-ci.org/fruux/sabre-dav.svg?branch=2.1)](https://travis-ci.org/fruux/sabre-dav) | PHP 5.4 |
23 …//travis-ci.org/fruux/sabre-dav.svg?branch=2.0)](https://travis-ci.org/fruux/sabre-dav) | PHP 5.4 |
24 …//travis-ci.org/fruux/sabre-dav.svg?branch=1.8)](https://travis-ci.org/fruux/sabre-dav) | PHP 5.3 |
25 …//travis-ci.org/fruux/sabre-dav.svg?branch=1.7)](https://travis-ci.org/fruux/sabre-dav) | PHP 5.3 |
26 …//travis-ci.org/fruux/sabre-dav.svg?branch=1.6)](https://travis-ci.org/fruux/sabre-dav) | PHP 5.3 |
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A DREADME.md1 # TikToken clone for PHP - PHP GPT3 tokenizer
3 PHP Text Tokenizer for GPT models
7 A PHP toolkit to tokenize text like GPT family of models process it.
12 * PHP 8.1
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc2 === Dealing with JSON arrays and objects in PHP
5 objects, and how to specify them in PHP. In particular, problems are caused by
7 used in {es} JSON API and how to convert that to a PHP representation.
13 problems for PHP. Unlike other languages, PHP does not have a "short" notation
36 The problem is that PHP will automatically convert `"content" : {}` into
37 `"content" : []`, which is no longer valid {es} DSL. We need to tell PHP that
39 PHP, you would do:
57 <1> We use the generic PHP stdClass object to represent an empty object. The
62 solution is the only way to acomplish the goal in PHP
10 Empty ObjectsDealing with JSON arrays and objects in PHP global() argument
66 Arrays of ObjectsDealing with JSON arrays and objects in PHP global() argument
129 Arrays of empty objectsDealing with JSON arrays and objects in PHP global() argument
[all...]
H A Dbreaking-changes.asciidoc7 Starting from elasticsearch-php 7.4.0, we generate a PHP
42 ==== PHP 7.1+ Requirement
44 We require using PHP 7.1+ for elasticsearch-php. PHP 7.0 is not supported since
46 https://www.php.net/supported-versions.php[PHP supported version] for more
H A Dinstallation.asciidoc6 * PHP 7.1.0 or higher
9 PHP (see note below)
13 Composer. Composer is a package and dependency manager for PHP and makes it easy
19 The default HTTP handlers that ship with Elasticsearch-php require the PHP
22 alternate HTTP handler based on PHP streams. Performance _will_ suffer, as the
37 |Elasticsearch Version | Elasticsearch-PHP Branch
65 `composer.phar` PHP package, the second command invokes the installation.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md4 PHP\_CodeSniffer is a set of two PHP scripts; the main `phpcs` script that tokenizes PHP, JavaScrip…
13 PHP\_CodeSniffer requires PHP version 5.1.2 or greater, although individual sniffs may have additio…
15 The SVN pre-commit hook requires PHP version 5.2.4 or greater due to its use of the vertical whites…
20 The easiest way to get started with PHP\_CodeSniffer is to download the [Phar](http://php.net/manua…
28 …install PHP\_CodeSniffer using the PEAR installer. This will make the `phpcs` and `phpcbf` command…
53 You can also download the PHP\_CodeSniffer source and run the `phpcs` and `phpcbf` commands directl…
63 The documentation for PHP\_CodeSniffer is available on the [Github wiki](https://github.com/squizla…
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md3 This component provides functionality that helps writing PHP code that has runtime-specific (PHP / …
36 ### Output on PHP
39 PHP 5.5.8 (cli) (built: Jan 9 2014 08:33:30)
40 Copyright (c) 1997-2013 The PHP Group
46 string(9) "PHP 5.5.8"
47 string(3) "PHP"
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md7 * PHP 5.6 or greater is now required.
8 * The C extension now supports PHP 8. Pull request by John Boehr.
24 PHP reader.
37 * The pure PHP reader now correctly decodes integers on 32-bit platforms.
40 * There are small performance improvements for the pure PHP reader.
49 upgrading the extension. This does not affect the pure PHP
58 * PHP 5.4 or greater is now required.
60 This was change to match the behavior of the pure PHP class.
86 * The MaxMind DB extension now supports PHP 7. Pull request by John Boehr.
139 * The API now officially supports HHVM when using the pure PHP reader.
[all …]
H A DREADME.md1 # MaxMind DB Reader PHP API #
5 This is the PHP API for reading MaxMind DB files. MaxMind DB is a binary file
104 ## Optional PHP C Extension ##
135 Note: You may need to install the PHP development package on your OS such as
142 pure PHP reader and the C extension support this type. The pure PHP reader
146 by the C extension and a decimal string (no prefix) by the pure PHP reader.
160 This library requires PHP 5.6 or greater.
163 using the pure PHP API.
172 The MaxMind DB Reader PHP API uses [Semantic Versioning](https://semver.org/).
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DREADME.md6 …rary that provides collection, processing, and rendering functionality for PHP code coverage infor…
10 PHP 5.6 is required but using the latest version of PHP is highly recommended.
12 ### PHP 5
14 [Xdebug](http://xdebug.org/) is the only source of raw code coverage data supported for PHP 5. Vers…
16 ### PHP 7
18 …well as [phpdbg](http://phpdbg.com/docs) are supported sources of raw code coverage data for PHP 7.
H A DChangeLog-3.0.md26 * PHP_CodeCoverage is no longer supported on PHP 5.3, PHP 5.4, and PHP 5.5
/plugin/phpimplicitnocache/
H A Dsyntax.php38 $this->Lexer->addEntryPattern('<PHP>(?=.*</PHP>)',$mode,'plugin_phpimplicitnocache');
42 $this->Lexer->addExitPattern('</PHP>','plugin_phpimplicitnocache');
/plugin/gtime/gtlib/
H A DREADME6 - PHP 5.3.X
7 - PHP OpenSSL 0.9.8
8 - PHP with bcmath support
9 - PHP with CURL support
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst6 Installing the Twig PHP package
55 improvements. Note that the extension is not a replacement for the PHP
56 code; it only implements a small part of the PHP code to improve the
57 performance at runtime; you must still install the regular PHP code.
61 runtime engine; install it like any other PHP extensions:
84 1. Setup the build environment following the `PHP documentation`_
88 …``C:\php-sdk\phpdev\vcXX\x86\php-source-directory\Release_TS\php_twig.dll`` file to your PHP setup.
111 PHP code but only provides an optimized version of the
116 .. _`PHP documentation`: https://wiki.php.net/internals/windows/stepbystepbuild
H A Dintro.rst5 engine for PHP.
9 designer and developer friendly by sticking to PHP's principles and adding
14 * *Fast*: Twig compiles templates down to plain optimized PHP code. The
15 overhead compared to regular PHP code was reduced to the very minimum.
31 Twig needs at least **PHP 5.2.7** to run. As of 1.34, the minimum requirement
32 was bumped to **PHP 5.3.3**.
52 This section gives you a brief introduction to the PHP API for Twig.
/plugin/authgooglesheets/vendor/ralouphie/getallheaders/
H A DREADME.md4 PHP `getallheaders()` polyfill. Compatible with PHP >= 5.3.
17 For PHP version **`>= 5.6`**:
23 For PHP version **`< 5.6`**:
/plugin/vbsso/
H A DCHANGELOG.md8 * Added support for PHP 56 and PHP 70.
9 * EOL (End-of-life due to the end of life of this version) for PHP 5.2 support.
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md22 - Supports DateTimeImmutable for newer PHP verions
25 - Fixed looping bug for PHP 7 when determining the last specified weekday of a month
35 - Fixes issue [#28](https://github.com/mtdowling/cron-expression/issues/28) where PHP increments of ranges were failing due to PHP casting hyphens to 0
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DREADME.md1 Google PHP API Client Services
6 [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
12 [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcbf.bat2 REM PHP Code Beautifier and Fixer
4 REM PHP version 5
6 REM @category PHP
H A Dphpcs.bat2 REM PHP_CodeSniffer tokenizes PHP code and detects violations of a
5 REM PHP version 5
7 REM @category PHP
/plugin/idoit/
H A DREADME.md3 …ation of the [i-doit JSON-RPC API client in PHP](https://bitbucket.org/dstuecken/i-doit-api-client…
13PHP client API must be initialized for your i-doit installation. Run the following command ([More …
34 * **method**: The method string as defined in `CMDB/Methods.class.php` of the PHP API
127 …s use of the [i-doit JSON-RPC API client in PHP](https://bitbucket.org/dstuecken/i-doit-api-client…
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md11 - Fixed the support of PHP 8.1 with [#7](https://github.com/ezimuel/ringphp/pull/7) and [#8](https://github.com/ezimuel/ringphp/pull/8)
18 - Add attribute to avoid Deprecated notice for PHP 8.1 [#4](https://github.com/ezimuel/ringphp/pull/4)
24 - Updated to PHPUnit 9 and fixed the unit tests for PHP 8
38 - `continue` keyword usage on PHP 7.3
49 - The PHP stream wrapper handler now sets `allow_self_signed` to `false` to
64 - PHP 7 fixes.
83 - Adding more error information to PHP stream wrapper exceptions.

12345678910>>...21