| /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 | .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 …]
|
| 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 …]
|
| /plugin/bpmnio/ |
| H A D | deleted.files | 6 vendor/bpmn-js/url.txt 7 vendor/bpmn-js/dist/assets/bpmn-font/font/bpmn.eot 8 vendor/bpmn-js/dist/assets/bpmn-font/font/bpmn.svg 9 vendor/bpmn-js/dist/assets/bpmn-font/font/bpmn.ttf 10 vendor/bpmn-js/dist/bpmn-navigated-viewer.production.min.js 11 vendor/dmn-js/url.txt 12 vendor/dmn-js/dist/assets/dmn-font/font/dmn.eot 13 vendor/dmn-js/dist/assets/dmn-font/font/dmn.svg 14 vendor/dmn-js/dist/assets/dmn-font/font/dmn.ttf 15 vendor/dmn-js/dist/dmn-navigated-viewer.production.min.js
|
| H A D | all.less | 1 @import "vendor/bpmn-js/dist/assets/diagram-js.less"; 2 @import "vendor/bpmn-js/dist/assets/bpmn-font/css/bpmn-codes.less"; 3 @import "vendor/bpmn-js/dist/assets/bpmn-font/css/bpmn-embedded.less"; 5 @import "vendor/dmn-js/dist/assets/diagram-js.less"; 6 @import "vendor/dmn-js/dist/assets/dmn-js-shared.less"; 7 @import "vendor/dmn-js/dist/assets/dmn-js-drd.less"; 8 @import "vendor/dmn-js/dist/assets/dmn-js-decision-table.less"; 9 @import "vendor/dmn-js/dist/assets/dmn-js-literal-expression.less"; 10 @import "vendor/dmn-js/dist/assets/dmn-font/css/dmn-codes.less";
|
| H A D | README.md | 24 # Install JS/CSS dev dependencies and vendor build packages 54 php vendor/bin/phpunit --group plugin_bpmnio 57 ### Updating vendor libraries 59 The committed `vendor/` bundles are generated locally from the npm packages 66 # Rebuild the committed vendor bundles and copied assets 67 npm run build:vendor 70 ./update-vendor.sh 73 The build step emits the production browser bundles into `vendor/`, copies the
|
| H A D | .gitignore | 1 # Composer dev dependencies (vendor/ holds committed bpmn-js/dmn-js libs) 2 /.composer-vendor/
|
| /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/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);
|
| D | screen.less | 2 @import "vendor/swipebox/css/swipebox.less"; 6 background: url(vendor/swipebox/img/loader.gif) no-repeat center center;
|
| /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/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/farmer/ |
| H A D | .gitignore | 1 vendor/splitbrain/php-ico/tests/ 2 vendor/splitbrain/php-ringicon/demo* 3 vendor/splitbrain/php-ringicon/*.png
|
| /plugin/findologicxmlexport/vendor/jms/serializer/.travis/ |
| D | script_test.sh | 3 vendor/bin/phpunit $PHPUNIT_FLAGS 7 vendor/bin/phpcs
|
| /plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
| D | Makefile | 4 vendor/bin/phpunit 7 vendor/bin/phpunit --coverage-html=artifacts/coverage
|
| /plugin/quickstats/GEOIP/ |
| D | initialize_vendor.txt | 3 create vendor/GeoLite2-City directory 4 download mmb database into vendor/GeoLite2-City
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/ |
| D | Makefile | 10 vendor/bin/phpunit 13 vendor/bin/phpunit --coverage-html=artifacts/coverage
|
| /plugin/findologicxmlexport/vendor/doctrine/instantiator/ |
| D | phpstan.neon.dist | 2 - vendor/phpstan/phpstan-phpunit/extension.neon 3 - vendor/phpstan/phpstan-phpunit/rules.neon
|
| /plugin/bpmnio/test/ |
| H A D | run-tests.sh | 22 … plugin.info.txt syntax/bpmnio.php script/bpmnio_render.js vendor/bpmn-js/package.json vendor/dmn-…
|
| /plugin/bpmnio/build/ |
| H A D | build-vendor.mjs | 8 const vendorDir = path.join(rootDir, 'vendor'); 20 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'bpmn-viewer.js'), 24 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'bpmn-modeler.js'), 37 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'dmn-viewer.js'), 41 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'dmn-modeler.js'), 62 `Missing npm dependency ${packageName}. Run npm install before building vendor bundles.`
|
| /plugin/elasticsearch/vendor/ezimuel/ringphp/ |
| D | Makefile | 20 vendor/bin/phpunit $(TEST) 24 vendor/bin/phpunit --coverage-html=build/artifacts/coverage $(TEST)
|
| /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`.
|