Home
last modified time | relevance | path

Searched refs:getMissingDependencies (Results 1 – 15 of 15) sorted by relevance

/dports/www/owncloud/owncloud/apps/market/lib/Controller/
H A DLocalAppsController.php55 $missing = $this->getMissingDependencies($app);
65 private function getMissingDependencies($appInfo) { function in OCA\\Market\\Controller\\LocalAppsController
H A DMarketController.php267 $missing = $this->marketService->getMissingDependencies($release);
/dports/www/matomo/piwik/core/
H A DPlugin.php417 $requirements = $this->getMissingDependencies($piwikVersion);
422 public function getMissingDependencies($piwikVersion = null) function in Piwik\\Plugin
429 return $dependency->getMissingDependencies($this->pluginInformation['require']);
449 … $missingDependencies = $dependency->getMissingDependencies($this->pluginInformation['require']);
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Config/
H A DConfigInstaller.php547 …if ($missing = $this->getMissingDependencies($config_name, $config, $enabled_extensions, $all_conf…
579 $missing = $this->getMissingDependencies($config_name, $data, $enabled_extensions, $all_config);
598 …protected function getMissingDependencies($config_name, array $data, array $enabled_extensions, ar… function in Drupal\\Core\\Config\\ConfigInstaller
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Config/
H A DConfigInstaller.php549 …if ($missing = $this->getMissingDependencies($config_name, $config, $enabled_extensions, $all_conf…
581 $missing = $this->getMissingDependencies($config_name, $data, $enabled_extensions, $all_config);
600 …protected function getMissingDependencies($config_name, array $data, array $enabled_extensions, ar… function in Drupal\\Core\\Config\\ConfigInstaller
/dports/www/matomo/piwik/core/Plugin/
H A DDependency.php36 public function getMissingDependencies($requires) function in Piwik\\Plugin\\Dependency
H A DManager.php1075 $requirements = $newPlugin->getMissingDependencies();
/dports/www/matomo/piwik/plugins/Marketplace/
H A DPlugins.php343 $plugin['missingRequirements'] = $dependency->getMissingDependencies($requires);
/dports/www/matomo/piwik/plugins/CorePluginsAdmin/
H A DPluginInstaller.php202 $missingDependencies = $dependency->getMissingDependencies($requires);
/dports/www/owncloud/owncloud/apps/market/lib/
H A DMarketService.php354 public function getMissingDependencies($appInfo) { function in OCA\\Market\\MarketService
/dports/www/dokuwiki/dokuwiki-2020-07-29/lib/plugins/extension/helper/
H A Dlist.php365 $missing_dependencies = $extension->getMissingDependencies();
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/h5p/h5p-core/
H A Dh5p.classes.php1030 …$missing = array_merge($missing, $this->getMissingDependencies($library['preloadedDependencies'], …
1033 …$missing = array_merge($missing, $this->getMissingDependencies($library['dynamicDependencies'], $l…
1036 …$missing = array_merge($missing, $this->getMissingDependencies($library['editorDependencies'], $li…
1054 private function getMissingDependencies($dependencies, $libraries) { function in H5PValidator
/dports/www/moodle310/moodle/h5p/h5plib/v124/joubel/core/
H A Dh5p.classes.php1185 …$missing = array_merge($missing, $this->getMissingDependencies($library['preloadedDependencies'], …
1188 …$missing = array_merge($missing, $this->getMissingDependencies($library['dynamicDependencies'], $l…
1191 …$missing = array_merge($missing, $this->getMissingDependencies($library['editorDependencies'], $li…
1209 private function getMissingDependencies($dependencies, $libraries) { function in Moodle\\H5PValidator
/dports/www/moodle311/moodle/h5p/h5plib/v124/joubel/core/
H A Dh5p.classes.php1185 …$missing = array_merge($missing, $this->getMissingDependencies($library['preloadedDependencies'], …
1188 …$missing = array_merge($missing, $this->getMissingDependencies($library['dynamicDependencies'], $l…
1191 …$missing = array_merge($missing, $this->getMissingDependencies($library['editorDependencies'], $li…
1209 private function getMissingDependencies($dependencies, $libraries) { function in Moodle\\H5PValidator
/dports/www/moodle39/moodle/h5p/h5plib/v124/joubel/core/
H A Dh5p.classes.php1180 …$missing = array_merge($missing, $this->getMissingDependencies($library['preloadedDependencies'], …
1183 …$missing = array_merge($missing, $this->getMissingDependencies($library['dynamicDependencies'], $l…
1186 …$missing = array_merge($missing, $this->getMissingDependencies($library['editorDependencies'], $li…
1204 private function getMissingDependencies($dependencies, $libraries) { function in H5PValidator