Home
last modified time | relevance | path

Searched full:vendor (Results 1 – 25 of 56) sorted by relevance

123

/dokuwiki/
H A D.gitignore75 vendor/bin/*
76 vendor/*/*/phpunit.xml*
77 vendor/*/*/.travis.yml
78 vendor/*/*/.github
79 vendor/*/*/bin/*
80 vendor/*/*/tests/*
81 vendor/*/*/test/*
82 vendor/*/*/doc/*
83 vendor/*/*/docs/*
84 vendor/*/*/contrib/*
[all …]
H A D.editorconfig16 [{vendor,inc/phpseclib}/**]
/dokuwiki/_test/
H A DREADME31 All the tools can be called directly from the ''vendor/bin'' directory.
35 ./vendor/bin/phpunit --verbose --stderr
45 ./vendor/bin/phpcs
49 ./vendor/bin/phpcbf
57 ./vendor/bin/rector process
H A Dcomposer.json22 "vendor/bin/rector process",
H A Drector.php96 __DIR__ . '/../lib/plugins/*/vendor/*',
97 __DIR__ . '/../lib/tpl/*/vendor/*',
/dokuwiki/vendor/aziraphale/email-address-validator/
H A D.gitignore1 /vendor/
/dokuwiki/vendor/geshi/geshi/
H A D.gitignore4 /vendor/
H A D.editorconfig13 [vendor]
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A D.gitignore4 /vendor
/dokuwiki/vendor/splitbrain/php-cli/
H A D.gitignore4 vendor/
/dokuwiki/vendor/splitbrain/php-archive/
H A D.gitignore4 vendor/
H A Dphpunit.xml4 bootstrap="vendor/autoload.php"
H A DREADME.md27 require_once 'vendor/autoload.php';
/dokuwiki/vendor/splitbrain/lesserphp/
H A D.gitignore7 vendor
H A D.phpcs.xml12 <exclude-pattern>vendor</exclude-pattern>
H A DREADME.md40 require __DIR__ . '/vendor/autoload.php';
/dokuwiki/.github/workflows/
H A DautoFix.yml38 run: ./_test/vendor/bin/rector process --config _test/rector.php --no-diffs
42 run: ./_test/vendor/bin/phpcbf --standard=_test/phpcs_MigrationAdjustments.xml
H A DtodoChecker.yml26 vendor/**
/dokuwiki/data/
H A Ddeleted.files6 vendor/simplepie/simplepie/.php-cs-fixer.dist.php
7 vendor/simplepie/simplepie/LICENSE.txt
8 vendor/simplepie/simplepie/idn/LICENCE
9 vendor/simplepie/simplepie/idn/ReadMe.txt
10 vendor/simplepie/simplepie/idn/idna_convert.class.php
11 vendor/simplepie/simplepie/idn/npdata.ser
83 vendor/paragonie/random_compat/lib/byte_safe_strings.php
84 vendor/paragonie/random_compat/lib/cast_to_int.php
85 vendor/paragonie/random_compat/lib/error_polyfill.php
86 vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php
[all …]
/dokuwiki/vendor/php81_bc/strftime/
H A Dcomposer.json25 "test": "vendor/bin/phpunit"
H A D.gitignore7 /vendor/*
/dokuwiki/lib/scripts/
H A Dscript.js14 var is_khtml = (navigator.vendor == 'KDE' || ( document.childNodes && !document.all && !navigator.…
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md34 require_once 'vendor/autoload.php';
/dokuwiki/vendor/paragonie/constant_time_encoding/
H A DREADME.md46 // require 'vendor/autoload.php';
/dokuwiki/inc/Extension/
H A DPluginController.php399 * Initialize vendor autoloaders for all plugins that have them
405 if (file_exists(DOKU_PLUGIN . $plugin . '/vendor/autoload.php')) {
407 require_once(DOKU_PLUGIN . $plugin . '/vendor/autoload.php');

123