Home
last modified time | relevance | path

Searched refs:php (Results 226 – 250 of 1507) sorted by relevance

12345678910>>...61

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSnapshotNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
38 [source,php]
53 [source,php]
70 [source,php]
87 [source,php]
104 [source,php]
119 [source,php]
132 [source,php]
149 [source,php]
164 [source,php]
[all...]
H A DMlNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
88 [source,php]
106 [source,php]
119 [source,php]
133 [source,php]
148 [source,php]
163 [source,php]
177 [source,php]
191 [source,php]
204 [source,php]
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfilter-dataprovider-by-string-isolation.phpt2 …solation --filter testFalse@false\ test DataProviderFilterTest ../_files/DataProviderFilterTest.php
4 <?php
10 $_SERVER['argv'][6] = __DIR__ . '/../_files/DataProviderFilterTest.php';
12 require __DIR__ . '/../bootstrap.php';
H A Dini-isolation.phpt2 phpunit --process-isolation -d default_mimetype=application/x-test IniTest ../_files/IniTest.php
4 <?php
10 $_SERVER['argv'][6] = __DIR__ . '/../_files/IniTest.php';
12 require __DIR__ . '/../bootstrap.php';
H A Ddataprovider-testdox.phpt2 phpunit DataProviderTestDoxTest ../_files/DataProviderTestDoxTest.php
4 <?php
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/DataProviderTestDoxTest.php';
10 require __DIR__ . '/../bootstrap.php';
H A Dstop-on-warning-via-cli.phpt2 phpunit --stop-on-warning StopOnWarningTestSuite ./tests/_files/StopOnWarningTestSuite.php
4 <?php
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/StopOnWarningTestSuite.php';
10 require __DIR__ . '/../bootstrap.php';
H A Dreport-useless-tests-isolation.phpt2 phpunit --report-useless-tests --process-isolation IncompleteTest ../_files/IncompleteTest.php
4 <?php
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/NothingTest.php';
11 require __DIR__ . '/../bootstrap.php';
H A Dcustom-printer-debug.phpt2 …-c ../_files/configuration.custom-printer.xml --debug BankAccountTest ../_files/BankAccountTest.php
4 <?php
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';
11 require __DIR__ . '/../bootstrap.php';
H A Dstop-on-warning-via-config.phpt2 …p_on_warning.xml --stop-on-warning StopOnWarningTestSuite ./tests/_files/StopOnWarningTestSuite.php
4 <?php
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/StopOnWarningTestSuite.php';
11 require __DIR__ . '/../bootstrap.php';
/plugin/latexit/tests/my/
H A Dtest6.latex8 \href{http://localhost/_bp/doku.php?id=projects:industry:profinit:dokument_tacr_jazyk}{Struktura do…
10 \href{http://localhost/_bp/doku.php?id=projects:open_case}{OpenCASE}
12 \href{http://localhost/_bp/doku.php?id=test:test4}{test4}
14 \href{http://localhost/_bp/doku.php?id=test:test2}{AAA}
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1472.phpt4 <?php
11 <?php
14 $_SERVER['argv'][3] = __DIR__ . '/1472/Issue1472Test.php';
16 require __DIR__ . '/../../bootstrap.php';
H A D873-php5.phpt4 <?php
10 <?php
13 $_SERVER['argv'][3] = __DIR__ . '/873/Issue873Test.php';
15 require __DIR__ . '/../../bootstrap.php';
H A D873-php7.phpt4 <?php
10 <?php
13 $_SERVER['argv'][3] = __DIR__ . '/873/Issue873Test.php';
15 require __DIR__ . '/../../bootstrap.php';
H A D1216.phpt4 <?php
10 $_SERVER['argv'][5] = __DIR__ . '/1216/bootstrap1216.php';
11 $_SERVER['argv'][6] = __DIR__ . '/1216/Issue1216Test.php';
13 require __DIR__ . '/../../bootstrap.php';
/plugin/elasticsearch/
H A Dcomposer.lock14 "url": "git@github.com:elastic/elasticsearch-php.git",
19 "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/c078ccb082f4cdfb3ef81971a8ca6afb9844d6ce",
26 "php": "^7.3 || ^8.0",
45 "src/autoload.php"
86 "php": ">=5.4.0"
113 "description": "Fork of guzzle/streams (abandoned) to be used with elasticsearch-php",
140 "php": ">=5.4.0",
175 "description": "Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php",
196 "php": ">=7.1"
260 "php"
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md3 - Using a deprecated parameter is notified triggering a [E_USER_DEPRECATED](https://www.php.net/manual/en/errorfunc.constants.php)
12 See [PHP supported version](https://www.php.net/supported-versions.php) for
20 [#897](https://github.com/elastic/elasticsearch-php/pull/897)
31 - [#674](https://github.com/elastic/elasticsearch-php/pull/674) `ClientBuilder::defaultLogger()` method was removed. It is recommended to [create the logger object manually](https://github.com/elastic/elasticsearch-php/blob/master/docs/configuration.asciidoc#enabling-the-logger).
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md1 [![PHPUnit](https://github.com/salesforce/handlebars-php/actions/workflows/ci.yml/badge.svg)](https://github.com/salesforce/handlebars-php/actions/workflows/ci.yml)
5 #handlebars-php
13 Name: **handlebars-php**
28 Fork of: [Handlebars.php by XaminProject](https://github.com/mardix/Handlebars)
37 You can just download Handlebars.php as is, or with Composer.
41 `"salesforce/handlebars-php": "1.*"`
50 "salesforce/handlebars-php": "1.*"
82 Now the we've created our template file, in a php file (index.php) w
[all...]
/plugin/mdpage/vendor/cebe/markdown/
H A D.travis.yml1 language: php
3 php:
29 - php: nightly
42 - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DREADME.md4 …tps://php.net/idn-to-ascii) and [`idn_to_utf8`](https://php.net/idn-to-utf8) functions to users wh…
/plugin/imagebox/
H A D.travis.yml1 language: php
3 php:
13 - php: "hhvm"
/plugin/bpmnio/
H A Ddeleted.files1 action.php
4 syntax.php
5 action/viewer.php
/plugin/ipban/ip-lib/
H A DREADME.md25 ```php
48 ```php
54 ```php
60 ```php
68 ```php
81 ```php
88 ```php
95 ```php
102 ```php
111 ```php
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md5 ``` php
6 <?php
43 ``` php
44 <?php
66 ``` php
67 <?php
124 <?php
138 <?php
156 <?php
174 <?php
[all …]
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak1 <?php
51 if(!@file_exists('config.php')) {
52 if(!@file_exists('./lib/plugins/farm/config.php')) die('Cannot load config');
53 if(!copy('./lib/plugins/farm/config.php', 'config.php')) die('Cannot copy temp config');
57 include 'config.php';
74 …array('./'.basename(__FILE__), './config.php', './'.trim($farmconf['farmer'], '/'), './'.trim($far…
129 …($farmconf['farmer'].'lib/plugins/farm/install/preload.php', $farmconf['farmer'].'inc/preload.php'…
133 // Create farmer/wsdl.php
138 …location}', $farmconf['farmwebroot'].$farmconf['farmer'].'lib/plugins/farm/soapserver.php', $wsdl);
147 …rmer'].'lib/plugins/farm/install/trusted_apps.php', $farmconf['farmer'].'lib/plugins/farm/trusted_…
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md17 * support for the `!!php/object` tag has been dropped, use the `!php/object`
47 `!php/object` tag (without the colon) in 4.0.
50 `!php/const` tag (without the colon) in 4.0.
69 ```php
81 ```php
98 ```php
111 ```php
112 Yaml::parse('!php/const:PHP_INT_MAX', Yaml::PARSE_CONSTANT);
134 ```php
144 ```php
[all …]

12345678910>>...61