Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 492) 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)"
/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/twigstarter/vendor/twig/twig/src/Node/
DNameDeprecation.php22 private $version; variable in Twig\\Node\\NameDeprecation
25 public function __construct(string $package = '', string $version = '', string $newName = '') argument
28 $this->version = $version;
39 return $this->version;
/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/twigstarter/vendor/symfony/deprecation-contracts/
Dfunction.php17 * @param string $version The version of the package that introduced the deprecation
23 …function trigger_deprecation(string $package, string $version, string $message, mixed ...$args): v… 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/twigstarter/vendor/twig/twig/src/
DOperatorPrecedenceChange.php27 private string $version, argument
32 parent::__construct($package, $version, $newPrecedence);
DDeprecatedCallableInfo.php24 private string $version, argument
65 trigger_deprecation($this->package, $this->version, $message);
/template/twigstarter/vendor/twig/twig/src/ExpressionParser/
DPrecedenceChange.php23 private string $version, argument
35 return $this->version;
/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/taratasy/
Dreadme.md6 - version: 2011-07-28
16 - 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…
/template/writr/font/
H A 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/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/lib/Remote/
H A DDesiredCapabilities.php73 * @param string $version
76 public function setVersion($version) argument
78 $this->set(WebDriverCapabilityType::VERSION, $version);

12345678910>>...20