Home
last modified time | relevance | path

Searched refs:version (Results 401 – 425 of 2779) sorted by relevance

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

/plugin/findologicxmlexport/vendor/jms/serializer/src/Visitor/Factory/
H A DXmlSerializationVisitorFactory.php58 public function setDefaultVersion(string $version): self argument
60 $this->defaultVersion = $version;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php30 $version = Version::VERSION;
35 PRODID:-//Sabre//Sabre VObject $version//EN
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php30 $version = Version::VERSION;
35 PRODID:-//Sabre//Sabre VObject $version//EN
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php30 $version = Version::VERSION;
35 PRODID:-//Sabre//Sabre VObject $version//EN
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php62 * @param string $version Protocol version
70 $version = '1.1', argument
75 parent::__construct($method, $uri, $headers, $body, $version);
/plugin/upgrade/
H A Dhelper.php72 // get the available version
87 // get the current version
89 $version = trim($versiondata['date']);
90 $versionnum = $this->dateFromVersion($version);
91 $this->log('notice', $this->getLang('vs_local'), $version);
101 } elseif ($tgzversionnum == $versionnum && $tgzversion == $version) {
107 // check plugin version
374 * Figure out the release date from the version string
376 * @param $version
377 * @return int|string returns 0 if the version ca
372 dateFromVersion($version) global() argument
[all...]
/plugin/dw2pdf/
H A Dcomposer.lock11 "version": "v8.0.17",
86 "version": "v1.2.0",
154 "version": "1.10.1",
170 "myclabs/deep-copy": "self.version"
202 "version": "1.1.3",
249 "version": "v2.3.3",
320 "plugin-api-version": "2.6.0"
/plugin/dx/
H A DREADME.md14 To create a new changelog and a version number bump commit run the following:
17 npx standard-version
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DSystemStatusTest.php60 …'<?xml version="1.0" encoding="UTF-8"?>' . "\n" . '<cs:root xmlns:cs="http://calendarserver.org/ns…
61 …'<?xml version="1.0" encoding="UTF-8"?>' . "\n" . '<cs:root xmlns:cs="http://calendarserver.org/ns…
/plugin/ckgedit/
H A DREADME.md3 base directory for this version is ckgedit. However, only one of the two can
6 This version of ckgeditor should work with Linux, Windows, and versions of Dokuwiki installed with …
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc56 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
76 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
97 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
115 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
133 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
167 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
192 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
214 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
235 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
257 $params['format'] = (string) a short version o
[all...]
/plugin/sqlite/
H A DSQLiteDB.php466 * Read the current version from the opt table
476 $version = $this->getOpt('dbversion', 0);
477 return (int)$version;
502 * Get the version this db should have
509 if (!file_exists($this->schemadir . '/latest.version')) {
510 throw new \PDOException('No latest.version in schema dir');
512 return (int)trim(file_get_contents($this->schemadir . '/latest.version'));
516 * Get the migrartion file for the given version
518 * @param int $version
521 protected function getMigrationFile($version)
478 getMigrationFile($version) global() argument
[all...]
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A DREADME12 An online version should be available here: http://cdburnerxp.se/cssparse/css_optimiser.php
18 the Free Software Foundation; either version 2 of the License, or
19 (at your option) any later version.
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysql.php129 $version = '';
137 list($version) = mysql_fetch_array($this->cursor);
139 if ($version != getID3::VERSION) {
/plugin/rtmchecklist/
H A DREADME.md5 Current version is beta: use at your own risk !
18 You can also use the short version:
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock12 "version": "1.2.18",
73 "version": "1.4.1",
120 "version": "1.2.1",
161 "version": "1.0.7",
202 "version": "1.2.2",
252 "version": "3.7.38",
325 "version": "1.2.3",
374 "version": "0.8.x-dev",
424 "version": "2.3.4",
498 "version"
[all...]
/plugin/elasticsearch/
H A Dcomposer.lock11 "version": "7.x-dev",
73 "version": "3.1.0",
126 "version": "1.2.2",
144 "guzzlehttp/ringphp": "self.version"
183 "version": "dev-master",
245 "version": "dev-master",
297 "version": "1.1.4",
347 "version": "2.x-dev",
419 "version": "7.x-dev",
488 "version"
[all...]
/plugin/xhtmlruby/
H A Daction.php17 var $version = '2009-10-26'; variable in action_plugin_xhtmlruby
35 'date' => $this->version,
/plugin/dokukiwix/lang/en/
H A Dintro.txt3 This plugin allows you to build a static HTML version of your wiki. \\
7 Building an offline version of your dokuwiki takes a long time. You need to let the page open until…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DQueryBuilder.php30 public function __construct(?Version $version = null) argument
32 $this->_version = $version ?? new Version\Latest();
/plugin/redproject/
H A Dstyle.css114 div.version {
118 div.version h3 {
124 span.version {
135 a.version {
/plugin/aichat/
H A Dcomposer.lock11 "version": "v2.2.0",
60 "version": "1.7.4",
110 "version": "v1.0.0",
157 "version": "1.0.7",
215 "plugin-api-version": "2.3.0"
/plugin/farm/
H A Dadmin.php51 var $version = null; variable in admin_plugin_farm
235 …$this->version = @file_exists(DOKU_FARM_PLUGIN.'installed') ? trim(@file_get_contents(DOKU_FARM_PL…
236 if($this->version != DOKU_FARM_VERSION) {
238 if(is_null($this->version)) {
240 }elseif($this->version == '0.99') {
/plugin/searchtablejs/
H A DREADME3 the Free Software Foundation, either version 3 of the License, or
4 (at your option) any later version.
/plugin/aceeditor/
H A Daction.php76 $version = getVersionData();
77 $date = str_replace('-', '', $version['date']);

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