Home
last modified time | relevance | path

Searched refs:executeRepairSteps (Results 1 – 5 of 5) sorted by relevance

/dports/www/nextcloud/nextcloud/lib/private/
H A DInstaller.php149 OC_App::executeRepairSteps($appId, $info['repair-steps']['pre-migration']);
157 OC_App::executeRepairSteps($appId, $info['repair-steps']['post-migration']);
165 OC_App::executeRepairSteps($appId, $info['repair-steps']['install']);
612 OC_App::executeRepairSteps($app, $info['repair-steps']['install']);
/dports/www/owncloud/owncloud/lib/private/legacy/
H A Dapp.php449 OC_App::executeRepairSteps($app, $appData['repair-steps']['uninstall']);
978 self::executeRepairSteps($appId, $appData['repair-steps']['pre-migration']);
987 self::executeRepairSteps($appId, $appData['repair-steps']['post-migration']);
1016 public static function executeRepairSteps($appId, array $steps) { function in OC_App
/dports/www/owncloud/owncloud/lib/private/
H A DInstaller.php156 OC_App::executeRepairSteps($appId, $appData['repair-steps']['install']);
547 OC_App::executeRepairSteps($app, $info['repair-steps']['install']);
/dports/www/nextcloud/nextcloud/lib/private/legacy/
H A DOC_App.php1008 self::executeRepairSteps($appId, $appData['repair-steps']['pre-migration']);
1013 self::executeRepairSteps($appId, $appData['repair-steps']['post-migration']);
1051 public static function executeRepairSteps(string $appId, array $steps) { function in OC_App
/dports/www/nextcloud/nextcloud/lib/private/App/
H A DAppManager.php407 \OC_App::executeRepairSteps($appId, $appData['repair-steps']['uninstall']);