Home
last modified time | relevance | path

Searched refs:package (Results 151 – 175 of 250) sorted by last modified time

12345678910

/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md418 …6839 "View in source") [Ⓝ](https://www.npmjs.com/package/lodash.chunk "See the npm package"…
449 …874 "View in source") [Ⓝ](https://www.npmjs.com/package/lodash.compact "See the npm package
475 …911 "View in source") [Ⓝ](https://www.npmjs.com/package/lodash.concat "See the npm package"…
613 …7047 "View in source") [Ⓝ](https://www.npmjs.com/package/lodash.drop "See the npm package")…
775 …7202 "View in source") [Ⓝ](https://www.npmjs.com/package/lodash.fill "See the npm package")…
1015 …7423 "View in source") [Ⓝ](https://www.npmjs.com/package/lodash.head "See the npm package")…
1199 …7591 "View in source") [Ⓝ](https://www.npmjs.com/package/lodash.join "See the npm package")…
1225 …7609 "View in source") [Ⓝ](https://www.npmjs.com/package/lodash.last "See the npm package")…
1282 …L7671 "View in source") [Ⓝ](https://www.npmjs.com/package/lodash.nth "See the npm package")…
1314 …7698 "View in source") [Ⓝ](https://www.npmjs.com/package/lodash.pull "See the npm package")…
[all …]
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst227 Use [eslint-plugin-lodash-fp](https://www.npmjs.com/package/eslint-plugin-lodash-fp)
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DMakefile11 node_modules: package.json
35 lint: dependencies package.json bower.json
38 $(NODE_MODULES)/jsonlint package.json -q
/plugin/sequencediagram/bower_components/lodash/
H A DREADME.md14 Generated using [lodash-cli](https://www.npmjs.com/package/lodash-cli):
62 Install [n_](https://www.npmjs.com/package/n_) for Lodash use in the Node.js < 6 REPL.
77 …* [lodash](https://www.npmjs.com/package/lodash) & [per method packages](https://www.npmjs.com/bro…
78 …m/package/lodash-es), [babel-plugin-lodash](https://www.npmjs.com/package/babel-plugin-lodash), & …
80 * [lodash-amd](https://www.npmjs.com/package/lodash-amd)
H A D.travis.yml63 # Setup package managers.
92 …les/lodash; cd $_; cp ../../../../lodash.js ./lodash.js; cp ../../../../package.json ./package.json
H A Dyarn.lock2269 normalize-package-data@^2.3.2:
2271 …resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.3.5.tgz#8…
2276 validate-npm-package-license "^3.0.1"
2554 normalize-package-data "^2.3.2"
3163 validate-npm-package-license@^3.0.1:
3165 …resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license…
/plugin/ipban/ip-lib/
H A DREADME.md264 This package offers a great feature: you can store address ranges in a database table, and check if…
/plugin/sphinxsearch-was/
H A DINSTALL5 Debian-based distributions can most likely install the package ''sphinxsearch''
6 via the package manager.
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DREADME.md8 …Status](https://www.versioneye.com/package/php--doctrine--instantiator/badge.svg)](https://www.ver…
39 …s been donated to the doctrine organization, and which is now deprecated in favour of this package.
/plugin/findologicxmlexport/vendor/doctrine/instantiator/docs/en/
H A Dindex.rst62 favour of this package.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst6 Installing the Twig PHP package
33 Installing the PEAR package argument
H A Dadvanced_legacy.rst26 or package your code into an extension (see the next section of this
729 Using methods for filters is a great way to package your filter without
H A Drecipes.rst59 <https://github.com/symfony/phpunit-bridge>`_ package, which eases the
H A Dadvanced.rst25 in real-time, either disable template caching or package your code into an
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DUnit.php44 public function setPackage($full, $package, $sub, $category) argument
48 'package'
61 $node->setAttribute('name', $package);
/plugin/findologicxmlexport/vendor/sebastian/global-state/
H A DREADME.md9 To add this package as a local, per-project dependency to your project, simply add a dependency on …
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DREADME.md4 … Status](https://www.versioneye.com/package/php--doctrine--annotations/badge.png)](https://www.ver…
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md64 * add tests for minimum package dependencies on Travis CI
H A DREADME.md25 This library is heavily inspired by Benjamin Eberlei's wonderful [assert package],
29 This package features usable error messages by default. However, you can also
37 every assertion. This package, on the contrary, provides consistent placeholder
50 Use [Composer] to install the package:
233 Contributions to the package are always welcome!
236 * You can grab the source code at the package's [Git repository].
247 All contents of this package are licensed under the [MIT license].
250 [assert package]: https://github.com/beberlei/assert
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/
H A DREADME.md7 To add this package as a local, per-project dependency to your project, simply add a dependency on …
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DInterfaceTest.php119 $package = $token->getPackage();
120 $this->assertSame('Foo\\Bar', $package['namespace']);
144 $package = $token->getPackage();
146 $this->assertSame('Foo\\Bar', $package['namespace']);
152 $package = $token->getPackage();
154 $this->assertSame('Foo\\Baz', $package['namespace']);
165 $package = $token->getPackage();
166 $this->assertSame('', $package['namespace']);
179 $package = $token->getPackage();
181 $this->assertSame('Foo\\Bar', $package['namespace']);
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md11 This package provides two Resolvers that are capable of
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DREADME.md37 …t! You can find a detailed list of contributors on every PHPUnit related package on GitHub. This l…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md482 …* The old set of samples shipped with every CKEditor package was replaced with a shiny new single-…
483 … live previews were introduced. They will be shipped with every CKEditor package and are meant to …
641 * [#12338](http://dev.ckeditor.com/ticket/12338): Fixed: The CKEditor package contains unoptimized …
780 …tor.com/addon/showborders) plugin was added to the Standard installation package in order to ensur…
1079 …owed_content_rules) or create a custom build based on the Basic/Standard package and add the Inden…
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md71 [composer]: https://getcomposer.org/ "The PHP package manager"

12345678910