Home
last modified time | relevance | path

Searched refs:extra (Results 101 – 125 of 223) sorted by last modified time

123456789

/plugin/webdav/
H A Dcomposer.lock27 "extra": {
103 "extra": {
333 "extra": {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md900 * BC Break: XML property classes now receive an extra argument in their
1212 * Fixed: Server class will filter out any bonus properties if any extra were
1235 * BC Break: Sabre_CalDAV_Schedule_IMip::sendMessage now has an extra argument.
/plugin/webdav/vendor/sabre/http/
H A DREADME.md209 // You could use beforeRequest to for example inject a few extra headers.
/plugin/structsection/
H A Dyarn.lock1345 fs-extra "^8.1.0"
1580 fs-extra@^8.1.0:
1582 …resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46…
/plugin/elwikiupgrade/lang/nl/
H A Dstep0.txt1 …[doku>changes|Changelog]] om te zien of je voor of na de elwikiupgrade nog extra stappen moet doen.
/plugin/elwikiupgrade/lang/pt-br/
H A Dstep0.txt1 …r as [[doku>modificações|Changelog]] para verificar se existe algum passo extra que deva ser segui…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js19 …=1;var extra="\nIf this abort() is unexpected, build with -s ASSERTIONS=1 which can give more info…
H A Dmp3.js5049 var extra = si.main_data_begin - md_len;
5050 if (extra + frame_free > next_md_begin)
5051 extra = next_md_begin - frame_free;
5053 if (extra < stream.md_len) {
5054 this.memcpy(stream.main_data, 0, stream.main_data, stream.md_len - extra, extra);
5055 stream.md_len = extra;
H A Dopus.js23 …=1;var extra="\nIf this abort() is unexpected, build with -s ASSERTIONS=1 which can give more info…
H A Dogg.js15 …=1;var extra="\nIf this abort() is unexpected, build with -s ASSERTIONS=1 which can give more info…
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp4.as403 … play(); // Not always sending pausePosition avoids the extra seek(0) for a normal play() command.
H A DJplayerRtmp.as383 … play();// Not always sending pausePosition avoids the extra seek(0) for a normal play() command.
470 …// may need an extra way to close manually if switching media types after an rtmp session - revisit
977 … play();// Not always sending pausePosition avoids the extra seek(0) for a normal play() command.
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireCssProcess.php105 $extra = isset($package['extra']) ? $package['extra'] : array();
106 $name = $this->getComponentName($package['name'], $extra);
107 $component = isset($extra['component']) ? $extra['component'] : array();
H A DCopyProcess.php41 $extra = isset($package['extra']) ? $package['extra'] : array();
42 $componentName = $this->getComponentName($name, $extra);
48 if (isset($extra['component'][$type]) && is_array($extra['component'][$type])) {
49 foreach ($extra['component'][$type] as $file) {
H A DProcess.php116 $extra = isset($package['extra']) ? $package['extra'] : array();
117 if (isset($extra['component']) && is_array($extra['component'])) {
148 * @param array $extra
154 public function getComponentName($prettyName, array $extra = array()) argument
166 $component = isset($extra['component']) ? $extra['component'] : array();
H A DBuildJsProcess.php45 $extra = isset($package['extra']) ? $package['extra'] : array();
46 $componentName = $this->getComponentName($name, $extra);
H A DRequireJsProcess.php98 $extra = isset($package['extra']) ? $package['extra'] : array();
99 $options = isset($extra['component']) ? $extra['component'] : array();
102 $name = $this->getComponentName($package['name'], $extra);
/plugin/jplayer/vendor/mustache/mustache/
H A D.php_cs7 // use symfony level and extra fixers:
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2325 (see http://users.belgacom.net/gc247244/extra/tag.html)
H A Dreadme.txt544 * http://users.belgacom.net/gc247244/extra/tag.html
H A DREADME.md526 * http://users.belgacom.net/gc247244/extra/tag.html
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md151 "extra": {
185 "extra": {
208 "extra": {
260 "extra": {
278 Using [`extra`](https://getcomposer.org/doc/04-schema.md#extra)
281 Using `extra` with packages that ship with Component Installer, will override component's settings …
288 "extra": {
/plugin/jplayer/
H A Dcomposer.lock30 "extra": {
106 "extra": {
175 "extra": {
278 "extra": {
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/
H A DInstaller.php87 $extra = $package->getExtra();
88 $component = isset($extra['component']) ? $extra['component'] : array();
/plugin/adfs/phpsaml/
H A DCHANGELOG47 * Add extra protection verifying the Signature algorithm used on SignedInfo element, not only rely …
55 * Add an extra filter to the url to be used on redirection
140 * Add 2 extra validations to prevent Signature wrapping attacks.
240 * Added extra parameters option to login and logout methods.

123456789