Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/template/strap/
H A Dyarn.lock6 version "3.1.7"
17 version "5.0.2"
22 version "2.1.3"
27 version "3.0.9"
35 version "3.0.4"
40 version "3.0.3"
45 version "0.21.5"
50 version "29.6.3"
57 version "1.5.0"
62 version "2.11.8"
[all …]
H A Dshell.nix8 # Needed to get the php 7.4.29 version (does not have mkShellNoCC)
10 # https://lazamar.co.uk/nix-versions/?package=php-with-extensions&version=7.4.29&fullName=php-with-…
30 echo "PHP version: $(php --version | head -n 1)"
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.3",
448 "version": "v1.29.0",
527 "version": "v1.29.0",
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DRuntimeMetaData.php162 * @param string $version The complete version string.
167 public static function getMajorMinorVersion(string $version) : string argument
169 $firstDot = \strpos($version, '.');
170 $referenceLength = \strlen($version);
174 $secondDot = \strpos($version, '.', $firstDot + 1);
177 $firstDash = \strpos($version, '-');
187 return \substr($version, 0, $referenceLength);
/template/strap/ComboStrap/
H A DBootstrap.php39 $this->version = $bootstrapStyleSheetArray[0];
43 switch ($this->version) {
45 $this->version = self::DEFAULT_BOOTSTRAP_4_VERSION;
48 $this->version = self::DEFAULT_BOOTSTRAP_5_VERSION;
85 private $version; variable in ComboStrap\\Bootstrap
125 return $this->version;
264 $version = $this->getVersion();
274 if (!isset($bootstrapJsonMetas[$version])) {
275 …throw new ExceptionRuntimeInternal("The bootstrap version ($version) could not be found in the fil…
277 $bootstrapMetas = $bootstrapJsonMetas[$version];
[all …]
/template/strap/resources/snippet/js/
H A Dtooltip.js3 let version = 5;
5 version = parseInt(jQuery.fn.tooltip.Constructor.VERSION.substr(0, 1), 10);
6 if (version < 5) {
11 version = parseInt(bootstrap.Tooltip.VERSION.substr(0, 1), 10);
12 if (version < 5) {
/template/strap/vendor/symfony/deprecation-contracts/
H A Dfunction.php17 * @param string $version The version of the package that introduced the deprecation
23 function trigger_deprecation(string $package, string $version, string $message, ...$args): void argument
25 …@trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($messag…
/template/strap/db/combo/
H A DREADME.md9 * Bump the version number in the file [latest.version](latest.version)
/template/strap/db/combo-secondary/
H A DREADME.md9 * Bump the version number in the file [latest.version](latest.version)
/template/breeze/bower_components/modular-scale/
Dchangelog.md7 …This is a breaking version. You will need to refactor slightly in order to upgrade to this version
/template/strap/grammar/
H A DREADME.md4 With the [version 4.9.3](#version)
30 …* Above 0.6 antlr requires php8 - The antlr version can be seen in `Antlr\Antlr4\Runtime\RuntimeMe…
36 …* [Download the version 4.9.3](https://github.com/antlr/website-antlr4/blob/gh-pages/download/antl…
/template/dwsimple/
DREADME.txt2 for DokuWiki (http://wiki.splitbrain.org/wiki:dokuwiki) version rc2009-12-25
4 version: 2010-01-15
/template/apricot/
DREADME4 version: 2011-12-28
8 version: 2011-02-20
/template/writr2/font/
DCOPYING.txt1 …shed by the Free Software Foundation; either version 2 of the License, or (at your option) any lat…
7 … to your version of the font, but you are not obligated to do so. If you do not wish to do so, del…
/template/bushwick/fonts/
DCOPYING.txt1 …shed by the Free Software Foundation; either version 2 of the License, or (at your option) any lat…
7 … to your version of the font, but you are not obligated to do so. If you do not wish to do so, del…
/template/fictive/genericons/
DCOPYING.txt1 …shed by the Free Software Foundation; either version 2 of the License, or (at your option) any lat…
7 … to your version of the font, but you are not obligated to do so. If you do not wish to do so, del…
/template/hexa/genericons/
DCOPYING.txt1 …shed by the Free Software Foundation; either version 2 of the License, or (at your option) any lat…
7 … to your version of the font, but you are not obligated to do so. If you do not wish to do so, del…
DREADME.md58 …d version of the font from Font Book, and grab the new one from the zip file. This also affects us…
70 Note: On Android browsers with version 4.2, 4.3, and probably later, Genericons will simply not sho…
78 By default, Genericons ships with a stylesheet that includes a base64 encoded version of the font. …
103 * Updated: Update Google Plus icon to new geometric version. This also *retires* the "alt" version,…
106 *Again, it is important if you choose to update to this version, make sure you're not using `generi…
146 …has slightly different metrics. I've taken great care to ensure this new version should work as a …
200 * So, the previous version numbering, 2.09, wasn't very PHP version compare friendly. So from now o…
206 Updated Facebook icon to new version. Updated Instagram logo to use new one-color version. Updated …
210 Included Base64 encoded version. This is necessary for Genericons to work with CDNs in Firefox. Fir…
/template/writr/font/
DCOPYING.txt1 …shed by the Free Software Foundation; either version 2 of the License, or (at your option) any lat…
7 … to your version of the font, but you are not obligated to do so. If you do not wish to do so, del…
/template/taratasy/
Dreadme.md6 - version: 2011-07-28
16 - version: 2011-02-20
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DDesiredCapabilities.php73 * @param string $version
76 public function setVersion($version) argument
78 $this->set(WebDriverCapabilityType::VERSION, $version);
/template/templar/less/
Dclose.less23 // Additional properties for button version
25 // If you want the anchor version, it requires `href="#"`.
/template/strap/vendor/php-webdriver/webdriver/
H A DREADME.md3 [![Latest stable version](https://img.shields.io/packagist/v/php-webdriver/webdriver.svg?style=flat…
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-web…
37 In order to receive the new version and future updates, **you need to rename it in your composer.js…
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 can be found on the [Selenium download page](https://www.selenium.dev/downloads/…
[all …]
/template/dokucms/
DLICENSE6 as published by the Free Software Foundation; either version 2
7 of the License, or (at your option) any later version.
/template/wallpaper/
DLICENSE6 as published by the Free Software Foundation; either version 2
7 of the License, or (at your option) any later version.

12345678910>>...20