| /plugin/findologicxmlexport/vendor/phpunit/phpunit/ |
| D | build.xml | 12 <delete dir="${basedir}/build/phar"/> 15 <include name="**/phpunit*.phar"/> 16 <include name="**/phpunit*.phar.asc"/> 85 …<target name="signed-phar" depends="phar" description="Create signed PHAR archive of PHPUnit and a… 91 <arg path="${basedir}/build/phpunit-library-${version}.phar"/> 99 <arg path="${basedir}/build/phpunit-${version}.phar"/> 103 …<target name="phar" depends="-phar-determine-version,-phar-prepare" description="Create PHAR archi… 104 <antcall target="-phar-build"> 109 …<target name="phar-nightly" depends="-phar-prepare" description="Create PHAR archive of PHPUnit an… 110 <antcall target="-phar-build"> [all …]
|
| D | README.md | 11 We distribute a [PHP Archive (PHAR)](https://php.net/phar) that has all required (as well as some o… 14 $ wget https://phar.phpunit.de/phpunit.phar 16 $ chmod +x phpunit.phar 18 $ mv phpunit.phar /usr/local/bin/phpunit 21 You can also immediately use the PHAR after you have downloaded it, of course: 24 $ wget https://phar.phpunit.de/phpunit.phar 26 $ php phpunit.phar
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/ |
| D | build-phar.php | 4 * Build a PHPCS phar. 19 if (ini_get('phar.readonly') === '1') { 20 echo 'Unable to build, phar.readonly in php.ini is set to read only.'.PHP_EOL; 33 echo "Building $script phar".PHP_EOL; 35 $pharFile = $cwd.'/'.$script.'.phar'; 42 $phar = new Phar($pharFile, 0, $script.'.phar'); variable 45 buildFromPackage($phar); 51 $stub .= 'Phar::mapPhar(\''.$script.'.phar\');'."\n"; 52 $stub .= 'require_once "phar://'.$script.'.phar/CodeSniffer/CLI.php";'."\n"; 56 $phar->setStub($stub); [all …]
|
| /plugin/authgooglesheets/vendor/paragonie/random_compat/other/ |
| D | build_phar.php | 6 if (file_exists($dist.'/random_compat.phar')) { 7 unlink($dist.'/random_compat.phar'); 9 $phar = new Phar( variable 10 $dist.'/random_compat.phar', 12 'random_compat.phar' 18 $phar->buildFromDirectory(dirname(__DIR__).'/lib'); 26 * sign the Phar with OpenSSL. 28 * If you leave this out, it will produce an unsigned .phar! 41 $phar->setSignatureAlgorithm(Phar::OPENSSL, $pkey); 46 if (!@is_readable($dist.'/random_compat.phar.pubkey')) { [all …]
|
| /plugin/combo/vendor/paragonie/random_compat/other/ |
| H A D | build_phar.php | 6 if (file_exists($dist.'/random_compat.phar')) { 7 unlink($dist.'/random_compat.phar'); 9 $phar = new Phar( variable 10 $dist.'/random_compat.phar', 12 'random_compat.phar' 18 $phar->buildFromDirectory(dirname(__DIR__).'/lib'); 26 * sign the Phar with OpenSSL. 28 * If you leave this out, it will produce an unsigned .phar! 41 $phar->setSignatureAlgorithm(Phar::OPENSSL, $pkey); 46 if (!@is_readable($dist.'/random_compat.phar.pubkey')) { [all …]
|
| /plugin/combo/vendor/carica/phpcss/ |
| H A D | phive.xml | 2 <phive xmlns="https://phar.io/phive"> 3 <phar name="phpunit" version="8" installed="8.5.15" location="./tools/phpunit" copy="true"/> 4 <phar name="phing" version="3.*" installed="3.0.0-alpha4" location="./tools/phing" copy="true"/> 5 …<phar name="composer" version="^2.0.12" installed="2.0.12" location="./tools/composer" copy="true"… 6 <phar name="phpmd" version="^2.9.1" installed="2.9.1" location="./tools/phpmd" copy="true"/> 7 <phar name="phploc" version="^7.0.2" installed="7.0.2" location="./tools/phploc" copy="true"/> 8 <phar name="phpdox" version="^0.12.0" installed="0.12.0" location="./tools/phpdox" copy="true"/>
|
| /plugin/gdpr/ |
| D | .travis.yml | 14 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar 15 - php phpcs.phar 20 …- ./phpunit.phar --configuration=../lib/plugins/gdpr/phpunit.xml --group plugin_gdpr --coverage-cl… 21 - wget https://scrutinizer-ci.com/ocular.phar 22 …- php ocular.phar code-coverage:upload --format=php-clover coverage.clover --repository=g/$TRAVIS_…
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/ |
| D | build.xml | 9 <include name="**/*.phar" /> 20 <include name="composer.phar" /> 25 …<get src="https://getcomposer.org/composer.phar" dest="${basedir}/composer.phar" skipexisting="tru… 28 <arg value="composer.phar"/>
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/ |
| D | phpunit-example-extension-1.0.0.phar | 2 require_once 'phar://phpunit-example-extension-1.0.0.phar' . '/phpunit-example-extension/TestCaseTr… 4 �$phpunit-example-extension-1.0.0.pharLICENSE�78X�����ma… 38 <phar xmlns="https://phar.io/xml/manifest/1.0"> 51 </phar>
|
| /plugin/issuelinks/ |
| D | .travis.yml | 13 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar 14 - php phpcs.phar 20 - wget https://scrutinizer-ci.com/ocular.phar 21 …- php ocular.phar code-coverage:upload --format=php-clover coverage.clover --repository=g/$TRAVIS_…
|
| /plugin/cleanoldips/ |
| D | .travis.yml | 13 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar 14 - php phpcs.phar 20 - wget https://scrutinizer-ci.com/ocular.phar 21 …- php ocular.phar code-coverage:upload --format=php-clover coverage.clover --repository=g/$TRAVIS_…
|
| /plugin/latexport/ |
| D | README.md | 14 - PhpUnit installed as a PHAR in the path. 50 PHPUnit test suite included with PHAR. 55 - Install PHPUnit from the PHAR - Visit https://phar.phpunit.de/ to check what 59 wget https://phar.phpunit.de/phpunit-5.7.27.phar 60 chmod +x phpunit-5.phar 61 mv phpunit-5.phar /usr/local/bin/phpunit 70 - Install PHPAb from the PHAR - Visit https://github.com/theseer/Autoload/releases to 73 wget https://github.com/theseer/Autoload/releases/download/1.25.9/phpab-1.24.1.phar 74 chmod +x phpab-1.24.1.phar 75 mv phpab-1.24.1.phar /usr/local/bin/phpab
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/ |
| D | FilesystemTest.php | 224 // phar-sample.phar was created with the following script: 225 // $f = new Phar('phar-test.phar'); 226 // $f->addFromString('hello.twig', 'hello from phar'); 227 $loader->addPath('phar://'.__DIR__.'/Fixtures/phar/phar-sample.phar'); 228 $this->assertSame('hello from phar', $loader->getSourceContext('hello.twig')->getCode());
|
| /plugin/findologicxmlexport/vendor/sebastian/environment/ |
| D | build.xml | 14 <include name="composer.phar" /> 19 …<get src="https://getcomposer.org/composer.phar" dest="${basedir}/composer.phar" skipexisting="tru… 22 <arg value="composer.phar"/>
|
| /plugin/findologicxmlexport/vendor/sebastian/exporter/ |
| D | build.xml | 14 <include name="composer.phar" /> 19 …<get src="https://getcomposer.org/composer.phar" dest="${basedir}/composer.phar" skipexisting="tru… 22 <arg value="composer.phar"/>
|
| /plugin/findologicxmlexport/vendor/sebastian/recursion-context/ |
| D | build.xml | 14 <include name="composer.phar" /> 19 …<get src="https://getcomposer.org/composer.phar" dest="${basedir}/composer.phar" skipexisting="tru… 22 <arg value="composer.phar"/>
|
| /plugin/findologicxmlexport/vendor/sebastian/comparator/ |
| D | build.xml | 14 <include name="composer.phar" /> 19 …<get src="https://getcomposer.org/composer.phar" dest="${basedir}/composer.phar" skipexisting="tru… 22 <arg value="composer.phar"/>
|
| /plugin/findologicxmlexport/vendor/sebastian/global-state/ |
| D | build.xml | 14 <include name="composer.phar" /> 19 …<get src="https://getcomposer.org/composer.phar" dest="${basedir}/composer.phar" skipexisting="tru… 22 <arg value="composer.phar"/>
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/ |
| D | README.md | 20 …o get started with PHP\_CodeSniffer is to download the [Phar](http://php.net/manual/en/intro.phar.… 22 curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar 23 php phpcs.phar -h 25 curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar 26 php phpcbf.phar -h
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/ |
| D | phar-sample.phar | 5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) { 6 Phar::interceptFileFuncs(); 7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path()); 8 Phar::webPhar(null, $web); 9 include 'phar://' . __FILE__ . '/' . Extract_Phar::START; 159 die('Could not locate temporary directory to extract phar'); 164 $temp .= '/pharextract/'.basename(__FILE__, '.phar'); 261 die("Invalid internal .phar file (size error " . strlen($data) . " != " . 266 die("Invalid internal .phar file (checksum error)"); 293 hello.twig���WxY5A�hello from phar�`�E��8�5��A�����x�GBMB
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/ |
| D | TestCaseMethod.tpl.dist | 16 $phar = {phar}; 23 } else if ($phar) { 24 require $phar;
|
| /plugin/combo/vendor/carica/phpcss/.github/workflows/ |
| H A D | ci.yml | 55 run: "php tools/composer.phar install --prefer-dist" 57 - name: "Run tests with phpunit.phar" 58 run: "php tools/phpunit.phar --coverage-clover=coverage.xml"
|
| /plugin/quickstats/GEOIP/vendor/geoip2/geoip2/ |
| D | CHANGELOG.md | 89 * In the Phar distribution, source files for this module no longer have their 130 * The 2.1.0 Phar builds included a shebang line, causing issues when loading 188 * With the previous Phar builds, some users received `phar error: invalid url 189 or non-existent phar` errors. The correct alias is now used for the Phar, 195 * The Phar build was broken with Guzzle 3.9.0+. This has been fixed. 204 * A `box.json` file is included to build a Phar package.
|
| D | README.md | 23 You should now have the file `composer.phar` in your project directory. 30 php composer.phar require geoip2/geoip2:~2.0 46 ## Install via Phar ## 49 [phar archive](http://php.net/manual/en/book.phar.php) containing most of the 50 dependencies for GeoIP2. Our latest phar archive is available on 55 In order to use the phar archive, you must have the PHP 56 [Phar extension](http://php.net/manual/en/book.phar.php) installed and 77 require 'geoip2.phar';
|
| /plugin/findologicxmlexport/vendor/jms/serializer/.travis/ |
| D | success_test.sh | 3 if [[ $TRAVIS_PHP_VERSION = '7.2' ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi 4 if [[ $TRAVIS_PHP_VERSION = '7.2' ]]; then php ocular.phar code-coverage:upload --format=php-clover…
|