Home
last modified time | relevance | path

Searched refs:package (Results 101 – 125 of 250) sorted by last modified time

12345678910

/plugin/webdav/vendor/psr/log/
H A DREADME.md55 If you want to implement the interface, you can require this package and
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md873 package needlessly larger.
908 * Changed: Sabre\HTTP now moved into a dedicated sabre/http package.
1059 reduce dependencies on the ACL package.
1244 VObject library is still included in the SabreDAV zip package.
1517 * Added: Now a Composer package (thanks willdurand).
1559 * Fixed: pear package installation issues.
1667 * Added: Helper functions for DateTime-values in Sabre_VObject package.
1886 non-pear package will be created with all this functionality combined.
2251 * Fixed: Added README and ChangeLog to package
2329 * Fixed: examples are now actually included in the pear package.
[all …]
/plugin/webdav/vendor/sabre/http/
H A DREADME.md181 This package also contains a simple wrapper around [cURL][4], which will allow
/plugin/webdav/vendor/sabre/event/
H A DCHANGELOG.md17 * This package now requires PHP 5.5.
H A DREADME.md22 This package requires PHP 5.5. The 2.0 branch is still maintained as well, and
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md259 * This package now specifies in composer.json that it does not support PHP 7.
H A DREADME.md17 This package requires PHP 5.5. If you need the PHP 5.3/5.4 version of this package instead, use:
/plugin/structsection/
H A Dyarn.lock2088 normalize-package-data@^2.3.2:
2090 …resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e…
2096 validate-npm-package-license "^3.0.1"
2351 normalize-package-data "^2.3.2"
2767 validate-npm-package-license@^3.0.1:
2769 …resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license…
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp3.as13 package happyworm.jPlayer {
H A DJplayerMp4.as13 package happyworm.jPlayer {
H A DConnectManager.as27 package happyworm.jPlayer {
295 } //package
H A DJplayerEvent.as13 package happyworm.jPlayer {
H A DJplayerStatus.as13 package happyworm.jPlayer {
H A DJplayerRtmp.as14 package happyworm.jPlayer
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireCssProcess.php45 foreach ($styles as $package => $packageStyles) {
47 $packagePath = $this->componentDir.'/'.$package;
56 $sourcePath = $package . '/' . $style;
69 $sourcePath = preg_replace('{^.*'.preg_quote($package).'/}', '', $sourcePath);
76 … if (file_put_contents($packagePath.'/'.$package.'-built.css', $packageAssets->dump()) === FALSE) {
77 $this->io->write("<error>Error writing $package-built.css to destination</error>");
103 foreach ($packages as $package) {
105 $extra = isset($package['extra']) ? $package['extra'] : array();
106 $name = $this->getComponentName($package['name'], $extra);
109 $vendorDir = $this->getVendorDir($package);
H A DCopyProcess.php37 foreach ($packages as $package) {
39 $packageDir = $this->getVendorDir($package);
40 $name = isset($package['name']) ? $package['name'] : '__component__';
41 $extra = isset($package['extra']) ? $package['extra'] : array();
H A DProcess.php98 foreach ($dev as $package) {
99 $allPackages[] = $package;
109 foreach ($allPackages as $package) {
110 $name = $package['name'];
116 $extra = isset($package['extra']) ? $package['extra'] : array();
128 $package['is-root'] = true;
129 $this->packages[] = $package;
195 * @param array $package
202 if (isset($package['is-root']) && $package['is-root'] === true) {
216 if (!isset($package['version'])) {
[all …]
H A DBuildJsProcess.php42 foreach ($packages as $package) {
44 $name = isset($package['name']) ? $package['name'] : '__component__';
45 $extra = isset($package['extra']) ? $package['extra'] : array();
/plugin/jplayer/vendor/james-heinrich/getid3/helperapps/
H A Dreadme.helperapps.txt22 download the latest version of the "getID3()-WindowsSupport" package
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DPackagerFilter.php32 public function addPackage($package) argument
34 $this->packages[] = $package;
46 $package = FilesystemUtils::getTemporaryDirectory().'/assetic_packager_'.$hash;
48 mkdir($package);
49 file_put_contents($package.'/package.yml', sprintf($manifest, $hash));
50 file_put_contents($package.'/source.js', $asset->getContent());
52 $packager = new \Packager(array_merge(array($package), $this->packages));
55 unlink($package.'/package.yml');
56 unlink($package.'/source.js');
57 rmdir($package);
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md141 `require` the package *robloach/component-installer* and set the `type` to
193 Defaults to the package name, without the vendor.
246 "type": "package",
247 "package": {
281 …h packages that ship with Component Installer, will override component's settings for that package.
311 inspired. It is encouraged to take a look at some of the [other great package
/plugin/jplayer/vendor/happyworm/jplayer/
H A DMIGRATION.md46 …ActionScript, removing the `TraceOut` class from the `Jplayer.as` code and the `happyworm` package.
H A DCHANGELOG.md85 …ActionScript, removing the `TraceOut` class from the `Jplayer.as` code and the `happyworm` package.
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as23 package {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dreadme.txt60 and click the little "monitor package" icon/link. If you're

12345678910