Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for format (0.07 sec)

  1. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/jos/JavaObjectSerializationCodec.kt

                lookup.encodingFor(serializableType)
            }
    
        override suspend fun ReadContext.decode(): Any =
            decodePreservingIdentity { id ->
                when (readEnum<Format>()) {
                    Format.WriteObject -> {
                        withImmediateMode {
                            decodingBeanWithId(id) { bean, beanType, beanStateReader ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 23:09:56 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/accessors/GenerateVersionCatalogAccessors.kt

        sourceFile: File,
        versionCatalogs: List<VersionCatalogAccessor>,
        format: AccessorFormat = AccessorFormats.default,
        header: String = fileHeader,
    ) = io {
        sourceFile.bufferedWriter().useToRun {
            appendReproducibleNewLine(header)
            appendSourceCodeForVersionCatalogAccessors(versionCatalogs, format)
        }
    }
    
    
    private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:28 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/accessors/GeneratePluginSpecBuilderAccessors.kt

        sourceFile: File,
        accessors: List<PluginDependencySpecAccessor>,
        format: AccessorFormat = AccessorFormats.default,
        header: String = fileHeader
    ) = io {
        sourceFile.bufferedWriter().useToRun {
            appendReproducibleNewLine(header)
            appendSourceCodeForPluginDependencySpecAccessors(accessors, format)
        }
    }
    
    
    private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:28 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl-provider-plugins/src/main/kotlin/org/gradle/kotlin/dsl/provider/plugins/precompiled/DefaultPrecompiledScriptPluginsSupport.kt

        if (scriptPlugin.id == DefaultPluginManager.CORE_PLUGIN_NAMESPACE || scriptPlugin.id.startsWith(DefaultPluginManager.CORE_PLUGIN_PREFIX)) {
            throw PrecompiledScriptException(
                String.format(
                    "The precompiled plugin (%s) cannot start with '%s' or be in the '%s' package.", this.relativePath(scriptPlugin.scriptFile),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 10:44:10 UTC 2024
    - 21K bytes
    - Viewed (0)
  5. maven-model-builder/src/site/apt/index.apt

    *----+------+------+
    | <<<build.timestamp>>>\
    <<<maven.build.timestamp>>> | the UTC timestamp of build start, in <<<yyyy-MM-dd'T'HH:mm:ss'Z'>>> default format, which can be overridden with <<<maven.build.timestamp.format>>> POM property | <<<$\{maven.build.timestamp\}>>> |
    *----+------+------+
    | <<<*>>> | user properties, set from CLI with <<<-Dproperty=value>>> | <<<$\{skipTests\}>>> |
    *----+------+------+
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 20 10:58:12 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  6. build-logic/performance-testing/src/main/kotlin/gradlebuild/performance/PerformanceTestPlugin.kt

    import org.gradle.process.CommandLineArgumentProvider
    import org.w3c.dom.Document
    import java.io.File
    import java.nio.charset.StandardCharsets
    import java.time.Instant.now
    import java.time.ZoneId.systemDefault
    import java.time.format.DateTimeFormatter.ofPattern
    import java.util.concurrent.Callable
    import javax.xml.parsers.DocumentBuilderFactory
    
    
    object Config {
        const val performanceTestReportsDir = "performance-tests/report"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 06:42:07 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  7. src/mdo/writer-stax.vm

      #else
                serializer.writeStartElement(namespace, tagName);
      #end
      #foreach ( $field in $allFields )
        #if ( $Helper.xmlFieldMetadata( $field ).attribute && ! $Helper.xmlFieldMetadata( $field ).format )
          #set ( $fieldTagName = $Helper.xmlFieldMetadata( $field ).tagName )
          #set ( $fieldCapName = $Helper.capitalise( $field.name ) )
          #if ( $field.type == "String" )
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 05 08:11:33 UTC 2023
    - 20.2K bytes
    - Viewed (0)
  8. src/mdo/reader-stax.vm

            ${classLcapName}.${field.name}(${field.name});
        #end
      #end
      #foreach ( $field in $allFields )
        #if ( $Helper.xmlFieldMetadata( $field ).format )
            ${classLcapName}.${field.name}($Helper.xmlFieldMetadata( $field ).format);
        #end
      #end
      #if ( $class == $root )
            ${classLcapName}.namespaceUri(parser.getNamespaceURI());
            ${classLcapName}.modelEncoding(parser.getEncoding());
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  9. LICENSE

          exercising permissions granted by this License.
    
          "Source" form shall mean the preferred form for making modifications,
          including but not limited to software source code, documentation
          source, and configuration files.
    
          "Object" form shall mean any form resulting from mechanical
          transformation or translation of a Source form, including but
          not limited to compiled object code, generated documentation,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 22 18:59:39 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  10. analysis/analysis-api-standalone/analysis-api-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/project/structure/StandaloneProjectFactory.kt

            }
        }
    
        private fun adjustModulePath(pathString: String): String {
            return if (pathString.contains(JAR_SEPARATOR)) {
                // URLs loaded from JDK point to module names in a JRT protocol format,
                // e.g., "jrt:///path/to/jdk/home!/java.base" (JRT protocol prefix + JDK home path + JAR separator + module name)
                // After protocol erasure, we will see "/path/to/jdk/home!/java.base" as a binary root.
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 22:09:27 UTC 2024
    - 22.4K bytes
    - Viewed (0)
Back to top