Searched full:vendor (Results 1 – 25 of 56) sorted by relevance
123
75 vendor/bin/*76 vendor/*/*/phpunit.xml*77 vendor/*/*/.travis.yml78 vendor/*/*/.github79 vendor/*/*/bin/*80 vendor/*/*/tests/*81 vendor/*/*/test/*82 vendor/*/*/doc/*83 vendor/*/*/docs/*84 vendor/*/*/contrib/*[all …]
16 [{vendor,inc/phpseclib}/**]
31 All the tools can be called directly from the ''vendor/bin'' directory.35 ./vendor/bin/phpunit --verbose --stderr45 ./vendor/bin/phpcs49 ./vendor/bin/phpcbf57 ./vendor/bin/rector process
22 "vendor/bin/rector process",
96 __DIR__ . '/../lib/plugins/*/vendor/*',97 __DIR__ . '/../lib/tpl/*/vendor/*',
1 /vendor/
4 /vendor/
13 [vendor]
4 /vendor
4 vendor/
4 bootstrap="vendor/autoload.php"
27 require_once 'vendor/autoload.php';
7 vendor
12 <exclude-pattern>vendor</exclude-pattern>
40 require __DIR__ . '/vendor/autoload.php';
38 run: ./_test/vendor/bin/rector process --config _test/rector.php --no-diffs42 run: ./_test/vendor/bin/phpcbf --standard=_test/phpcs_MigrationAdjustments.xml
26 vendor/**
6 vendor/simplepie/simplepie/.php-cs-fixer.dist.php7 vendor/simplepie/simplepie/LICENSE.txt8 vendor/simplepie/simplepie/idn/LICENCE9 vendor/simplepie/simplepie/idn/ReadMe.txt10 vendor/simplepie/simplepie/idn/idna_convert.class.php11 vendor/simplepie/simplepie/idn/npdata.ser83 vendor/paragonie/random_compat/lib/byte_safe_strings.php84 vendor/paragonie/random_compat/lib/cast_to_int.php85 vendor/paragonie/random_compat/lib/error_polyfill.php86 vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php[all …]
25 "test": "vendor/bin/phpunit"
7 /vendor/*
14 var is_khtml = (navigator.vendor == 'KDE' || ( document.childNodes && !document.all && !navigator.…
34 require_once 'vendor/autoload.php';
46 // require 'vendor/autoload.php';
399 * Initialize vendor autoloaders for all plugins that have them405 if (file_exists(DOKU_PLUGIN . $plugin . '/vendor/autoload.php')) {407 require_once(DOKU_PLUGIN . $plugin . '/vendor/autoload.php');