Home
last modified time | relevance | path

Searched refs:VERSION (Results 76 – 100 of 406) sorted by last modified time

12345678910>>...17

/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DJCardTest.php58 "-//Sabre//Sabre VObject " . Version::VERSION . "//EN",
H A DVCardConverterTest.php513 $version = Version::VERSION;
H A DVersionTest.php9 $v = Version::VERSION;
H A Dissue153.vcf2 VERSION:3.0
H A Dissue64.vcf2 VERSION:2.1
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php124 …his->log($this->colorize('green', "sabre/vobject ") . $this->colorize('yellow', Version::VERSION));
566 if ($array[$key]->name === 'VERSION') {
H A DVersion.php17 const VERSION = '3.4.7'; define in Sabre\\VObject\\Version
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php351 'PRODID' => '-//Sabre//Sabre VObject ' . VObject\Version::VERSION . '//EN',
411 if ($ver = $this->VERSION) {
H A DVCard.php137 $version = (string)$this->VERSION;
219 $version = (string)$this->VERSION;
227 $this->VERSION = $versionMap[self::DEFAULT_VERSION];
405 'PRODID' => '-//Sabre//Sabre VObject ' . VObject\Version::VERSION . '//EN',
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php82 $version = Sabre\DAV\Version::VERSION;
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php98 $object->prodid = '-//Sabre//Sabre VObject ' . VObject\Version::VERSION . '//EN';
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php275 $calendar->prodid = '-//SabreDAV//SabreDAV ' . DAV\Version::VERSION . '//EN';
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php137 $headers[] = 'X-Sabre-Version: ' . DAV\Version::VERSION;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerSimpleTest.php55 'X-Sabre-Version' => [Version::VERSION],
76 'X-Sabre-Version' => [Version::VERSION],
96 'X-Sabre-Version' => [Version::VERSION],
120 'X-Sabre-Version' => [Version::VERSION],
402 'X-Sabre-Version' => [Version::VERSION],
426 'X-Sabre-Version' => [Version::VERSION],
H A DServerPreconditionTest.php197 'X-Sabre-Version' => [Version::VERSION],
H A DServerPropsInfiniteDepthTest.php57 'X-Sabre-Version' => [Version::VERSION],
H A DServerPropsTest.php50 'X-Sabre-Version' => [Version::VERSION],
76 'X-Sabre-Version' => [Version::VERSION],
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DExpandPropertiesTest.php72 'X-Sabre-Version' => [DAV\Version::VERSION],
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md252 - `Guzzle\Common\Version` has been removed. The VERSION constant can be found
253 at `GuzzleHttp\ClientInterface::VERSION`.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClientInterface.php18 const VERSION = '6.5.5'; define
H A Dfunctions.php136 $defaultAgent = 'GuzzleHttp/' . Client::VERSION;
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DAuthHandlerFactory.php38 $guzzleVersion = (int) substr(ClientInterface::VERSION, 0, 1);
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php1191 $guzzleVersion = (int)substr(ClientInterface::VERSION, 0, 1);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSwiftMailerHandler.php103 if (version_compare(Swift::VERSION, '6.0.0', '>=')) {
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DHttpHandlerFactory.php40 $version = (int) substr(ClientInterface::VERSION, 0, 1);

12345678910>>...17