Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 160 for uoml (0.03 sec)

  1. subprojects/core/src/test/resources/org/gradle/api/internal/catalog/parser/unexpected-alias-key-3.toml

    Louis Jacomet <******@****.***> 1672066652 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 08 17:10:32 UTC 2024
    - 106 bytes
    - Viewed (0)
  2. subprojects/core/src/test/resources/org/gradle/api/internal/catalog/parser/unexpected-version-key-2.toml

    Cedric Champeau <******@****.***> 1616161838 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 19 13:50:38 UTC 2021
    - 96 bytes
    - Viewed (0)
  3. subprojects/core/src/test/resources/org/gradle/api/internal/catalog/parser/unexpected-alias-key-1.toml

    Cedric Champeau <******@****.***> 1616161838 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 19 13:50:38 UTC 2021
    - 88 bytes
    - Viewed (0)
  4. subprojects/core/src/test/resources/org/gradle/api/internal/catalog/parser/unexpected-version-key-1.toml

    Cedric Champeau <******@****.***> 1616161838 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 19 13:50:38 UTC 2021
    - 128 bytes
    - Viewed (0)
  5. licenses/github.com/BurntSushi/toml/cmd/toml-test-encoder/COPYING

    The MIT License (MIT)
    
    Copyright (c) 2013 TOML authors
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 28 19:33:59 UTC 2019
    - 1.1K bytes
    - Viewed (0)
  6. licenses/github.com/pelletier/go-toml/v2/LICENSE

    The MIT License (MIT)
    
    go-toml v2
    Copyright (c) 2021 - 2023 Thomas Pelletier
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 19 21:20:09 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/samples/readme-templates/common-body.adoc.template

    BUILD SUCCESSFUL
    2 actionable tasks: 2 executed
    ----
    
    The `init` task generates the new project with the following structure:
    
    [source.multi-language-sample,kotlin]
    ----
    ├── gradle // <1>
    │   ├── libs.versions.toml // <2>
    │   └── wrapper
    │       ├── gradle-wrapper.jar
    │       └── gradle-wrapper.properties
    ├── gradlew // <3>
    ├── gradlew.bat // <3>
    ├── settings.gradle.kts // <4>
    └── ${subprojectName.raw}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  8. licenses/github.com/BurntSushi/toml/cmd/tomlv/COPYING

    The MIT License (MIT)
    
    Copyright (c) 2013 TOML authors
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 28 19:33:59 UTC 2019
    - 1.1K bytes
    - Viewed (0)
  9. hack/tools/go.mod

    	github.com/nishanths/predeclared v0.2.2 // indirect
    	github.com/nunnatsa/ginkgolinter v0.15.2 // indirect
    	github.com/olekukonko/tablewriter v0.0.5 // indirect
    	github.com/pelletier/go-toml v1.9.5 // indirect
    	github.com/pelletier/go-toml/v2 v2.0.5 // indirect
    	github.com/pkg/errors v0.9.1 // indirect
    	github.com/pmezard/go-difflib v1.0.0 // indirect
    	github.com/polyfloyd/go-errorlint v1.4.8 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  10. subprojects/core/src/testFixtures/groovy/org/gradle/api/internal/catalog/problems/VersionCatalogErrorMessages.groovy

        Reason: ${errors.join('\n    ')}.
    
        Possible solution: Fix the TOML file according to the syntax described at https://toml.io.
    
        ${documentation}"""
            }
        }
    
        static class NameClash extends InCatalog<NameClash> {
            private List<String> aliases = []
            private String getterName
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 09 14:11:31 UTC 2023
    - 17.8K bytes
    - Viewed (0)
Back to top