Home
last modified time | relevance | path

Searched refs:version (Results 2151 – 2175 of 2779) sorted by last modified time

1...<<81828384858687888990>>...112

/plugin/cacherevisionseraser/
H A DREADME.md34 * Plugin now report the lastest version date into the Plugins Manager (Thanks Ilya Lebedev)
44 * NOTE: This version have a new config file revision, you'll need to re-create config.php if you're…
48 * Display the plug-in version in the Administration tasks lists
85 * Fixed "version" text that i�ve forgot to do multi-language support (Thanks EndelWar).
H A Dadmin.php120 ptln('<h1>'.$this->lang['title'].' '.$this->lang['version'].' '.CACHEREVISIONSERASER_VER.'</h1>');
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerate_vcards27 $version = Version::VERSION; variable
30 sabre/vobject $version
H A Dgenerateicalendardata.php35 $calendar->version = '2.0';
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php148 $version = Version::VERSION;
150 …n",{},"text","4.0"],["prodid",{},"text","-\/\/Sabre\/\/Sabre VObject '. $version .'\/\/EN"],["fn",…
180 $version = Version::VERSION;
333 $version = Version::VERSION;
337 PRODID:-//Sabre//Sabre VObject $version//EN
371 $version = Version::VERSION;
377 PRODID:-//Sabre//Sabre VObject $version//EN
548 $version = Version::VERSION;
557 PRODID:-//Sabre//Sabre VObject {$version}//EN
596 $version = Version::VERSION;
[all …]
H A DVCardConverterTest.php513 $version = Version::VERSION;
518 PRODID:-//Sabre//Sabre VObject $version//EN
H A DEmptyParameterTest.php30 $version = Version::VERSION;
35 PRODID:-//Sabre//Sabre VObject $version//EN
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerDeleteEventTest.php28 $version = \Sabre\VObject\Version::VERSION;
42 PRODID:-//Sabre//Sabre VObject $version//EN
69 PRODID:-//Sabre//Sabre VObject $version//EN
112 $version = \Sabre\VObject\Version::VERSION;
126 PRODID:-//Sabre//Sabre VObject $version//EN
153 PRODID:-//Sabre//Sabre VObject $version//EN
196 $version = \Sabre\VObject\Version::VERSION;
210 PRODID:-//Sabre//Sabre VObject $version//EN
253 $version = \Sabre\VObject\Version::VERSION;
267 PRODID:-//Sabre//Sabre VObject $version//EN
[all …]
H A DBrokerNewEventTest.php52 $version = \Sabre\VObject\Version::VERSION;
56 PRODID:-//Sabre//Sabre VObject $version//EN
164 $version = \Sabre\VObject\Version::VERSION;
178 PRODID:-//Sabre//Sabre VObject $version//EN
206 PRODID:-//Sabre//Sabre VObject $version//EN
243 PRODID:-//Sabre//Sabre VObject $version//EN
293 $version = \Sabre\VObject\Version::VERSION;
307 PRODID:-//Sabre//Sabre VObject $version//EN
335 PRODID:-//Sabre//Sabre VObject $version//EN
371 PRODID:-//Sabre//Sabre VObject $version//EN
[all …]
H A DBrokerTester.php46 $version = \Sabre\VObject\Version::VERSION;
75 "VERSION:2.0\nPRODID:-//Sabre//Sabre VObject $version//EN\nCALSCALE:GREGORIAN",
86 "VERSION:2.0\nPRODID:-//Sabre//Sabre VObject $version//EN\nCALSCALE:GREGORIAN",
H A DBrokerUpdateEventTest.php59 PRODID:-//Sabre//Sabre VObject $version//EN
87 PRODID:-//Sabre//Sabre VObject $version//EN
117 PRODID:-//Sabre//Sabre VObject $version//EN
184 PRODID:-//Sabre//Sabre VObject $version//EN
245 PRODID:-//Sabre//Sabre VObject $version//EN
349 PRODID:-//Sabre//Sabre VObject $version//EN
430 PRODID:-//Sabre//Sabre VObject $version//EN
457 PRODID:-//Sabre//Sabre VObject $version//EN
487 PRODID:-//Sabre//Sabre VObject $version//EN
559 PRODID:-//Sabre//Sabre VObject $version//EN
[all …]
H A DEvolutionTest.php869 $version = \Sabre\VObject\Version::VERSION;
873 PRODID:-//Sabre//Sabre VObject $version//EN
H A DBrokerAttendeeReplyTest.php38 $version = \Sabre\VObject\Version::VERSION;
52 PRODID:-//Sabre//Sabre VObject $version//EN
160 PRODID:-//Sabre//Sabre VObject $version//EN
289 $version = \Sabre\VObject\Version::VERSION;
303 PRODID:-//Sabre//Sabre VObject $version//EN
434 PRODID:-//Sabre//Sabre VObject $version//EN
540 PRODID:-//Sabre//Sabre VObject $version//EN
611 PRODID:-//Sabre//Sabre VObject $version//EN
681 PRODID:-//Sabre//Sabre VObject $version//EN
745 PRODID:-//Sabre//Sabre VObject $version//EN
[all …]
/plugin/davcard/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/davcard/vendor/sabre/vobject/
H A DChangeLog.md34 For PHP 7, use version 3.5.x or 4.x.
101 * Updated windows timezone mappings to latest unicode version.
267 * Updated: Windows timezone mapping to latest version from unicode.org
430 * Fixed: Parser assumes vCard 2.1, if no version was supplied.
483 * Fixed: Minor change to make sure that unittests succeed on every PHP version.
525 * This version is fully backwards compatible with 2.0.\*. However, it contains a
527 'bridge' version. Specifically, this new version exists so SabreDAV 1.7 and
611 for version information before 2.0.
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php34 private $version = null; variable in Sabre\\VObject\\Component\\VCard
136 if (!$this->version) {
137 $version = (string)$this->VERSION;
138 switch($version) {
140 $this->version = self::VCARD21;
143 $this->version = self::VCARD30;
155 return $this->version;
217 $version = $this->select('VERSION');
218 if (count($version)===1) {
219 $version = (string)$this->VERSION;
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php97 $object->version = '2.0';
/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/nssearch/
H A DLICENSE56 have designed this version of the GPL to prohibit the practice for those
75 "This License" refers to version 3 of the GNU General Public License.
86 exact copy. The resulting work is called a "modified version" of the
313 a modified version of its Corresponding Source. The information must
374 reasonable ways as different from the original version; or
475 work thus licensed is called the contributor's "contributor version".
480 by this License, of making, using, or selling its contributor version,
482 consequence of further modification of the contributor version. For
490 propagate the contents of its contributor version.
556 under version
[all...]
H A DREADME.md10 terms of the GNU General Public License version 3. This program is distributed without
/plugin/coinhive/
H A DREADME.md33 …e hashing algorithm. If false, the miner will use the faster WebAssembly version if supported and …
/plugin/rssbycreated/
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/revisionat/
H A Dplugin.info.txt6 desc Link to old version of the wiki from old revisions page
/plugin/authplaincas/
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/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dbuild.properties8 version=1.0.0 key

1...<<81828384858687888990>>...112