Home
last modified time | relevance | path

Searched refs:vendor (Results 1 – 25 of 201) sorted by relevance

123456789

/plugin/imagecarousel/
H A 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);
H A Dscreen.less2 @import "vendor/swipebox/css/swipebox.less";
6 background: url(vendor/swipebox/img/loader.gif) no-repeat center center;
/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-font/css/dmn.css";
8 @import "vendor/dmn-js/dist/assets/dmn-font/css/dmn-codes.css";
9 @import "vendor/dmn-js/dist/assets/dmn-font/css/dmn-embedded.css";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoFileDetailsAudioStream.php37 public $vendor; variable in Google\\Service\\YouTube\\VideoFileDetailsAudioStream
84 public function setVendor($vendor) argument
86 $this->vendor = $vendor;
93 return $this->vendor;
H A 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/SASPortalTesting/
H A 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/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/
H A 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/ContainerAnalysis/
H A 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/findologicxmlexport/vendor/hoa/consistency/
H A 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/findologicxmlexport/vendor/jms/serializer/.travis/
H A Dscript_test.sh3 vendor/bin/phpunit $PHPUNIT_FLAGS
7 vendor/bin/phpcs
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DMakefile4 vendor/bin/phpunit
7 vendor/bin/phpunit --coverage-html=artifacts/coverage
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A D.travis.yml13 - vendor/bin/phpstan --level=max analyse src
14 - vendor/bin/phpcs
/plugin/quickstats/GEOIP/
H A Dinitialize_vendor.txt3 create vendor/GeoLite2-City directory
4 download mmb database into vendor/GeoLite2-City
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DMakefile10 vendor/bin/phpunit
13 vendor/bin/phpunit --coverage-html=artifacts/coverage
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A Dphpstan.neon.dist2 - vendor/phpstan/phpstan-phpunit/extension.neon
3 - vendor/phpstan/phpstan-phpunit/rules.neon
/plugin/findologicxmlexport/vendor/twig/extensions/
H A D.travis.yml7 - vendor
21 ./vendor/bin/simple-phpunit
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/
H A D.travis.yml21 - vendor/bin/phpunit --coverage-clover=coverage.clover -v
23 - vendor/bin/phpunit -v
/plugin/findologicxmlexport/vendor/jms/metadata/
H A D.travis.yml26 - vendor/bin/phpunit $PHPUNIT_FLAGS
27 - vendor/bin/phpcs
H A 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/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/
H A D.travis.yml5 - vendor
25 script: vendor/phpunit/phpunit/phpunit $PHPUNIT_FLAGS
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.travis.yml34 …- if [[ "$DRIVER" = 'phpdbg' ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.xm…
35 - if [[ "$DRIVER" = 'xdebug' ]]; then vendor/bin/phpunit --coverage-clover=coverage.xml; fi
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.travis.yml7 - vendor
33 script: ./vendor/bin/simple-phpunit
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DMakefile20 vendor/bin/phpunit $(TEST)
24 vendor/bin/phpunit --coverage-html=build/artifacts/coverage $(TEST)
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/
H A DInstaller.php74 list($vendor, $name) = explode('/', $prettyName);
75 unset($vendor);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A 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

123456789