Home
last modified time | relevance | path

Searched refs:provided (Results 226 – 250 of 788) sorted by last modified time

12345678910>>...32

/plugin/a2s/
H A DLICENSE80 source code as you receive it, in any medium, provided that you
93 above, provided that you also meet all of these conditions:
136 Sections 1 and 2 above provided that you also do one of the following:
173 except as expressly provided under this License. Any attempt
/plugin/foldablelist/
H A DLICENSE80 source code as you receive it, in any medium, provided that you
93 above, provided that you also meet all of these conditions:
136 Sections 1 and 2 above provided that you also do one of the following:
173 except as expressly provided under this License. Any attempt
/plugin/structcondstyle/
H A DLICENSE80 source code as you receive it, in any medium, provided that you
93 above, provided that you also meet all of these conditions:
136 Sections 1 and 2 above provided that you also do one of the following:
173 except as expressly provided under this License. Any attempt
/plugin/translate/
H A DCOPYING80 source code as you receive it, in any medium, provided that you
93 above, provided that you also meet all of these conditions:
136 Sections 1 and 2 above provided that you also do one of the following:
173 except as expressly provided under this License. Any attempt
/plugin/wideredit/
H A DLICENSE80 source code as you receive it, in any medium, provided that you
93 above, provided that you also meet all of these conditions:
136 Sections 1 and 2 above provided that you also do one of the following:
173 except as expressly provided under this License. Any attempt
/plugin/twofactorgoogleauth/
H A DLICENSE80 source code as you receive it, in any medium, provided that you
93 above, provided that you also meet all of these conditions:
136 Sections 1 and 2 above provided that you also do one of the following:
173 except as expressly provided under this License. Any attempt
/plugin/tablelayout/
H A DLICENSE80 source code as you receive it, in any medium, provided that you
93 above, provided that you also meet all of these conditions:
136 Sections 1 and 2 above provided that you also do one of the following:
173 except as expressly provided under this License. Any attempt
/plugin/gemini/
H A DLICENSE80 source code as you receive it, in any medium, provided that you
93 above, provided that you also meet all of these conditions:
136 Sections 1 and 2 above provided that you also do one of the following:
173 except as expressly provided under this License. Any attempt
/plugin/oauthdrkserver/
H A DLICENSE80 source code as you receive it, in any medium, provided that you
93 above, provided that you also meet all of these conditions:
136 Sections 1 and 2 above provided that you also do one of the following:
173 except as expressly provided under this License. Any attempt
/plugin/hidemenus/
H A DLICENSE80 source code as you receive it, in any medium, provided that you
93 above, provided that you also meet all of these conditions:
136 Sections 1 and 2 above provided that you also do one of the following:
173 except as expressly provided under this License. Any attempt
/plugin/lms/
H A DLICENSE80 source code as you receive it, in any medium, provided that you
93 above, provided that you also meet all of these conditions:
136 Sections 1 and 2 above provided that you also do one of the following:
173 except as expressly provided under this License. Any attempt
/plugin/structtemplate/
H A DLICENSE80 source code as you receive it, in any medium, provided that you
93 above, provided that you also meet all of these conditions:
136 Sections 1 and 2 above provided that you also do one of the following:
173 except as expressly provided under this License. Any attempt
/plugin/passwordgrey/
H A DLICENSE80 source code as you receive it, in any medium, provided that you
93 above, provided that you also meet all of these conditions:
136 Sections 1 and 2 above provided that you also do one of the following:
173 except as expressly provided under this License. Any attempt
/plugin/timezoneco/
H A DLICENSE80 source code as you receive it, in any medium, provided that you
93 above, provided that you also meet all of these conditions:
136 Sections 1 and 2 above provided that you also do one of the following:
173 except as expressly provided under this License. Any attempt
/plugin/instantpage/
H A DLICENSE80 source code as you receive it, in any medium, provided that you
93 above, provided that you also meet all of these conditions:
136 Sections 1 and 2 above provided that you also do one of the following:
173 except as expressly provided under this License. Any attempt
/plugin/pureldap/
H A DLICENSE80 source code as you receive it, in any medium, provided that you
93 above, provided that you also meet all of these conditions:
136 Sections 1 and 2 above provided that you also do one of the following:
173 except as expressly provided under this License. Any attempt
/plugin/pureldap/vendor/composer/
H A DInstalledVersions.php31 * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
42 * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
47 * Returns a list of all package names which are present, either by being installed, replaced or provided
91 * This also returns true if the package name is provided or replaced by another package
123 $provided = $parser->parseConstraints(self::getVersionRanges($packageName));
125 return $provided->matches($constraint);
154 if (array_key_exists('provided', $installed['versions'][$packageName])) {
155 $ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']);
166 * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
187 * @return string|null If the package is being replaced or provided bu
[all...]
/plugin/commonmark/vendor/composer/
H A DInstalledVersions.php31 * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
42 * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
47 * Returns a list of all package names which are present, either by being installed, replaced or provided
91 * This also returns true if the package name is provided or replaced by another package
123 $provided = $parser->parseConstraints(self::getVersionRanges($packageName));
125 return $provided->matches($constraint);
154 if (array_key_exists('provided', $installed['versions'][$packageName])) {
155 $ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']);
166 * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
187 * @return string|null If the package is being replaced or provided bu
[all...]
/plugin/pagebuttons/
H A DREADME.md49 Built off the work provided here: https://github.com/dregad/dokuwiki-plugin-deletepagebutton
H A DLICENSE80 source code as you receive it, in any medium, provided that you
93 above, provided that you also meet all of these conditions:
136 Sections 1 and 2 above provided that you also do one of the following:
173 except as expressly provided under this License. Any attempt
/plugin/include/
H A DCOPYING81 source code as you receive it, in any medium, provided that you
94 above, provided that you also meet all of these conditions:
138 Sections 1 and 2 above provided that you also do one of the following:
176 except as expressly provided under this License. Any attempt
/plugin/commonmark/vendor/league/commonmark/
H A DLICENSE6 modification, are permitted provided that the following conditions are met:
13 and/or other materials provided with the distribution.
H A DCHANGELOG-0.x.md
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md180 method now provides all of the data formerly provided by `cityIspOrg`, and
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md46 `autoload.php` is provided for you in the project root. To use the

12345678910>>...32