Home
last modified time | relevance | path

Searched refs:version (Results 2626 – 2650 of 2779) sorted by path

1...<<101102103104105106107108109110>>...112

/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js2 version:[1.231,20100118], property in firebug
935 d.console.addLine().attribute.addClass("Arrow").update(firebug.version);
1903 var pi = _scope.lib; pi.version = [1.1,2008091000];
H A Dfirebug-lite-1.4.js113 var version=script.getAttribute("FirebugLite");
114 var number=version?parseInt(version):0;
115 if(!version||!number||number<bookmarkletVersion){FBL.Env.bookmarkletOutdated=true
1498 FBL.Firebug={version:"Firebug Lite 1.4.0",revision:"$Revision: 11967 $",modules:modules,panelTypes:… property in FBL.Firebug
2364 r[++i]=Firebug.version;
2713 miniIcon.title="Open "+Firebug.version;
5928 c.firebuglite=Firebug.version
5981 if(element){element.setAttribute("FirebugVersion",Firebug.version)
6005 this.firebuglite=Firebug.version;
6007 consoleElement.setAttribute("FirebugVersion",Firebug.version)
/plugin/webcode/
H A DwebCodeConsole.css7 * Don't forget to increment the version number in the CONSTANT WEB_CONSOLE_CSS_VERSION of basis.php
/plugin/webcomponent/
H A D.travis.yml12 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then wget -O ~/.phpenv/versions/$(phpenv version-name)/bin…
13 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/b…
H A DLICENSE49 the original version of the Work and any modifications or additions
H A DREADME.md21 * First version
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt86 [[:code:version:|Versioning]]
/plugin/webdav/
H A DREADME.md20 the Free Software Foundation; version 2 of the License
H A Dcomposer.lock11 "version": "1.1.3",
58 "version": "3.2.3",
141 "version": "3.0.0",
198 "version": "v4.2.4",
254 "version": "1.2.1",
305 "version": "4.2.2",
401 "version": "1.5.1",
H A Dfolder-network-outline.svg1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" w…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md876 removed in a future version.
1002 * includes changes from version 1.7.9.
1009 * Includes changes from version 1.7.8.
1016 * Includes changes from version 1.7.7.
1023 * Includes changes from version 1.7.6.
1030 * Includes changes from version 1.7.5.
1039 * Includes changes from version 1.7.4.
1046 * Includes changes from version 1.7.3.
1085 in a future version.
1396 version number from various outputs.
[all …]
H A DREADME.md17 | branch | status | minimum PHP version |
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarMultiGetReport.php62 public $version = null; variable in Sabre\\CalDAV\\Xml\\Request\\CalendarMultiGetReport
H A DCalendarQueryReport.php62 public $version = null; variable in Sabre\\CalDAV\\Xml\\Request\\CalendarQueryReport
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php239 $version = $report->version;
240 if ($version) {
241 $contentType .= '; version=' . $version;
446 if ($report->version) {
447 $contentType .= '; version=' . $report->version;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookMultiGetReport.php52 public $version = null; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookMultiGetReport
H A DAddressBookQueryReport.php96 public $version = null; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookQueryReport
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php421 $version = '';
423 $version = DAV\Version::VERSION;
439 <title>$vars[title] - sabre/dav $version</title>
481 $version = '';
483 $version = DAV\Version::VERSION;
486 <footer>Generated by SabreDAV $version (c)2007-2016 <a href="http://sabre.io/">http://sabre.io/</a>…
/plugin/webdav/vendor/sabre/event/
H A DCHANGELOG.md21 in a future version.
78 * First version!
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md51 future version. (#49)
69 * This includes fixes released in version 3.0.5.
H A DREADME.md572 * Sets the HTTP version.
576 * @param string $version
579 function setHttpVersion($version);
582 * Returns the HTTP version.
717 * Sets the HTTP version.
721 * @param string $version
724 function setHttpVersion($version);
727 * Returns the HTTP version.
/plugin/webdav/vendor/sabre/http/lib/
H A DMessage.php295 * @param string $version
298 function setHttpVersion($version) { argument
300 $this->httpVersion = $version;
H A DMessageDecoratorTrait.php231 * @param string $version
234 function setHttpVersion($version) { argument
236 $this->inner->setHttpVersion($version);
H A DMessageInterface.php166 * @param string $version
169 function setHttpVersion($version); argument
/plugin/webdav/vendor/sabre/uri/
H A DCHANGELOG.md54 * First version!

1...<<101102103104105106107108109110>>...112