| /plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/ |
| D | build-phar.php | 42 $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, ''); 87 $phar->addFile(realpath(__DIR__.'/../licence.txt'), 'licence.txt'); 88 $phar['licence.txt']->compress(Phar::GZ); 96 * @param object $phar The Phar class. 102 function buildFromNode(&$phar, $node, $prefix='') argument [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/ |
| 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 24 $ wget https://phar.phpunit.de/phpunit.phar 26 $ php phpunit.phar
|
| /plugin/authgooglesheets/vendor/paragonie/random_compat/other/ |
| D | build_phar.php | 9 $phar = new Phar( variable 18 $phar->buildFromDirectory(dirname(__DIR__).'/lib'); 41 $phar->setSignatureAlgorithm(Phar::OPENSSL, $pkey);
|
| /plugin/combo/vendor/paragonie/random_compat/other/ |
| H A D | build_phar.php | 9 $phar = new Phar( variable 18 $phar->buildFromDirectory(dirname(__DIR__).'/lib'); 41 $phar->setSignatureAlgorithm(Phar::OPENSSL, $pkey);
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/ |
| D | TestCaseMethod.tpl.dist | 16 $phar = {phar}; 23 } else if ($phar) { 24 require $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/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…
|
| /plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/dev-bin/ |
| D | release.sh | 37 php composer.phar self-update 38 php composer.phar update
|
| /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)) { 7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path()); 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/icalevents/vendor/squizlabs/php_codesniffer/ |
| D | README.md | 20 …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/latexport/ |
| D | README.md | 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 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/farmer/vendor/splitbrain/php-ringicon/ |
| H A D | .gitignore | 1 composer.phar
|
| /plugin/pureldap/vendor/freedsx/sasl/ |
| H A D | .gitignore | 2 composer.phar
|
| /plugin/pureldap/vendor/freedsx/ldap/ |
| H A D | .gitignore | 2 composer.phar
|
| /plugin/pureldap/vendor/freedsx/socket/ |
| H A D | .gitignore | 2 composer.phar
|
| /plugin/pureldap/vendor/freedsx/asn1/ |
| H A D | .gitignore | 2 composer.phar
|
| /plugin/combo/ |
| H A D | .gitignore | 9 phpunit-*.phar
|
| /plugin/combo/vendor/salesforce/handlebars-php/ |
| H A D | .gitignore | 4 composer.phar
|
| /plugin/dw2pdf/ |
| D | .gitignore | 1 composer.phar
|
| /plugin/quickstats/GEOIP/ |
| D | initialize_vendor.txt | 2 php composer.phar require geoip2/geoip2:~2.0
|
| /plugin/quickstats/scripts/ |
| D | get_geocity2.php | 100 $phar = new PharData($tar); 101 $phar->extractTo($this->tempdir.'/tmp'); // extract all files
|
| /plugin/deletepageguard/ |
| H A D | .gitignore | 33 *.phar
|
| /plugin/quickstats/GEOIP/vendor/geoip2/geoip2/ |
| 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 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/barcodes/ |
| D | composer.lock | 83 "ext-phar": "*", 252 "name": "phar-io/manifest", 256 "url": "https://github.com/phar-io/manifest.git", 261 …"url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e2… 268 "ext-phar": "*", 270 "phar-io/version": "^3.0.1", 305 … "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 307 "issues": "https://github.com/phar-io/manifest/issues", 308 "source": "https://github.com/phar-io/manifest/tree/2.0.4" 319 "name": "phar-io/version", [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
| D | phar-extension.phpt | 15 Extension: %s/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-1.0.0.phar
|