Home
last modified time | relevance | path

Searched full:phar (Results 1 – 25 of 138) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/phpunit/phpunit/
Dbuild.xml12 <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 …]
DREADME.md11 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/
Dbuild-phar.php4 * 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/
Dbuild_phar.php6 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 Dbuild_phar.php6 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 Dphive.xml2 <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.yml14 - 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/
Dbuild.xml9 <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/
Dphpunit-example-extension-1.0.0.phar2 require_once 'phar://phpunit-example-extension-1.0.0.phar' . '/phpunit-example-extension/TestCaseTr…
4 �����������$���phpunit-example-extension-1.0.0.phar�������LICENSE���78X������������� ���ma…
38 <phar xmlns="https://phar.io/xml/manifest/1.0">
51 </phar>
/plugin/issuelinks/
D.travis.yml13 - 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.yml13 - 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/
DREADME.md14 - 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/
DFilesystemTest.php224 // 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/
Dbuild.xml14 <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/
Dbuild.xml14 <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/
Dbuild.xml14 <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/
Dbuild.xml14 <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/
Dbuild.xml14 <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/
DREADME.md20 …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/
Dphar-sample.phar5 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������W���xY5A�������hello from phar�`�E��8�5��A�����x����GBMB
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
DTestCaseMethod.tpl.dist16 $phar = {phar};
23 } else if ($phar) {
24 require $phar;
/plugin/combo/vendor/carica/phpcss/.github/workflows/
H A Dci.yml55 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/
DCHANGELOG.md89 * 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.
DREADME.md23 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/
Dsuccess_test.sh3 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…

123456