Home
last modified time | relevance | path

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

12345678910>>...24

/plugin/upgrade/
H A Ddeleted.files33 vendor/autoload.php
34 vendor/composer/ClassLoader.php
35 vendor/composer/InstalledVersions.php
36 vendor/composer/LICENSE
37 vendor/composer/autoload_classmap.php
38 vendor/composer/autoload_namespaces.php
39 vendor/composer/autoload_psr4.php
40 vendor/composer/autoload_real.php
41 vendor/composer/autoload_static.php
42 vendor/composer/installed.json
[all …]
/plugin/dw2pdf/
H A Ddeleted.files1355 vendor/mpdf/mpdf/.github/ISSUE_TEMPLATE.md
1356 vendor/mpdf/mpdf/src/Meter.php
1357 vendor/mpdf/mpdf/src/QrCode/QrCode.php
1358 vendor/mpdf/mpdf/src/QrCode/QrCodeException.php
1359 vendor/mpdf/mpdf/src/QrCode/data/modele1.dat
1360 vendor/mpdf/mpdf/src/QrCode/data/modele10.dat
1361 vendor/mpdf/mpdf/src/QrCode/data/modele11.dat
1362 vendor/mpdf/mpdf/src/QrCode/data/modele12.dat
1363 vendor/mpdf/mpdf/src/QrCode/data/modele13.dat
1364 vendor/mpdf/mpdf/src/QrCode/data/modele14.dat
[all …]
H A D.gitignore2 vendor/bin/*
3 vendor/.git
4 vendor/*/*/.git
5 vendor/*/*/phpunit.xml*
6 vendor/*/*/.travis.yml
7 vendor/*/*/bin/*
8 vendor/*/*/tests/*
9 vendor/*/*/test/*
10 vendor/*/*/doc/*
11 vendor/*/*/docs/*
[all …]
/plugin/bpmnio/
H A Dall.less1 @import "vendor/bpmn-js/dist/assets/diagram-js.css";
2 @import "vendor/bpmn-js/dist/assets/bpmn-font/css/bpmn.css";
3 @import "vendor/bpmn-js/dist/assets/bpmn-font/css/bpmn-codes.css";
4 @import "vendor/bpmn-js/dist/assets/bpmn-font/css/bpmn-embedded.css";
6 @import "vendor/dmn-js/dist/assets/diagram-js.css";
7 @import "vendor/dmn-js/dist/assets/dmn-js-shared.css";
8 @import "vendor/dmn-js/dist/assets/dmn-js-drd.css";
9 @import "vendor/dmn-js/dist/assets/dmn-js-decision-table.css";
10 @import "vendor/dmn-js/dist/assets/dmn-js-literal-expression.css";
11 @import "vendor/dmn-js/dist/assets/dmn-font/css/dmn.css";
[all …]
H A Dscript.js1 /* DOKUWIKI:include_once vendor/bpmn-js/dist/bpmn-viewer.production.min.js */
2 /* DOKUWIKI:include_once vendor/bpmn-js/dist/bpmn-modeler.production.min.js */
4 /* DOKUWIKI:include_once vendor/dmn-js/dist/dmn-viewer.production.min.js */
5 /* DOKUWIKI:include_once vendor/dmn-js/dist/dmn-modeler.production.min.js */
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
Dbuild.xml8 <delete dir="${basedir}/vendor"/>
130 …<copy file="${basedir}/vendor/phpunit/php-code-coverage/LICENSE" tofile="${basedir}/build/phar/php…
132 <fileset dir="${basedir}/vendor/phpunit/php-code-coverage/src">
137 …<copy file="${basedir}/vendor/phpunit/php-file-iterator/LICENSE" tofile="${basedir}/build/phar/php…
139 <fileset dir="${basedir}/vendor/phpunit/php-file-iterator/src">
144 …<copy file="${basedir}/vendor/phpunit/php-text-template/LICENSE" tofile="${basedir}/build/phar/php…
146 <fileset dir="${basedir}/vendor/phpunit/php-text-template/src">
151 …<copy file="${basedir}/vendor/phpunit/php-timer/LICENSE" tofile="${basedir}/build/phar/php-timer/L…
153 <fileset dir="${basedir}/vendor/phpunit/php-timer/src">
158 …<copy file="${basedir}/vendor/phpunit/php-token-stream/LICENSE" tofile="${basedir}/build/phar/php-…
[all …]
/plugin/imagecarousel/
Dall.less1 @import "vendor/slick/slick.less";
2 @import "vendor/slick/slick-theme.less";
3 @import "vendor/swipebox/css/swipebox.less";
24 background: #fff url('./vendor/slick/ajax-loader.gif') center center no-repeat;
33 src: url('./vendor/slick/fonts/slick.eot');
34vendor/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('./vendor/slick/fonts/slick…
44 background: url(vendor/swipebox/img/loader.gif) no-repeat center center;
50 background-image: url(vendor/swipebox/img/icons.png);
/plugin/pureldap/
H A D.gitignore1 vendor/freedsx/asn1/tests
2 vendor/freedsx/ldap/docs
3 vendor/freedsx/ldap/tests
4 vendor/freedsx/sasl/tests
5 vendor/freedsx/socket/tests
6 vendor/**/*.yml
7 vendor/**/*.dist
/plugin/sequencediagram/bower_components/lodash/test/
Dbackbone.html22 <script src="../vendor/json-js/json2.js"></script>
89 '<script src="../vendor/backbone/backbone.js"><\/script>',
90 '<script src="../vendor/backbone/test/setup/dom-setup.js"><\/script>',
91 '<script src="../vendor/backbone/test/setup/environment.js"><\/script>',
92 '<script src="../vendor/backbone/test/noconflict.js"><\/script>',
93 '<script src="../vendor/backbone/test/events.js"><\/script>',
94 '<script src="../vendor/backbone/test/model.js"><\/script>',
95 '<script src="../vendor/backbone/test/collection.js"><\/script>',
96 '<script src="../vendor/backbone/test/router.js"><\/script>',
97 '<script src="../vendor/backbone/test/view.js"><\/script>',
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/
H A Dcomposer.json76 "vendor/bin/phpstan analyze -c phpstan.neon --ansi",
77 "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --diff --dry-run -vvv --ansi",
78 "vendor/bin/phpcs --standard=PSR2 ./lib/ ./tests/"
82 "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --diff -vvv || exit 0",
83 "vendor/bin/phpcbf --standard=PSR2 ./lib/ ./tests/"
86 "vendor/bin/parallel-lint -j 10 ./lib ./tests example.php",
96 "vendor/bin/phpunit --colors=always"
/plugin/geophp/vendor/funiq/geophp/
Dcomposer.json60 "cs": "vendor/bin/phpcs --cache -n -p src/",
61 "cs-warning": "vendor/bin/phpcs --cache -p -w src/ || true",
62 "cs-fix": "vendor/bin/phpcbf --cache -n -p src/",
63 "stan" : "vendor/bin/phpstan analyze",
64 "unit": "GEOS_DISABLED=1 vendor/bin/phpunit --color=always --coverage-html build/coverage/",
65 …"unit-clover": "GEOS_DISABLED=1 vendor/bin/phpunit --color=always --coverage-clover build/logs/clo…
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
DProcess.php59 * The Composer installation manager to find Component vendor directories.
152 * The name of the component, without its vendor name.
156 // Parse the pretty name for the vendor and name.
158 list($vendor, $name) = explode('/', $prettyName);
159 unset($vendor);
161 // Vendor wasn't found, so default to the pretty name instead.
193 * Retrieves the given package's vendor directory, where it's installed.
196 * The package to retrieve the vendor directory for.
201 // The root package vendor directory is not handled by getInstallPath().
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DVideoFileDetailsAudioStream.php37 public $vendor; variable in Google\\Service\\YouTube\\VideoFileDetailsAudioStream
84 public function setVendor($vendor) argument
86 $this->vendor = $vendor;
93 return $this->vendor;
DVideoFileDetailsVideoStream.php43 public $vendor; variable in Google\\Service\\YouTube\\VideoFileDetailsVideoStream
124 public function setVendor($vendor) argument
126 $this->vendor = $vendor;
133 return $this->vendor;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/
DSasPortalDeviceModel.php41 public $vendor; variable in Google\\Service\\Sasportal\\SasPortalDeviceModel
102 public function setVendor($vendor) argument
104 $this->vendor = $vendor;
111 return $this->vendor;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/
DSasPortalDeviceModel.php41 public $vendor; variable in Google\\Service\\SASPortalTesting\\SasPortalDeviceModel
102 public function setVendor($vendor) argument
104 $this->vendor = $vendor;
111 return $this->vendor;
/plugin/findologicxmlexport/vendor/hoa/consistency/
D.travis.yml43 - vendor/
46 - export PATH="$PATH:$HOME/.composer/vendor/bin"
53 - vendor/bin/hoa test:run
56 vendor/bin/hoa devtools:cs --diff --dry-run .;
/plugin/farmer/
H A D.gitignore1 vendor/splitbrain/php-ico/tests/
2 vendor/splitbrain/php-ringicon/demo*
3 vendor/splitbrain/php-ringicon/*.png
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A Dcomposer.json36 …"cs": "@php vendor/bin/phpcs -v --report-width=160 --standard=ruleset.xml --severity=1 --warning-s…
37 "test": "@php vendor/bin/phpunit",
38 "coverage": "@php vendor/bin/phpunit --coverage-text"
/plugin/davcal/vendor/sabre/dav/tests/
H A Dphpunit.xml10 <directory>../vendor/sabre/vobject/tests/VObject</directory>
13 <directory>../vendor/sabre/event/tests/</directory>
16 <directory>../vendor/sabre/http/tests/HTTP</directory>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DDetail.php71 public $vendor; variable in Google\\Service\\ContainerAnalysis\\Detail
258 public function setVendor($vendor) argument
260 $this->vendor = $vendor;
267 return $this->vendor;
/plugin/jplayer/
Daction.php25 … 'lib/plugins/jplayer/vendor/happyworm/jplayer/dist/skin/'.$skin.'/css/jplayer.'.$skin.'.min.css',
32 'lib/plugins/jplayer/vendor/happyworm/jplayer/dist/jplayer/jquery.jplayer.min.js',
40 'lib/plugins/jplayer/vendor/happyworm/jplayer/dist/add-on/jplayer.playlist.min.js',
/plugin/findologicxmlexport/vendor/jms/metadata/
DCONTRIBUTING.md15 To check your code you can run `vendor/bin/phpcs`. This command will give you a list of violations …
16 The most common errors can be automatically fixed just by running `vendor/bin/phpcbf`.
22 You can run the unit-tests by calling `vendor/bin/phpunit`.
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A Dcomposer.json61 …"cs": "@php vendor/bin/phpcs -v --report-width=160 --standard=ruleset.xml --severity=1 --warning-s…
62 "test": "@php vendor/bin/phpunit",
63 "coverage": "@php vendor/bin/phpunit --coverage-text"
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
DREADME.md36 Make sure you have the composer bin dir in your PATH. The default value is `~/.composer/vendor/bin/…
48 You will then be able to run PHP_CodeSniffer from the vendor bin directory:
50 ./vendor/bin/phpcs -h
51 ./vendor/bin/phpcbf -h

12345678910>>...24