Home
last modified time | relevance | path

Searched refs:version (Results 1576 – 1600 of 2779) sorted by path

1...<<61626364656667686970>>...112

/plugin/htmldetailstag/
H A DLICENSE239 be similar in spirit to the present version, but may differ in detail to
242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
244 later version", you have the option of following the terms and conditions
245 either of that version or of any later version published by the Free
246 Software Foundation. If the Program does not specify a version number of
247 this License, you may choose any version ever published by the Free Software
298 the Free Software Foundation; either version 2 of the License, or
299 (at your option) any later version.
315 Gnomovision version 69, Copyright (C) year name of author
H A DREADME20 the Free Software Foundation; version 2 of the License
/plugin/htmlmetatags/
H A DREADME.md22 Free Software Foundation; version 2 of the License.
/plugin/htmlok/
H A DLICENSE239 be similar in spirit to the present version, but may differ in detail to
242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
244 later version", you have the option of following the terms and conditions
245 either of that version or of any later version published by the Free
246 Software Foundation. If the Program does not specify a version number of
247 this License, you may choose any version ever published by the Free Software
298 the Free Software Foundation; either version 2 of the License, or
299 (at your option) any later version.
315 Gnomovision version 69, Copyright (C) year name of author
H A DREADME.md20 the Free Software Foundation; version 2 of the License
/plugin/htmlokalt/
H A DLICENSE34 “This License” refers to version 3 of the GNU General Public License.
40 …an the making of an exact copy. The resulting work is called a “modified version” of the earlier w…
129 …d versions of such material be marked in reasonable ways as different from the original version; or
163 …ich the Program is based. The work thus licensed is called the contributor's “contributor version”.
165 …ontributor version, but do not include claims that would be infringed only as a consequence of fur…
167 …r for sale, import and otherwise run, modify and propagate the contents of its contributor version.
186 …time to time. Such new versions will be similar in spirit to the present version, but may differ i…
188version is given a distinguishing version number. If the Program specifies that a certain numbered…
190 …hat proxy's public statement of acceptance of a version permanently authorizes you to choose that
192 …e imposed on any author or copyright holder as a result of your choosing to follow a later version.
[all …]
/plugin/htvid/
H A DREADME19 the Free Software Foundation; version 2 of the License
/plugin/hubspot/
H A DLICENSE239 be similar in spirit to the present version, but may differ in detail to
242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
244 later version", you have the option of following the terms and conditions
245 either of that version or of any later version published by the Free
246 Software Foundation. If the Program does not specify a version number of
247 this License, you may choose any version ever published by the Free Software
298 the Free Software Foundation; either version 2 of the License, or
299 (at your option) any later version.
315 Gnomovision version 69, Copyright (C) year name of author
/plugin/icalevents/
H A DLICENSE.txt3 version 2 (see below).
247 be similar in spirit to the present version, but may differ in detail to
250 Each version is given a distinguishing version number. If the Program
251 specifies a version number of this License which applies to it and "any
252 later version", you have the option of following the terms and conditions
253 either of that version or of any later version published by the Free
254 Software Foundation. If the Program does not specify a version number of
255 this License, you may choose any version ever published by the Free Software
306 the Free Software Foundation; either version 2 of the License, or
307 (at your option) any later version.
[all …]
/plugin/icalevents/vendor/bin/
H A Dgenerate_vcards27 $version = Version::VERSION;
30 sabre/vobject $version
/plugin/icalevents/vendor/sabre/uri/
H A DCHANGELOG.md54 * First version!
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md79 * #274: When creating new vCards, the default vCard version is now 4.0.
199 For PHP 7, use version 3.5.x or 4.x.
266 * Updated windows timezone mappings to latest unicode version.
432 * Updated: Windows timezone mapping to latest version from unicode.org
595 * Fixed: Parser assumes vCard 2.1, if no version was supplied.
648 * Fixed: Minor change to make sure that unittests succeed on every PHP version.
690 * This version is fully backwards compatible with 2.0.\*. However, it contains a
692 'bridge' version. Specifically, this new version exists so SabreDAV 1.7 and
776 for version information before 2.0.
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/icalevents/vendor/sabre/vobject/bin/
H A Dgenerate_vcards27 $version = Version::VERSION;
30 sabre/vobject $version
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php34 private $version = null; variable in Sabre\\VObject\\Component\\VCard
149 if (!$this->version) {
151 $version = (string)$this->VERSION;
153 switch ($version) {
155 $this->version = self::VCARD21;
158 $this->version = self::VCARD30;
170 return $this->version;
234 $version = $this->select('VERSION');
235 if (count($version) === 1) {
236 $version = (string)$this->VERSION;
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php94 $object->version = '2.0';
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng401 property-version &
671 property-version = element version {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php148 $version = Version::VERSION;
150 …",{},"text","4.0"],["prodid",{},"text","-\/\/Sabre\/\/Sabre VObject ' . $version . '\/\/EN"],["fn"…
331 $version = Version::VERSION;
335 PRODID:-//Sabre//Sabre VObject $version//EN
369 $version = Version::VERSION;
375 PRODID:-//Sabre//Sabre VObject $version//EN
544 $version = Version::VERSION;
553 PRODID:-//Sabre//Sabre VObject {$version}//EN
591 $version = Version::VERSION;
600 PRODID:-//Sabre//Sabre VObject {$version}//EN
H A DEmptyParameterTest.php30 $version = Version::VERSION;
35 PRODID:-//Sabre//Sabre VObject $version//EN
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerAttendeeReplyTest.php38 $version = \Sabre\VObject\Version::VERSION;
52 PRODID:-//Sabre//Sabre VObject $version//EN
161 PRODID:-//Sabre//Sabre VObject $version//EN
295 $version = \Sabre\VObject\Version::VERSION;
309 PRODID:-//Sabre//Sabre VObject $version//EN
445 PRODID:-//Sabre//Sabre VObject $version//EN
552 PRODID:-//Sabre//Sabre VObject $version//EN
624 PRODID:-//Sabre//Sabre VObject $version//EN
695 PRODID:-//Sabre//Sabre VObject $version//EN
760 PRODID:-//Sabre//Sabre VObject $version//EN
[all …]
H A DBrokerDeleteEventTest.php28 $version = \Sabre\VObject\Version::VERSION;
42 PRODID:-//Sabre//Sabre VObject $version//EN
70 PRODID:-//Sabre//Sabre VObject $version//EN
114 $version = \Sabre\VObject\Version::VERSION;
128 PRODID:-//Sabre//Sabre VObject $version//EN
156 PRODID:-//Sabre//Sabre VObject $version//EN
200 $version = \Sabre\VObject\Version::VERSION;
214 PRODID:-//Sabre//Sabre VObject $version//EN
258 $version = \Sabre\VObject\Version::VERSION;
272 PRODID:-//Sabre//Sabre VObject $version//EN
H A DBrokerNewEventTest.php52 $version = \Sabre\VObject\Version::VERSION;
56 PRODID:-//Sabre//Sabre VObject $version//EN
162 $version = \Sabre\VObject\Version::VERSION;
176 PRODID:-//Sabre//Sabre VObject $version//EN
204 PRODID:-//Sabre//Sabre VObject $version//EN
241 PRODID:-//Sabre//Sabre VObject $version//EN
291 $version = \Sabre\VObject\Version::VERSION;
305 PRODID:-//Sabre//Sabre VObject $version//EN
333 PRODID:-//Sabre//Sabre VObject $version//EN
369 PRODID:-//Sabre//Sabre VObject $version//EN
[all …]
H A DBrokerTester.php48 $version = \Sabre\VObject\Version::VERSION;
77 "VERSION:2.0\nPRODID:-//Sabre//Sabre VObject $version//EN\nCALSCALE:GREGORIAN",
H A DBrokerUpdateEventTest.php59 PRODID:-//Sabre//Sabre VObject $version//EN
88 PRODID:-//Sabre//Sabre VObject $version//EN
118 PRODID:-//Sabre//Sabre VObject $version//EN
185 PRODID:-//Sabre//Sabre VObject $version//EN
246 PRODID:-//Sabre//Sabre VObject $version//EN
351 PRODID:-//Sabre//Sabre VObject $version//EN
432 PRODID:-//Sabre//Sabre VObject $version//EN
460 PRODID:-//Sabre//Sabre VObject $version//EN
490 PRODID:-//Sabre//Sabre VObject $version//EN
562 PRODID:-//Sabre//Sabre VObject $version//EN
[all …]
H A DEvolutionTest.php869 $version = \Sabre\VObject\Version::VERSION;
873 PRODID:-//Sabre//Sabre VObject $version//EN

1...<<61626364656667686970>>...112