Home
last modified time | relevance | path

Searched refs:VERSION (Results 26 – 50 of 406) sorted by last modified time

12345678910>>...17

/plugin/edittable/lib/
H A Dhandsontable.full.js12261 VERSION = '1.11.0',
12976 numbro.version = VERSION;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Dmake.sh14 # assemble <VERSION> : build client artefacts with version
15 # bump <VERSION> : bump client internals to version
16 # codegen <VERSION> : generate endpoints
17 # docsgen <VERSION> : generate documentation
34 VERSION=$2
35 STACK_VERSION=$VERSION
46 echo -e "\033[34;1mINFO:\033[0m VERSION ${STACK_VERSION}\033[0m"
61 if [ -v $VERSION ]; then
65 echo -e "\033[36;1mTARGET: assemble artefact $VERSION\033[0m"
67 TASK_ARGS=("$VERSION" "
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php72 const VERSION = '7.16.0-SNAPSHOT'; define in Elasticsearch\\Client
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php166 Client::VERSION,
601 $clientVersion = str_replace('-snapshot', '-s', strtolower(Client::VERSION));
/plugin/html5video2/script/
H A Dvideo.min.js20VERSION},e.getEventHash=function(e){return(e=void 0===e?{}:e).name=this.name,e.plugin=this.constru…
/plugin/sectiontoggle/
H A DMobile_Detect.php64 const VERSION = '2.8.33'; define in Mobile_Detect
698 return self::VERSION;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPluginTest.php60 'X-Sabre-Version' => [Version::VERSION],
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalSearchPropertySetTest.php53 'X-Sabre-Version' => [DAV\Version::VERSION],
80 'X-Sabre-Version' => [DAV\Version::VERSION],
107 'X-Sabre-Version' => [DAV\Version::VERSION],
/plugin/davcal/vendor/sabre/event/lib/
H A DVersion.php17 const VERSION = '2.0.2'; define in Sabre\\Event\\Version
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php322 $vcard->VERSION = '2.0';
H A DVCardTest.php103 $vcard->VERSION = '2.1';
107 $vcard->VERSION = '3.0';
111 $vcard->VERSION = '4.0';
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php30 $version = Version::VERSION;
51 $vcard->VERSION = '2.1';
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerAttendeeReplyTest.php38 $version = \Sabre\VObject\Version::VERSION;
146 $version = \Sabre\VObject\Version::VERSION;
289 $version = \Sabre\VObject\Version::VERSION;
421 $version = \Sabre\VObject\Version::VERSION;
527 $version = \Sabre\VObject\Version::VERSION;
598 $version = \Sabre\VObject\Version::VERSION;
668 $version = \Sabre\VObject\Version::VERSION;
731 $version = \Sabre\VObject\Version::VERSION;
797 $version = \Sabre\VObject\Version::VERSION;
855 $version = \Sabre\VObject\Version::VERSION;
[all …]
H A DBrokerTester.php46 $version = \Sabre\VObject\Version::VERSION;
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerate_vcards27 $version = Version::VERSION;
52 fwrite(STDERR, "sabre/vobject " . Version::VERSION . "\n");
H A Drrulebench.php6 echo "sabre/vobject ", Sabre\VObject\Version::VERSION, " RRULE benchmark\n";
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php25 "-//Sabre//Sabre VObject " . VObject\Version::VERSION . "//EN",
161 $version = VObject\Version::VERSION;
215 "-//Sabre//Sabre VObject " . VObject\Version::VERSION . "//EN",
315 $version = VObject\Version::VERSION;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/RecurrenceIterator/
H A DUntilRespectsTimezoneTest.ics2 VERSION:2.0
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php12 $this->version = VObject\Version::VERSION;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php421 $version = DAV\Version::VERSION;
478 $version = DAV\Version::VERSION;
/plugin/davcal/vendor/sabre/xml/lib/
H A DVersion.php17 const VERSION = '1.2.0'; define in Sabre\\Xml\\Version
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php270 … $error->appendChild($DOM->createElement('s:sabredav-version', $h(Version::VERSION)));
449 $response->setHeader('X-Sabre-Version', Version::VERSION);
H A DVersion.php17 const VERSION = '3.0.4'; define in Sabre\\DAV\\Version
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DICSExportPluginTest.php69 $this->assertEquals(1,count($obj->VERSION));
72 $this->assertTrue(strpos((string)$obj->PRODID, DAV\Version::VERSION)!==false);
120 $this->assertEquals(1,count($obj->VERSION));
123 $this->assertFalse(strpos((string)$obj->PRODID, DAV\Version::VERSION)!==false);
220 'X-Sabre-Version' => [DAV\Version::VERSION],
227 $this->assertEquals(1,count($obj->VERSION));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DIMipPluginTest.php54 'X-Sabre-Version: ' . \Sabre\DAV\Version::VERSION,

12345678910>>...17