Home
last modified time | relevance | path

Searched full:version (Results 1 – 25 of 1097) sorted by relevance

12345678910>>...44

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DRuntimeMetaData.php8 * This class provides access to the current version of the ANTLR 4 runtime
10 * checking for matching version numbers and notifying listeners in the case
11 * where a version mismatch is detected.
13 * The runtime version information is provided by {@see RuntimeMetaData::VERSION} and
17 * The runtime version check is implemented by {@see RuntimeMetaData::checkVersion()}. Detailed
21 * Version strings x.y and x.y.z are considered "compatible" and no error
22 * would be generated. Likewise, version strings x.y-SNAPSHOT and x.y.z are
31 * A compile-time constant containing the current version of the ANTLR 4
35 * libraries to include a literal reference to the version of the ANTLR 4
39 * Version numbers are assumed to have the form
[all …]
/template/strap/resources/dictionary/
H A Dmaterial-design-icon-meta.json1version":"4.0.96"},{"id":"E20665F3-5354-46C2-9162-4202B20DCA05","name":"abjad-arabic","codepoint":… string
/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 Dpackage-lock.json3 "version": "1.0.0", string
9 "version": "1.0.0", string
18 "version": "3.1.7", string
31 "version": "5.0.2", string
50 "version": "2.1.3", string
73 "version": "3.0.9", string
100 "version": "3.0.4", string
122 "version": "3.0.3", string
141 "version": "0.21.5", string
157 "version": "0.21.5", string
[all …]
/template/strap/resources/snippet/js/
H A Dtooltip.js3 let version = 5;
4 …if (typeof jQuery != 'undefined' && typeof jQuery.fn.tooltip.constructor.VERSION !== 'undefined') {
5 version = parseInt(jQuery.fn.tooltip.Constructor.VERSION.substr(0, 1), 10);
6 if (version < 5) {
10 } else if (typeof bootstrap.Tooltip.VERSION !== 'undefined') {
11 version = parseInt(bootstrap.Tooltip.VERSION.substr(0, 1), 10);
12 if (version < 5) {
H A Dcombo-popover.js7 if (typeof window.bootstrap.Popover.VERSION !== 'undefined') {
8 bootstrapVersion = parseInt(window.bootstrap.Popover.VERSION.substr(0, 1), 10);
14 …if (typeof jQuery != 'undefined' && typeof jQuery.fn.tooltip.constructor.VERSION !== 'undefined') {
15 bootstrapVersion = parseInt(jQuery.fn.tooltip.constructor.VERSION.substr(0, 1), 10);
35 if (typeof window.bootstrap.Popover.VERSION !== 'undefined') {
79 …if (typeof jQuery != 'undefined' && typeof jQuery.fn.tooltip.constructor.VERSION !== 'undefined') {
/template/mmkanso/
DCHANGELOG4 Version 3.1 (2009-Nov-05)
9 Version 3.0 (2009-Oct-16)
16 Version 2.5 (2008-Jan-23)
21 Version 2.4 (2007-Oct-31)
26 Version 2.3 (2007-Aug-22)
28 - Fixed older version link in bottom line (thanks to Johanes Kalbus)
32 Version 2.2 (2007-Jan-16)
39 Version 2.1 (2007-Jan-10)
44 Version 2.0 (2007-Jan-09)
50 Version 1.1 (2006-Nov-20)
[all …]
/template/argon-alt/
Dpackage-lock.json3 "version": "1.0.0", string
8 "version": "3.1.1", string
18 "version": "2.0.0", string
24 "version": "3.0.2", string
33 "version": "3.4.0", string
49 "version": "7.0.1", string
58 "version": "2.1.3", string
65 "version": "5.1.1", string
74 "version": "2.1.0", string
83 "version": "2.1.1", string
[all …]
/template/strap/vendor/composer/
H A Dinstalled.php5 'version' => 'dev-main',
15 'version' => '0.5.1.0',
24 'version' => '2.0.0.0',
33 'version' => 'dev-main',
42 'version' => '1.2.1.0',
57 'version' => '1.1.8.0',
66 'version' => '9.99.100.0',
75 'version' => '1.12.1.0',
84 'version' => '3.0.1.0',
93 'version' => '2.5.3.0',
[all …]
H A DInstalledVersions.php31version: string, reference: string|null, type: string, install_path: string, aliases: string[], de…
42version: string, reference: string|null, type: string, install_path: string, aliases: string[], de…
109 * Checks whether the given package satisfies a version constraint
111 … * e.g. If you want to know whether version 2.3+ of package foo/bar is installed, you would call:
117 …* @param string|null $constraint A version constraint to check for, if you pass one you have t…
129 …* Returns a version constraint representing all the range(s) which are installed for a given packa…
132 * whether a given version of a package is installed, and not just whether it exists
135 * @return string Version constraint usable with composer/semver
166 …installed, null will be returned as version, use satisfies or getVersionRanges if you need to know…
175 if (!isset($installed['versions'][$packageName]['version'])) {
[all …]
/template/strap/ComboStrap/
H A DBootstrap.php34 * @param string $qualifiedVersion - the bootstrap version separated by the stylesheet
39 $this->version = $bootstrapStyleSheetArray[0];
41 * In case the input is just the major version
43 switch ($this->version) {
45 $this->version = self::DEFAULT_BOOTSTRAP_4_VERSION;
48 $this->version = self::DEFAULT_BOOTSTRAP_5_VERSION;
70 * Stylesheet and Boostrap should have the same version
71 * This conf is a mix between the version and the stylesheet
85 private $version; variable in ComboStrap\\Bootstrap
106 …LogUtility::internalError("The bootstrap major version ($bootstrapMajorVersion) is not an integer,…
[all …]
/template/darkclean/
DCHANGELOG.rst4 Version 2.2 (2010-May-29)
8 Version 2.1 (2007-Oct-31)
12 Version 2.0 (2007-Jan-16)
18 Version 1.4 (2006-Aug-30)
23 Version 1.3 (2006-Jun-03)
28 Version 1.2 (2006-May-17)
32 Version 1.1 (2006-May-12)
36 Version 1.0 (2006-Apr-27)
38 - Initial Version
DREADME.rst58 wikiBar Display Wikibar (Recent Changes, Old Version, Login)
119 Version 2.2 (2010-May-29)
122 Version 2.1 (2007-Oct-31)
125 Version 2.0 (2007-Jan-16)
130 Version 1.4 (2006-Aug-30)
134 Version 1.3 (2006-Jun-03)
138 Version 1.2 (2006-May-17)
141 Version 1.1 (2006-May-12)
144 Version 1.0 (2006-Apr-27)
145 - Initial Version
/template/strap/vendor/carica/phpcss/
H A Dphive.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 <phar name="phpunit" version="8" installed="8.5.15" location="./tools/phpunit" copy="true"/>
4 <phar name="phing" version="3.*" installed="3.0.0-alpha4" location="./tools/phing" copy="true"/>
5 …<phar name="composer" version="^2.0.12" installed="2.0.12" location="./tools/composer" copy="true"…
6 <phar name="phpmd" version="^2.9.1" installed="2.9.1" location="./tools/phpmd" copy="true"/>
7 <phar name="phploc" version="^7.0.2" installed="7.0.2" location="./tools/phploc" copy="true"/>
8 <phar name="phpdox" version="^0.12.0" installed="0.12.0" location="./tools/phpdox" copy="true"/>
/template/mmclean/
DCHANGELOG4 Version 2.1 (2007-Oct-31)
8 Version 2.0 (2007-Jan-16)
14 Version 1.4 (2006-Aug-30)
19 Version 1.3 (2006-Jun-03)
24 Version 1.2 (2006-May-17)
28 Version 1.1 (2006-May-12)
32 Version 1.0 (2006-Apr-27)
34 - Initial Version
/template/breeze/bower_components/modular-scale/
Dchangelog.md1 # Version 2.0.4
3 Version to the same release number as bower.
5 # Version 2.0.0
7 …This is a breaking version. You will need to refactor slightly in order to upgrade to this version
/template/twigstarter/vendor/composer/
DInstalledVersions.php29version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_…
40version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_…
107 * Checks whether the given package satisfies a version constraint
109 … * e.g. If you want to know whether version 2.3+ of package foo/bar is installed, you would call:
115 …* @param string|null $constraint A version constraint to check for, if you pass one you have t…
127 …* Returns a version constraint representing all the range(s) which are installed for a given packa…
130 * whether a given version of a package is installed, and not just whether it exists
133 * @return string Version constraint usable with composer/semver
164 …installed, null will be returned as version, use satisfies or getVersionRanges if you need to know…
173 if (!isset($installed['versions'][$packageName]['version'])) {
[all …]
Dinstalled.php4 'version' => 'dev-master',
15 'version' => 'dev-master',
24 'version' => '1.25.0.0',
33 'version' => '1.25.0.0',
42 'version' => '1.25.0.0',
51 'version' => '2.14.12.0',
/template/strap/vendor/carica/phpcss/.github/workflows/
H A Dci.yml18 php-version:
29 - php-version: "8.1"
44 php-version: "${{ matrix.php-version }}"
51 …key: "php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.…
52 restore-keys: "php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-"
/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/grammar/
H A DREADME.md4 With the [version 4.9.3](#version)
24 ## Version section in Antlr
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/strap/.travis/
H A D.travis.yml19 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
23 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
27 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
30 # env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previo…
33 # env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previo…
/template/hexa/genericons/
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/strap/.github/workflows/
H A Dscratch-env.yml19 description: 'Version of the interpreter'
37 name: Env printing with the matrix version ${{ matrix.version }} # The name of the job
55 version: ${{ fromJson(github.event.inputs.versions) }}
62 DEPENDENCY_VIA_COMMAND: "${{ matrix.version == '7.4' && '7.4 version' || 'not 7.4 version' }}"
71 … echo "DEPENDENCY_VIA_ARRAY=${{ fromJson(env.LITERAL_ARRAY_ENV)[matrix.version] }}" >> $GITHUB_ENV
/template/bushwick/fonts/
DSIL Open Font License 1.1.txt1 This Font Software is licensed under the SIL Open Font License, Version 1.1.
7 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
34 "Original Version" refers to the collection of Font Software components as
37 "Modified Version" refers to any derivative made by adding to, deleting,
39 Original Version, by changing formats or by porting the Font Software to a
61 3) No Modified Version of the Font Software may use the Reserved Font
68 Modified Version, except to acknowledge the contribution(s) of the

12345678910>>...44