Home
last modified time | relevance | path

Searched refs:installed (Results 1 – 25 of 690) sorted by relevance

12345678910>>...28

/plugin/pureldap/vendor/composer/
H A DInstalledVersions.php19 * This class is copied in every Composer installed project and available to all
21 * See also https://getcomposer.org/doc/07-runtime.md#installed-versions
33 private static $installed;
47 * Returns a list of all package names which are present, either by being installed, replaced or provided
55 foreach (self::getInstalled() as $installed) {
56 $packages[] = array_keys($installed['versions']);
77 foreach (self::getInstalled() as $installed) {
78 foreach ($installed['versions'] as $name => $package) {
89 * Checks whether the given package is installed
99 foreach (self::getInstalled() as $installed) {
27 private static $installed; global() variable in Composer\\InstalledVersions
[all...]
/plugin/commonmark/vendor/composer/
H A DInstalledVersions.php19 * This class is copied in every Composer installed project and available to all
21 * See also https://getcomposer.org/doc/07-runtime.md#installed-versions
33 private static $installed;
47 * Returns a list of all package names which are present, either by being installed, replaced or provided
55 foreach (self::getInstalled() as $installed) {
56 $packages[] = array_keys($installed['versions']);
77 foreach (self::getInstalled() as $installed) {
78 foreach ($installed['versions'] as $name => $package) {
89 * Checks whether the given package is installed
99 foreach (self::getInstalled() as $installed) {
27 private static $installed; global() variable in Composer\\InstalledVersions
[all...]
/plugin/elasticsearch/vendor/composer/
H A DInstalledVersions.php19 * This class is copied in every Composer installed project and available to all
21 * See also https://getcomposer.org/doc/07-runtime.md#installed-versions
33 private static $installed; variable in Composer\\InstalledVersions
47 * Returns a list of all package names which are present, either by being installed, replaced or provided
55 foreach (self::getInstalled() as $installed) {
56 $packages[] = array_keys($installed['versions']);
77 foreach (self::getInstalled() as $installed) {
78 foreach ($installed['versions'] as $name => $package) {
89 * Checks whether the given package is installed
99 foreach (self::getInstalled() as $installed) {
[all...]
/plugin/barcodes/vendor/composer/
H A DInstalledVersions.php33 private static $installed; variable in Composer\\InstalledVersions
250 $installed = self::getInstalled();
252 return $installed[0]['root'];
266 if (null === self::$installed) {
276 return self::$installed;
310 self::$installed = $data;
324 $installed = array();
333 self::$installed = $installed[count($installed) - 1];
339 if (null === self::$installed) {
348 $installed[] = self::$installed;
[all …]
/plugin/oauth/vendor/composer/
H A DInstalledVersions.php19 * This class is copied in every Composer installed project and available to all
21 * See also https://getcomposer.org/doc/07-runtime.md#installed-versions
31 private static $installed; variable in Composer\\InstalledVersions
45 * Returns a list of all package names which are present, either by being installed, replaced or provided
53 foreach (self::getInstalled() as $installed) {
54 $packages[] = array_keys($installed['versions']);
75 foreach (self::getInstalled() as $installed) {
76 foreach ($installed['versions'] as $name => $package) {
87 * Checks whether the given package is installed
97 foreach (self::getInstalled() as $installed) {
[all...]
/plugin/geophp/vendor/composer/
H A DInstalledVersions.php19 * This class is copied in every Composer installed project and available to all
21 * See also https://getcomposer.org/doc/07-runtime.md#installed-versions
33 private static $installed;
47 * Returns a list of all package names which are present, either by being installed, replaced or provided
55 foreach (self::getInstalled() as $installed) {
56 $packages[] = array_keys($installed['versions']);
77 foreach (self::getInstalled() as $installed) {
78 foreach ($installed['versions'] as $name => $package) {
89 * Checks whether the given package is installed
99 foreach (self::getInstalled() as $installed) {
31 private static $installed; global() variable in Composer\\InstalledVersions
[all...]
/plugin/upgrade/vendor/composer/
H A DInstalledVersions.php19 * This class is copied in every Composer installed project and available to all
21 * See also https://getcomposer.org/doc/07-runtime.md#installed-versions
33 private static $installed; variable in Composer\\InstalledVersions
47 * Returns a list of all package names which are present, either by being installed, replaced or provided
55 foreach (self::getInstalled() as $installed) {
56 $packages[] = array_keys($installed['versions']);
77 foreach (self::getInstalled() as $installed) {
78 foreach ($installed['versions'] as $name => $package) {
89 * Checks whether the given package is installed
99 foreach (self::getInstalled() as $installed) {
[all...]
/plugin/dw2pdf/vendor/composer/
H A DInstalledVersions.php19 * This class is copied in every Composer installed project and available to all
21 * See also https://getcomposer.org/doc/07-runtime.md#installed-versions
33 private static $installed; variable in Composer\\InstalledVersions
47 * Returns a list of all package names which are present, either by being installed, replaced or provided
55 foreach (self::getInstalled() as $installed) {
56 $packages[] = array_keys($installed['versions']);
77 foreach (self::getInstalled() as $installed) {
78 foreach ($installed['versions'] as $name => $package) {
89 * Checks whether the given package is installed
99 foreach (self::getInstalled() as $installed) {
[all...]
/plugin/aichat/vendor/composer/
H A DInstalledVersions.php19 * This class is copied in every Composer installed project and available to all
21 * See also https://getcomposer.org/doc/07-runtime.md#installed-versions
33 private static $installed; variable in Composer\\InstalledVersions
47 * Returns a list of all package names which are present, either by being installed, replaced or provided
55 foreach (self::getInstalled() as $installed) {
56 $packages[] = array_keys($installed['versions']);
77 foreach (self::getInstalled() as $installed) {
78 foreach ($installed['versions'] as $name => $package) {
89 * Checks whether the given package is installed
99 foreach (self::getInstalled() as $installed) {
[all...]
/plugin/authgooglesheets/vendor/composer/
H A DInstalledVersions.php25 private static $installed = array ( variable in Composer\\InstalledVersions
237 foreach (self::getInstalled() as $installed) {
259 foreach (self::getInstalled() as $installed) {
300 foreach (self::getInstalled() as $installed) {
394 $installed = self::getInstalled();
396 return $installed[0]['root'];
407 return self::$installed;
430 self::$installed = $data;
443 $installed = array();
456 $installed[] = self::$installed;
[all …]
/plugin/combo/vendor/composer/
H A DInstalledVersions.php27 private static $installed = array ( variable in Composer\\InstalledVersions
187 foreach (self::getInstalled() as $installed) {
188 $packages[] = array_keys($installed['versions']);
208 foreach (self::getInstalled() as $installed) {
209 if (isset($installed['versions'][$packageName])) {
249 foreach (self::getInstalled() as $installed) {
250 if (!isset($installed['versions'][$packageName])) {
255 if (isset($installed['versions'][$packageName]['pretty_version'])) {
256 $ranges[] = $installed['versions'][$packageName]['pretty_version'];
258 if (array_key_exists('aliases', $installed['version
[all...]
/plugin/mdpage/vendor/composer/
H A DInstalledVersions.php24 private static $installed = array ( variable in Composer\\InstalledVersions
75 return array_keys(self::$installed['versions']);
88 return isset(self::$installed['versions'][$packageName]);
123 if (!isset(self::$installed['versions'][$packageName])) {
150 if (!isset(self::$installed['versions'][$packageName])) {
158 return self::$installed['versions'][$packageName]['version'];
167 if (!isset(self::$installed['versions'][$packageName])) {
184 if (!isset(self::$installed['versions'][$packageName])) {
201 return self::$installed['root'];
212 return self::$installed;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dconvert_encoding.rst18 them must be installed. In case both are installed, `mbstring`_ is used by
/plugin/dw2pdf/
H A DREADME8 If you install this plugin manually, make sure it is installed in
17 Notes on updating the mpdf library. The library is installed by composer
20 satisfied in DokuWiki core, they do not need to be installed by the plugin
/plugin/clippy/
H A DREADME3 Copy text to the clipboard. Once this plugin is installed, you can add a pretty Clippy clip.
8 If you install this plugin manually, make sure it is installed in
/plugin/groupmail/
H A Dmanager.dat1 installed=Fri, 24 Jul 2015 17:24:11 +0200
/plugin/schemadata/
H A Dmanager.dat1 installed=Mon, 23 Mar 2020 09:10:39 +0100
/plugin/indobible/
H A Dmanager.dat1 installed=Thu, 19 Jan 2017 10:04:16 +0700
/plugin/dokucrypt/
H A Dmanager.dat1 installed=Mon, 26 Oct 2009 15:51:52 -0400
/plugin/minical/
H A Dmanager.dat1 installed=Thu, 14 Mar 2019 17:08:34 +0100
/plugin/docimporter/
H A Dmanager.dat1 installed=Sat, 16 Nov 2013 18:12:56 +0100
/plugin/googledrawing/
H A Dmanager.dat1 installed=Mon, 28 Feb 2011 20:03:12 +0100
/plugin/dokukiwix/
H A Dmanager.dat1 installed=Sat, 26 May 2007 21:44:18 +0100
/plugin/userpoll/
H A Dmanager.dat1 installed=Tue, 30 Apr 2013 18:40:30 +0200
/plugin/usersubscriptions/
H A Dmanager.dat1 installed=Fri, 23 Jan 2009 22:07:19 +0100

12345678910>>...28