Home
last modified time | relevance | path

Searched refs:version (Results 426 – 450 of 2779) sorted by relevance

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

/plugin/plantuml/
H A Dplugin.history.txt19 * Added ability to view the unresized version of the images.
33 * Very first version posted on GitHub.
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DTopHits.php71 * Returns a version for each search hit.
75 public function setVersion(bool $version): self argument
77 return $this->setParam('version', $version);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DInnerHits.php87 * Returns a version for each search hit.
91 public function setVersion(bool $version): self argument
93 return $this->setParam('version', $version);
/plugin/structpublish/action/
H A Drevisions.php53 $version = $revision->getVersion();
62 $label = '<span class="plugin-structpublish-version">' .
63 $status . ' (' . $this->getLang('version') . ' ' . $version . ')</span>';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md12 Starting from version `7.4.0`, all the endpoints (and namespaces) are autogenerated using the [util/GenerateEndpoints.php](https://github.com/elastic/elasticsearch-php/blob/master/util/GenerateEndpoints.php) script. This script reads the [Elasticsearch API specs](https://github.com/elastic/elasticsearch/tree/master/rest-api-spec/src/main/resources/rest-api-spec/api) and generated the PHP classes for all the endpoints.
14 Starting from version `7.7.0` we included also the [XPack endpoints](https://www.elastic.co/what-is/open-x-pack) of Elasticsearch.
37 * [Version Matrix](#version-matrix)
41 * [PHP Version Requirement](#php-version-requirement)
88 - If you are using a version older than 1.0, you must install the `0.4` Elasticsearch-PHP branch. Since ES 0.90.x and below is now EOL, the corresponding `0.4` branch will not receive any more development or bugfixes. Please upgrade.
109 1. Add `elasticsearch/elasticsearch` as a dependency in your project's `composer.json` file (change version to suit your version of Elasticsearch, for instance for ES 7.0):
149 Version 7.0 of this library requires at least PHP version 7.1. In addition, it requires the native JSON
150 extension to be version 1.3.7 or higher.
185 associative array containing a decoded version o
[all...]
/plugin/authwordpress/
H A DREADME.md12 [GNU General Public License, version 2](http://www.gnu.org/licenses/gpl-2.0.html)
41 Plugin version 2023-06-06 drops support for older DokuWiki releases;
42 use version 2020-03-14 if you're using:
/plugin/combo/
H A Dcomposer.lock11 "version": "0.5.1",
62 "version": "2.0.0",
105 "version": "v1.2.1",
152 "version": "1.1.8",
209 "version": "v9.99.100",
259 "version": "1.12.1",
324 "version": "3.0.1",
381 "version": "v2.5.2",
448 "version": "v1.27.0",
530 "version"
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md3 [![Latest stable version](https://img.shields.io/packagist/v/php-webdriver/webdriver.svg?style=flat-square&label=Packagist)](https://packagist.org/packages/php-webdriver/webdriver)
11 This library is compatible with Selenium server version 2.x, 3.x and 4.x.
33 ## Upgrade from version <1.8.0
35 Starting from version 1.8.0, the project has been renamed from `facebook/php-webdriver` to `php-webdriver/webdriver`.
37 In order to receive the new version and future updates, **you need to rename it in your composer.json**:
41 - "facebook/webdriver": "(version you use)",
42 + "php-webdriver/webdriver": "(version you use)",
62 Make sure to have a compatible version of Chromedriver and Chrome!
75 Make sure to have a compatible version of Geckodriver and Firefox!
91 The latest version ca
[all...]
/plugin/icalevents/vendor/bin/
H A Dgenerate_vcards27 $version = Version::VERSION;
30 sabre/vobject $version
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerate_vcards27 $version = Version::VERSION;
30 sabre/vobject $version
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerate_vcards27 $version = Version::VERSION; variable
30 sabre/vobject $version
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerate_vcards27 $version = Version::VERSION; variable
30 sabre/vobject $version
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerate_vcards27 $version = Version::VERSION;
30 sabre/vobject $version
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DHeroku.php113 return array('Accept' => 'application/vnd.heroku+json; version=3');
121 return array('Accept' => 'application/vnd.heroku+json; version=3', 'Content-Type' => 'application/json');
/plugin/yuriigantt/
H A DREADME.md14 To use dhtmlxGantt in non-GPL projects (and get Pro version of the product), please obtain Commerci…
45 "version": "1.0",
74 "version": "1.0", <-- RESERVED version idetificator
/plugin/gtime/gtlib/util/
H A DGTUtil.php592 $version = new GTBigInteger(OPENSSL_VERSION_NUMBER);
596 $major = $version->shiftRight(28)->bitAnd($mask)->getValue();
597 $minor = $version->shiftRight(20)->bitAnd($mask)->getValue();
598 $fix = $version->shiftRight(12)->bitAnd($mask)->getValue();
/plugin/gitbacked/
H A DCHANGELOG.md9 …-- Each Release must start with a line for the release version of exactly this format: ## [version
31 …The particular link of a released version will be copied to the release notes of a release accordi…
32 …nd of this file appropriate compare links have to be maintained for each release version in format:
34 +-current release version
36 … +-URL to this repo previous release version tag-+ +-current release vers…
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-site.js190 const version = $header.find('span').first().text().trim().slice(1);
211 'version: ' + (version || null),
221 fs.writeFile(path.join(docPath, version + '.html'), html, util.pitch);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DREADME.md10 PHP 5.6 is required but using the latest version of PHP is highly recommended.
14 …rted for PHP 5. Version 2.2.1 of Xdebug is required but using the latest version is highly recomme…
22 A version of HHVM that implements the Xdebug API for code coverage (`xdebug_*_code_coverage()`) is …
H A DChangeLog-3.1.md9 * Allow version 2.0.x of `sebastian/version` dependency
/plugin/showlogin2/
H A DLICENSE6 as published by the Free Software Foundation; either version 2
7 of the License, or (at your option) any later version.
/plugin/elwikiupgrade/
H A Dadmin.php253 $version = getVersion();
254 $versionnum = $this->dateFromVersion($version);
255 self::_say($this->getLang('vs_local'), $version);
265 } elseif($tgzversionnum == $versionnum && $tgzversion == $version) {
518 public function dateFromVersion($version) { argument
519 if(preg_match('/(^|[^\d])(\d\d\d\d-\d\d-\d\d)([^\d]|$)/i', $version, $m)) {
/plugin/statdisplay/helper/
H A Dlog.php302 list($version) = explode('.', $ua->getVersion());
303 if (!$version) $version = ''; // no zero version
304 if ($version == 'unknown') $version = '';
305 return trim($ua->getBrowser() . ' ' . $version);
/plugin/pureldap/
H A Dcomposer.lock11 "version": "0.4.7",
70 "version": "0.8.0",
134 "version": "0.1.1",
188 "version": "0.5.2",
244 "version": "1.1.4",
304 "plugin-api-version": "2.3.0"
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveFile.php208 public $version; variable in Google\\Service\\Drive\\DriveFile
953 public function setVersion($version) argument
955 $this->version = $version;
962 return $this->version;

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