Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 234 for systemz (0.65 sec)

  1. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/SystemProperties.java

        /**
         * Provides safe access to the system properties, preventing concurrent calls to change system properties.
         *
         * This can be used to wrap 3rd party APIs that iterate over the system properties, so they won't result in {@link java.util.ConcurrentModificationException}s.
         *
         * This method can be used to override system properties temporarily.  The original values of the given system properties are restored before returning.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. doc/next/7-ports.md

    <!-- go.dev/issue/67001 -->
    Go 1.23 is the last release that requires Linux kernel version 2.6.32 or later. Go 1.24 will require Linux kernel version 3.17 or later, with an exception that systems running 3.10 or later will continue to be supported if the kernel has been patched to support the getrandom system call.
    
    ### OpenBSD {#openbsd}
    
    <!-- go.dev/issue/55999, CL 518629, CL 518630 -->
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:18:52 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. src/cmd/go/internal/help/helpdoc.go

    To declare the code location, an import path of the form
    
    	repository.vcs/path
    
    specifies the given repository, with or without the .vcs suffix,
    using the named version control system, and then the path inside
    that repository. The supported version control systems are:
    
    	Bazaar      .bzr
    	Fossil      .fossil
    	Git         .git
    	Mercurial   .hg
    	Subversion  .svn
    
    For example,
    
    	import "example.org/user/foo.hg"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  4. pom.xml

    		<packaging.fess.group>fess</packaging.fess.group>
    		<packaging.fess.pid.dir>/var/run/fess</packaging.fess.pid.dir>
    		<packaging.fess.systemd.dir>/usr/lib/systemd/system</packaging.fess.systemd.dir>
    		<packaging.fess.systemd.sysctl.dir>/usr/lib/sysctl.d</packaging.fess.systemd.sysctl.dir>
    		<packaging.fess.tmpfilesd.dir>/usr/lib/tmpfiles.d</packaging.fess.tmpfilesd.dir>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:49:02 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  5. src/cmd/cgo/doc.go

    #includes and processing the corresponding C code. That would require
    a full C parser and type checker that was also aware of any extensions
    known to the system compiler (for example, all the GNU C extensions) as
    well as the system-specific header locations and system-specific
    pre-#defined macros. This is certainly possible to do, but it is an
    enormous amount of work.
    
    Cgo takes a different approach. It determines the meaning of C
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 17:12:16 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheStandardStreamsIntegrationTest.groovy

            "javaExec" | "standardOutput" | "System.out" | "System.out"
            "javaExec" | "standardOutput" | "System.out" | "System.err"
            "javaExec" | "errorOutput"    | "System.err" | "System.out"
            "javaExec" | "errorOutput"    | "System.err" | "System.err"
        }
    
        def "#task task can redirect System_in into standardInput"() {
            setUpProject(
                makeTask(standardInput: "System.in", task)
            )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/undeclared/UndeclaredBuildInputsIntegrationTest.groovy

            where:
            systemPropsCleaner                       | _
            'System.properties.clear()'              | _
            'System.properties.keySet().clear()'     | _
            'System.properties.entrySet().clear()'   | _
            'System.setProperties(new Properties())' | _
        }
    
        def "system property removed after update at the configuration phase is removed when running from cache"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 36K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheGradlePropertiesIntegrationTest.groovy

            fixture.setup()
    
            when:
            System.clearProperty(systemProp)
            configurationCacheRun fixture.task
    
            System.clearProperty(systemProp)
            configurationCacheRun fixture.task
    
            then:
            configurationCache.assertStateLoaded()
    
            when:
            System.clearProperty(systemProp)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/undeclared/SystemPropertyRead.groovy

                String getJavaExpression() {
                    return "(String)System.getProperties().get(\"$name\")"
                }
    
                @Override
                String getGroovyExpression() {
                    return "System.properties[\"$name\"]"
                }
    
                @Override
                String getKotlinExpression() {
                    return "System.getProperties()[\"$name\"]"
                }
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  10. platforms/core-configuration/stdlib-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/stdlib/StreamCodecs.kt

            if (readEnum<StreamReference>() == StreamReference.IN) {
                return System.`in`
            }
            logUnsupported("deserialize", InputStream::class, appendix = supportedStreamsInfo())
            return null
        }
    
        private
        fun supportedStreamsInfo(): StructuredMessageBuilder = {
            text(" Only ")
            reference("System.in")
            text(" can be used there.")
        }
    }
    
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 20:43:52 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top