Home
last modified time | relevance | path

Searched refs:version (Results 301 – 325 of 2779) sorted by relevance

1...<<11121314151617181920>>...112

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php161 $version = VObject\Version::VERSION;
168 PRODID:-//Sabre//Sabre VObject $version//EN
315 $version = VObject\Version::VERSION;
320 PRODID:-//Sabre//Sabre VObject $version//EN
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php161 $version = VObject\Version::VERSION;
168 PRODID:-//Sabre//Sabre VObject $version//EN
315 $version = VObject\Version::VERSION;
320 PRODID:-//Sabre//Sabre VObject $version//EN
/plugin/formatplus2/
H A Dscript.js11 /(opera)(?:.*version|)[ \/]([\w.]+)/.exec( ua ) ||
16 version: match[ 2 ] || "0"
25 browser.version = matched.version;
35 if(jQuery.browser.msie && 8 > parseFloat(jQuery.browser.version)){
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php79 foreach (array('OAuth2', 'OAuth1') as $version) {
80 … if ($reflClass->implementsInterface('OAuth\\' . $version . '\\Service\\ServiceInterface')) {
81 $this->serviceClassMap[$version][ucfirst($serviceName)] = $className;
115 foreach ($this->serviceBuilders as $version => $buildMethod) {
116 … $fullyQualifiedServiceName = $this->getFullyQualifiedServiceName($serviceName, $version);
/plugin/combo/.travis/
H A D.travis.yml19 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
23 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
27 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
30 # env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
33 # env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-doc.js15 const version = pkg.version; constant
20 'title': `<a href="https://lodash.com/">lodash</a> <span>v${ version }</span>`,
/plugin/twofactorgoogleauth/
H A DQRCode.php127 $version_group = (($version < 10) ? 0 : (($version < 27) ? 1 : 2));
171 return array($mode, $version, $ec_params, $data);
474 protected function qr_create_matrix($version, $data) argument
476 $size = $version * 4 + 17;
497 if ($version >= 2) {
527 if ($version >= 7) {
718 $matrix, $size, $ecl, $mask, $version argument
754 if ($version >= 7) {
755 $version = $this->qr_version_info[$version - 7];
759 $matrix[$r][$c] = $version[$i];
[all …]
/plugin/publistx/bib2tpl/
H A DREADME3 This version of bib2tpl is based on bib2tpl version 2.0 [1] with additional
11 Copyright (C) 2012 Raphael Reitzig <code@verrech.net> (version 2.0)
/plugin/publist/bib2tpl/
H A DREADME3 This version of bib2tpl is based on bib2tpl version 2.0 [1] with additional
11 Copyright (C) 2012 Raphael Reitzig <code@verrech.net> (version 2.0)
/plugin/translator/syntax/
H A Dlabel.php22 var $version = null; variable in syntax_plugin_translator_label
64 $this->version = $this->getConf('version');
114 if ( !empty( $this->version) ) {
116 $EXECUTE[] = $this->version;
/plugin/combo/grammar/
H A DREADME.md4 With the [version 4.9.3](#version)
30 * Above 0.6 antlr requires php8 - The antlr version can be seen in `Antlr\Antlr4\Runtime\RuntimeMetadata`. It's `4.9.3`
36 * [Download the version 4.9.3](https://github.com/antlr/website-antlr4/blob/gh-pages/download/antlr-4.9.3-complete.jar)
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php9 protected $version; variable in Sabre\\VObject\\Splitter\\ICalendarTest
12 $this->version = VObject\Version::VERSION;
132 PRODID:-//Sabre//Sabre VObject $this->version//EN
152 PRODID:-//Sabre//Sabre VObject $this->version//EN
266 PRODID:-//Sabre//Sabre VObject $this->version//EN
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php9 protected $version; variable in Sabre\\VObject\\Splitter\\ICalendarTest
12 $this->version = VObject\Version::VERSION;
132 PRODID:-//Sabre//Sabre VObject $this->version//EN
152 PRODID:-//Sabre//Sabre VObject $this->version//EN
266 PRODID:-//Sabre//Sabre VObject $this->version//EN
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php9 protected $version; variable in Sabre\\VObject\\Splitter\\ICalendarTest
12 $this->version = VObject\Version::VERSION;
132 PRODID:-//Sabre//Sabre VObject $this->version//EN
152 PRODID:-//Sabre//Sabre VObject $this->version//EN
266 PRODID:-//Sabre//Sabre VObject $this->version//EN
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php9 protected $version; variable in Sabre\\VObject\\Splitter\\ICalendarTest
12 $this->version = VObject\Version::VERSION;
132 PRODID:-//Sabre//Sabre VObject $this->version//EN
152 PRODID:-//Sabre//Sabre VObject $this->version//EN
266 PRODID:-//Sabre//Sabre VObject $this->version//EN
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php6 * PHP version 5.4
79 foreach (array('OAuth2', 'OAuth1') as $version) {
80 if ($reflClass->implementsInterface('OAuth\\' . $version . '\\Service\\ServiceInterface')) {
81 $this->serviceClassMap[$version][ucfirst($serviceName)] = $className;
100 * @param string $apiVersion version of the api call
117 foreach ($this->serviceBuilders as $version => $buildMethod) {
118 $fullyQualifiedServiceName = $this->getFullyQualifiedServiceName($serviceName, $version);
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md3 **Version** is a library that helps with managing the version number of Git-hosted PHP projects.
9 composer require sebastian/version
13 composer require --dev sebastian/version
19 * `$release` is the version number of the latest release (`X.Y.Z`, for instance) or the name of the…
27 $version = new SebastianBergmann\Version(
31 var_dump($version->getVersion());
/plugin/approve/action/
H A Dmigration.php121 foreach ($versions as $rev => $version) {
127 'version' => $version
147 $data['version'] = $last_version;
187 * Calculate current version
195 $version = $this->approved($id);
196 //version for current page
197 $curver = $version + 1;
207 $versions[$rev] = $version;
208 $version
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DResponseTest.php149 '<?xml version="1.0"?>
184 $xml = '<?xml version="1.0"?>
221 $xml = '<?xml version="1.0"?>
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock11 "version": "1.0.0",
51 "version": "1.0.5",
144 "version": "1.15.0",
220 "version": "2.0.4",
269 "version": "v1.4.1",
329 "version": "2.1.9",
391 "version": "1.4.1",
438 "version": "1.2.1",
479 "version": "1.0.7",
520 "version": "1.4.3",
[all …]
/plugin/barcodes/
H A Dcomposer.lock11 "version": "1.0.1",
65 "version": "2.0.0",
135 "version": "1.11.0",
194 "version": "v4.15.3",
250 "version": "2.0.3",
310 "version": "3.2.1",
361 "version": "9.2.24",
438 "version": "3.0.6",
498 "version": "3.1.1",
561 "version": "2.0.4",
[all …]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js132 version = +platform[2];
136 case 'Opera': return version >= 10;
145 version = +platform[2];
148 case 'Firefox': return version >= 4;
150 case 'iPad': return version >= 5;
151 case 'Opera': return version >= 12;
160 version = +platform[2];
164 case 'Firefox': return version >= 10;
166 case 'iPad': return version >= 6;
167 case 'Opera': return version >= 12;
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst6 <?xml version="1.0" encoding="UTF-8" ?>
25 since-version="1.0"
26 until-version="1.1"
61 since-version="1.0"
62 until-version="1.1"
80 since-version="1.0"
81 until-version="1.1"
/plugin/publistf/bib2tpl/
H A DREADME3 This version of bib2tpl is based on bib2tpl version 2.0 [1] with additional
11 Copyright (C) 2012 Raphael Reitzig <code@verrech.net> (version 2.0)
/plugin/math2/phpmathpublisher/
H A DCHANGELOG1 version 0.3 :
9 version 0.2 :
12 version 0.1 :

1...<<11121314151617181920>>...112