Home
last modified time | relevance | path

Searched refs:phar (Results 51 – 75 of 95) sorted by path

1234

/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php2540 $phar = Phar::running(false);
2541 $extra = str_replace('phar://'.$phar, '', $path);
2542 $path = realpath($phar);
2569 $phar = Phar::running(false);
2570 chdir(dirname($phar));
H A DREADME.md20 …PHP\_CodeSniffer is to download the [Phar](http://php.net/manual/en/intro.phar.php) files for each…
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/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php42 $phar = new Phar($pharFile, 0, $script.'.phar'); variable
45 buildFromPackage($phar);
56 $phar->setStub($stub);
64 * @param object $phar The Phar class.
68 function buildFromPackage(&$phar) argument
83 buildFromNode($phar, $currentLevel, '');
88 $phar['licence.txt']->compress(Phar::GZ);
96 * @param object $phar The Phar class.
102 function buildFromNode(&$phar, $node, $prefix='') argument
114 $phar[$path]->compress(Phar::GZ);
[all …]
/plugin/imagecarousel/
H A D.travis.yml32 - ./phpunit.phar --group plugin_imagecarousel
/plugin/imagemapping/
H A D.travis.yml
/plugin/ipban/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_ipban
/plugin/issuelinks/
H A 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/jplayer/vendor/happyworm/jplayer/
H A DREADME.md44 php composer.phar update
/plugin/latexport/
H A DREADME.md55 - 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
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/linkfix/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_linkfix
/plugin/mdpage/vendor/cebe/markdown/
H A D.travis.yml41 - wget https://scrutinizer-ci.com/ocular.phar
42 - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
/plugin/minimap/
H A D.travis.yml14 …-O ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit https://phar.phpunit.de/phpunit-7.phar; fi
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md32 $ php composer.phar install
/plugin/publish/
H A D.travis.yml17 script: cd _test && ./phpunit.phar --stderr --group plugin_publish
/plugin/quickstats/GEOIP/
H A Dinitialize_vendor.txt2 php composer.phar require geoip2/geoip2:~2.0
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md188 * 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,
H A DREADME.md23 You should now have the file `composer.phar` in your project directory.
30 php composer.phar require geoip2/geoip2:~2.0
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/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md20 You should now have the file `composer.phar` in your project directory.
27 php composer.phar require maxmind-db/reader:~1.0
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DCHANGELOG.md73 * If this library is inside a phar archive, the CA certs are copied out of the
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/dev-bin/
H A Drelease.sh37 php composer.phar self-update
38 php composer.phar update
/plugin/quickstats/scripts/
H A Dget_geocity2.php100 $phar = new PharData($tar);
101 $phar->extractTo($this->tempdir.'/tmp'); // extract all files
/plugin/semantic/
H A D.travis.yml13 script: cd _test && ./phpunit.phar --stderr --group plugin_semantic
/plugin/sentry/
H A D.travis.yml16 script: cd _test && ./phpunit.phar --stderr --group plugin_sentry
/plugin/siteexport/
H A D.travis.yml20 - "cd _test && php fetchphpunit.php && php phpunit.phar --stderr --group plugin_siteexport"
/plugin/sitemapnavi/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_sitemapnavi

1234