Home
last modified time | relevance | path

Searched refs:PHP (Results 76 – 100 of 508) sorted by last modified time

12345678910>>...21

/plugin/upgrade/lang/zh-tw/
H A Dstep0.txt
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md1 PHPArchive - Pure PHP ZIP and TAR handling
4 This library allows to handle new ZIP and TAR archives without the need for any special PHP extensions (gz and bzip are
/plugin/smtp/subtree/php-fig/log/
H A DLICENSE1 Copyright (c) 2012 PHP Framework Interoperability Group
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock35 "name": "PHP-FIG",
95 …"description": "A small, lightweight utility to instantiate objects in PHP without invoking their …
315 "description": "Highly opinionated mocking framework for PHP 5.3+",
380 …rary that provides collection, processing, and rendering functionality for PHP code coverage infor…
560 "description": "Wrapper around PHP's tokenizer extension.",
630 "description": "The PHP Unit Testing framework.",
750 "description": "Provides the functionality to compare PHP values for equality",
852 "description": "Provides functionality to handle HHVM/PHP environments",
919 "description": "Provides the functionality to export PHP variables for visualization",
1027 "description": "Provides functionality to recursively process PHP variables",
[all …]
/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
H A Dplugin.info.txt5 name Embedded PHP Plugin
6 desc Allows embedding PHP code on wiki pages
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt404 ===== Embedding HTML and PHP =====
406 You can embed raw HTML or PHP code into your documents by using the ''%%<html>%%'' or ''%%<php>%%'' tags. (Use uppercase tags if you need to enclose block level elements.)
426 PHP example:
430 echo 'A logo generated by PHP:';
431 echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />';
434 <PHP>
436 echo '<td><img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" /></td>';
438 </PHP>
442 echo 'A logo generated by PHP:';
443 echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Log
[all...]
/plugin/const/
H A DREADME.md9 This plugin uses the evalmath class (http://www.phpclasses.org/package/2695-PHP-Safely-evaluate-mat…
/plugin/odt/
H A DChangeLog.txt178 * renderer.php: Fix zh translation PHP syntax
/plugin/ifauthex/
H A DREADME.md23 to arbitrary boolean expression (in for a penny...), that uses PHP standard logical operators `||`,
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki120 …* **dateformat** - Date format string compliant with the PHP function date(). It's used for the co…
/plugin/barcodes/
H A Dcomposer.lock197 "url": "https://github.com/nikic/PHP-Parser.git",
237 "description": "A PHP parser written in PHP",
243 "issues": "https://github.com/nikic/PHP-Parser/issues",
244 "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3"
752 "description": "The PHP Unit Testing framework.",
877 "description": "Collection of value objects that represent the PHP code units",
1001 "description": "Provides the functionality to compare PHP values for equality",
1063 "description": "Library for calculating the complexity of PHP code units",
1187 "description": "Provides functionality to handle HHVM/PHP environments",
1390 "description": "Library for counting the lines of code in PHP source code",
[all …]
/plugin/authdrupal8/
H A Dpassword.inc7 * Based on the Portable PHP password hashing framework.
11 * used by setting the variable password_inc to the name of the PHP file
172 // We rely on the hash() function being available in PHP 5.2+.
/plugin/gitlabapi/
H A DREADME.md6 The curl library (``php-curl``) for PHP is required.
/plugin/advanced/lang/en/config/
H A Dhooks.txt3 Include hooks allow you to add additional HTML or PHP to the template without modifying any of the …
H A Dinterwiki.txt10 | %%[[phpfn>random]]%% | [[phpfn>random]] | links to a function in the PHP manual |
/plugin/advanced/lang/fr/config/
H A Dhooks.txt3 Les attaches vous permettent d'ajouter des pages HTML ou PHP statiques au modèle sans modifier aucu…
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/
H A DREADME.md8 By using a custom PHP error handler such as the one provided by the Symfony ErrorHandler component,
/plugin/elasticsearch/vendor/symfony/polyfill-php73/
H A DREADME.md4 This component provides functions added to PHP 7.3 core:
/plugin/elasticsearch/
H A Dcomposer.lock63 "description": "PHP Client for Elasticsearch",
282 "description": "A language detection library for PHP. Detects the language from a given text string.",
329 "name": "PHP-FIG",
400 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
606 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc62 configuration method relies on PHP's `filter_var()` and `parse_url()` methods to
H A Dhttp-handler.asciidoc4 Elasticsearch-PHP uses an interchangeable HTTP transport layer called
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.
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...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md11 - Requirement of PHP 7.1 instead of 7.0 that is not supported since 1 Jan 2019.
12 See [PHP supported version](https://www.php.net/supported-versions.php) for

12345678910>>...21