returnparsed,previousErr// <- Keep the previous error as this function should still return an error once everything has been checked if any call failed
returnparsed,previousErr// <- Keep the previous error as this function should still return an error once everything has been checked if any call failed
}
}
funcparseUIntParam(value,param,algorithmName,configstring,previousErrerror)(uint64,error){//nolint:unparam // algorithmName is always argon2
log.Error("invalid integer for %s representation in %s hash spec %s",param,algorithmName,config)
log.Error("invalid integer for %s representation in %s hash spec %s",param,algorithmName,config)
return0,err
return0,err
}
}
returnparsed,previousErr// <- Keep the previous error as this function should still return an error once everything has been checked if any call failed
returnT(parsed),previousErr// <- Keep the previous error as this function should still return an error once everything has been checked if any call failed
$context=(typeofsettings.context==='string')?$(document).find(settings.context):$(settings.context),// GITEA-PATCH: use "jQuery.find(selector)" instead of "jQuery(selector)"
$context=(typeofsettings.context==='string')?$(document).find(settings.context):$(settings.context),// GITEA-PATCH: use "jQuery.find(selector)" instead of "jQuery(selector)"