Lines Matching defs:string
37 func Reformat(input string) (string, error) {
288 func parse(name string, r io.Reader) (*parser.File, error) {
529 func getStringProperty(prop *parser.Property, fieldName string) string {
545 func indicateAttributeError(mod *parser.Module, attributeName string, format string, a ...interface…
910 func convertToSingleSource(mod *parser.Module, srcPropertyName string) {
1110 GetProperty(string) (*parser.Property, bool) argument
1111 RemoveProperty(string) bool argument
1114 func removeNestedProperty(mod *parser.Module, patchList *parser.PatchList, propName string) error {
1162 func removeObsoleteProperty(propName string) patchListModFunction {
1279 …perties(mod *parser.Module, patchList *parser.PatchList, canonicalName string, legacyName string) …
1307 func hasNonEmptyLiteralListProperty(mod *parser.Module, name string) bool {
1312 func hasNonEmptyLiteralStringProperty(mod *parser.Module, name string) bool {
1317 func getLiteralListProperty(mod *parser.Module, name string) (list *parser.List, found bool) {
1326 func getLiteralListPropertyValue(mod *parser.Module, name string) (list []string, found bool) {
1342 func getLiteralStringProperty(mod *parser.Module, name string) (s *parser.String, found bool) {
1351 func getLiteralStringPropertyValue(mod *parser.Module, name string) (s string, found bool) {
1360 func getLiteralBoolProperty(mod *parser.Module, name string) (b *parser.Bool, found bool) {
1369 func getLiteralBoolPropertyValue(mod *parser.Module, name string) (s bool, found bool) {
1378 func propertyIndex(props []*parser.Property, propertyName string) int {
1387 func renameProperty(mod *parser.Module, from, to string) {
1395 func removeProperty(mod *parser.Module, propertyName string) {
1405 func inList(s string, list []string) bool {
1414 func formatFlagProperty(mod *parser.Module, field string, buf []byte, patchlist *parser.PatchList) …
1480 func rewriteLicenseProperty(fs pathtools.FileSystem, relativePath string) patchListModFunction {
1489 relativePath string) error {
1606 func mergeLiteralListPropertyValue(mod *parser.Module, property string) (s string, err error) {
1619 func hasValueStartWithTwoDotsLiteralList(mod *parser.Module, property string) bool {
1671 func hasFile(path string, fs pathtools.FileSystem) bool {
1677 func getDirFromProperty(mod *parser.Module, property string, fs pathtools.FileSystem, relativePath …
1710 func getPathFromProperty(mod *parser.Module, property string, fs pathtools.FileSystem, relativePath…
1723 func getModuleName(path string, moduleType string, fs pathtools.FileSystem) (string, error) {
1746 func parserPath(path string, fs pathtools.FileSystem) (tree *parser.File, err error) {
1761 func removeIncorrectProperties(propName string) patchListModFunction {
1814 func hasProperty(mod *parser.Module, propName string) bool {