Home
last modified time | relevance | path

Searched refs:php (Results 76 – 100 of 1507) sorted by relevance

12345678910>>...61

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dteamcity.phpt2 phpunit --teamcity BankAccountTest ../_files/BankAccountTest.php
4 <?php
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/BankAccountTest.php';
10 require __DIR__ . '/../bootstrap.php';
18 …e='BankAccountTest' locationHint='php_qn://%s/tests/_files/BankAccountTest.php::\BankAccountTest' …
20 …nceIsInitiallyZero' locationHint='php_qn://%s/tests/_files/BankAccountTest.php::\BankAccountTest::…
24 …nnotBecomeNegative' locationHint='php_qn://%s/tests/_files/BankAccountTest.php::\BankAccountTest::…
28 …notBecomeNegative2' locationHint='php_qn://%s/tests/_files/BankAccountTest.php::\BankAccountTest::…
H A Dtestdox-group.phpt2 phpunit --testdox-text php://stdout --testdox-group one TestDoxGroupTest ../_files/TestDoxGroupTest…
4 <?php
7 $_SERVER['argv'][3] = 'php://stdout';
11 $_SERVER['argv'][7] = __DIR__ . '/../_files/TestDoxGroupTest.php';
13 require __DIR__ . '/../bootstrap.php';
H A Dtestdox-text.phpt2 phpunit --testdox-text php://stdout BankAccountTest ../_files/BankAccountTest.php
4 <?php
7 $_SERVER['argv'][3] = 'php://stdout';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';
11 require __DIR__ . '/../bootstrap.php';
H A Dlog-tap.phpt2 phpunit --log-tap php://stdout BankAccountTest ../_files/BankAccountTest.php
4 <?php
7 $_SERVER['argv'][3] = 'php://stdout';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';
11 require __DIR__ . '/../bootstrap.php';
H A Dtestdox-exclude-group.phpt2 phpunit --testdox-text php://stdout --testdox-exclude-group one TestDoxGroupTest ../_files/TestDoxG…
4 <?php
7 $_SERVER['argv'][3] = 'php://stdout';
11 $_SERVER['argv'][7] = __DIR__ . '/../_files/TestDoxGroupTest.php';
13 require __DIR__ . '/../bootstrap.php';
H A Dassertion.phpt2 phpunit AssertionExampleTest ../_files/AssertionExampleTest.php
4 <?php
17 <?php
20 $_SERVER['argv'][3] = __DIR__ . '/../_files/AssertionExampleTest.php';
22 require __DIR__ . '/../bootstrap.php';
35 assert(false) in %sAssertionExample.php:%d
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc7 Starting from elasticsearch-php 7.4.0, we generate a PHP
8 https://www.php.net/manual/en/errorfunc.constants.php[E_USER_DEPRECATED] notice
14 https://www.php.net/manual/en/language.operators.errorcontrol.php[operator]. The
18 [source,php]
39 possible. See PR https://github.com/elastic/elasticsearch-php/pull/897[#897].
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[PH
[all...]
/plugin/odt/
H A DChangeLog.txt31 * Refactored stylefactory.php
178 * renderer.php: Fix zh translation PHP syntax
180 * renderer.php: Download external images
188 * action.php, syntax.php: Better handling of the cache system
194 * renderer.php: Fix a small syntax error
210 * renderer.php: typo
211 * renderer.php: add patch by Korsani
226 * admin.php: administation interface
229 * renderer.php: fix <code> tag in list items
231 * renderer.php: fix quotes
[all …]
/plugin/404manager/_test/
H A Dmanager.test.php55 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
59 …equest->get(array('id' => constant_parameters::$PAGE_REDIRECTED_TO_EXTERNAL_WEBSITE), '/doku.php');
82 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
123 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
127 … $request->get(array('id' => constant_parameters::$EXPLICIT_REDIRECT_PAGE_SOURCE), '/doku.php');
166 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
171 … $request->get(array('id' => constant_parameters::$EXPLICIT_REDIRECT_PAGE_SOURCE), '/doku.php');
210 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
220 … $request->get(array('id' => constant_parameters::$REDIRECT_BEST_PAGE_NAME_SOURCE), '/doku.php');
261 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCcrNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
40 [source,php]
53 [source,php]
68 [source,php]
81 [source,php]
94 [source,php]
108 [source,php]
121 [source,php]
134 [source,php]
147 [source,php]
[all...]
H A DSecurityNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
56 [source,php]
68 [source,php]
83 [source,php]
96 [source,php]
109 [source,php]
123 [source,php]
136 [source,php]
150 [source,php]
165 [source,php]
[all...]
H A DLicenseNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
34 [source,php]
46 [source,php]
60 [source,php]
72 [source,php]
84 [source,php]
98 [source,php]
111 [source,php]
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A D.travis.yml1 language: php
9 php:
17 - php: '7.1'
20 - php: nightly
28 - wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.0/coveralls.phar
37 - php coveralls.phar -v
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/
H A D.travis.yml1 language: php
2 php:
12 - php:
29 …; then wget https://scrutinizer-ci.com/ocular.phar; php ocular.phar code-coverage:upload --format=
35 - ashnazg@php.net
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D578.phpt4 <?php
7 $_SERVER['argv'][3] = __DIR__ . '/578/Issue578Test.php';
9 require __DIR__ . '/../../bootstrap.php';
24 %sIssue578Test.php:%i
29 %sIssue578Test.php:%i
34 %sIssue578Test.php:%i
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsNullsAndEmpties.yml8 php: |
17 php: |
23 php: |
29 php: |
35 php: |
44 php: |
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._connection.tpl2 <p>Could not open URL <?php echo $_url?> you've specified. </p>
4 <?php if ($_server_response) { ?>
8 <?php echo $_server_response; ?>
12 <?php } else { ?>
16 <?php }; ?>
/plugin/progrecss/
H A DChangeLog6 * syntax.php: reindented.
7 * syntax.php: Added support for configuration options: fraction separator
10 * syntax.php: empty caption no longer generates a caption <span>, thanks to
12 * syntax.php: Override i18n'd description in preparation for potential
14 * conf/: Added configuration files (metadata.php and default.php).
20 * lang/common.php: Added file with formatted link to PHP manual.
31 * syntax.php: Support for x/y progress syntax (eg.: 2/5).
32 * syntax.php: Partially improved the regex.
40 * syntax.php: Add limited support for the text renderer.
41 * syntax.php: Add limited support for parsing wikitext in caption.
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DChangeLog.md3 All notable changes to `sebastianbergmann/php-token-stream` are documented in this file using the […
7 * Fixed [#69](https://github.com/sebastianbergmann/php-token-stream/issues/69): `PHP_Token_USE_FUNC…
13 * Fixed [#68](https://github.com/sebastianbergmann/php-token-stream/issues/68): Method with name `e…
17 [2.0.2]: https://github.com/sebastianbergmann/php-token-stream/compare/2.0.1...2.0.2
18 [2.0.1]: https://github.com/sebastianbergmann/php-token-stream/compare/2.0.0...2.0.1
19 [2.0.0]: https://github.com/sebastianbergmann/php-token-stream/compare/1.4.11...2.0.0
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md2 …ble Version](https://poser.pugx.org/firebase/php-jwt/v/stable)](https://packagist.org/packages/fir…
3 …l Downloads](https://poser.pugx.org/firebase/php-jwt/downloads)](https://packagist.org/packages/fi…
4 [![License](https://poser.pugx.org/firebase/php-jwt/license)](https://packagist.org/packages/fireba…
16 composer require firebase/php-jwt
28 ```php
70 ```php
125 ```php
161 ```php
193 ```php
214 ```php
[all …]
/plugin/structgantt/
H A Ddeleted.files4 _test/general.test.php
5 conf/default.php
6 conf/metadata.php
7 lang/en/lang.php
8 lang/en/settings.php
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/
H A D.travis.yml1 language: php
7 php:
15 - php: 5.5
19 - echo "xdebug.max_nesting_level=1000" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
29 …- if [[ $TRAVIS_PHP_VERSION = '5.6' ]]; then php ocular.phar code-coverage:upload --format=php-clo…
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.travis.yml1 language: php
10 php:
31 …- if [ "$TWIG_EXT" == "yes" ]; then echo "extension=twig.so" >> `php --ini | grep "Loaded Configur…
38 - php: 5.4
40 - php: 5.5
42 - php: 5.6
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D41.41.js.map1php/php.js"],"names":[],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACO;AACP,oEAAoE,…
/plugin/reflect/
H A DREADME.md3 …ndfile mechanism (ATTENTION: this needs a hook in the fetch.php - described in the action.php) and…
13php - modified by [imageflow](http://194.95.111.244/~countzero/myCMS/index.php?c_id=5&s_id=21), us…

12345678910>>...61