| /plugin/upgrade/ |
| H A D | deleted.files | 33 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 D | deleted.files | 1355 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 | .gitignore | 2 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 D | all.less | 1 @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 D | script.js | 1 /* 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/ |
| D | build.xml | 8 <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/ |
| D | all.less | 1 @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'); 34 …vendor/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 | .gitignore | 1 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/ |
| D | backbone.html | 22 <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 D | composer.json | 76 "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/ |
| D | composer.json | 60 "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/ |
| D | Process.php | 59 * 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/ |
| D | VideoFileDetailsAudioStream.php | 37 public $vendor; variable in Google\\Service\\YouTube\\VideoFileDetailsAudioStream 84 public function setVendor($vendor) argument 86 $this->vendor = $vendor; 93 return $this->vendor;
|
| D | VideoFileDetailsVideoStream.php | 43 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/ |
| D | SasPortalDeviceModel.php | 41 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/ |
| D | SasPortalDeviceModel.php | 41 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.yml | 43 - 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 | .gitignore | 1 vendor/splitbrain/php-ico/tests/ 2 vendor/splitbrain/php-ringicon/demo* 3 vendor/splitbrain/php-ringicon/*.png
|
| /plugin/dw2pdf/vendor/mpdf/qrcode/ |
| H A D | composer.json | 36 …"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 D | phpunit.xml | 10 <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/ |
| D | Detail.php | 71 public $vendor; variable in Google\\Service\\ContainerAnalysis\\Detail 258 public function setVendor($vendor) argument 260 $this->vendor = $vendor; 267 return $this->vendor;
|
| /plugin/jplayer/ |
| D | action.php | 25 … '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/ |
| D | CONTRIBUTING.md | 15 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 D | composer.json | 61 …"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/ |
| D | README.md | 36 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
|