Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 272 for facility (0.13 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	{69, "ESRMNT", "srmount error"},
    	{70, "ECOMM", "communication error on send"},
    	{71, "EPROTO", "protocol error"},
    	{72, "ELOCKUNMAPPED", "locked lock was unmapped "},
    	{73, "ENOTACTIVE", "facility is not active"},
    	{74, "EMULTIHOP", "multihop attempted"},
    	{77, "EBADMSG", "not a data message"},
    	{78, "ENAMETOOLONG", "file name too long"},
    	{79, "EOVERFLOW", "value too large for defined data type"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  2. api/go1.4.txt

    pkg testing, func MainStart(func(string, string) (bool, error), []InternalTest, []InternalBenchmark, []InternalExample) *M
    pkg testing, method (*M) Run() int
    pkg testing, type M struct
    
    # CL 108030044 text/scanner: provide facility for custom identifiers, Robert Griesemer <******@****.***>
    pkg text/scanner, type Scanner struct, IsIdentRune func(int32, int) bool
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 12 03:01:01 UTC 2014
    - 34K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/s390x/asmz.go

    	op_STEY    uint32 = 0xED66 // FORMAT_RXY1       STORE (short)
    	op_STFH    uint32 = 0xE3CB // FORMAT_RXY1       STORE HIGH (32)
    	op_STFL    uint32 = 0xB2B1 // FORMAT_S          STORE FACILITY LIST
    	op_STFLE   uint32 = 0xB2B0 // FORMAT_S          STORE FACILITY LIST EXTENDED
    	op_STFPC   uint32 = 0xB29C // FORMAT_S          STORE FPC
    	op_STG     uint32 = 0xE324 // FORMAT_RXY1       STORE (64)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.5.md

    * Make the informer library available for the go client library. ([#32718](https://github.com/kubernetes/kubernetes/pull/32718), [@mikedanese](https://github.com/mikedanese))
    * Added --log-facility flag to enhance dnsmasq logging ([#32422](https://github.com/kubernetes/kubernetes/pull/32422), [@MrHohn](https://github.com/MrHohn))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.4.md

    * Support graceful termination in kube-dns ([#31894](https://github.com/kubernetes/kubernetes/pull/31894), [@MrHohn](https://github.com/MrHohn))
    * Added --log-facility flag to enhance dnsmasq logging ([#32422](https://github.com/kubernetes/kubernetes/pull/32422), [@MrHohn](https://github.com/MrHohn))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  6. platforms/software/platform-base/src/test/groovy/org/gradle/platform/base/internal/FixedBuildAbilityTest.groovy

    class FixedBuildAbilityTest extends Specification {
        def "is buildable" () {
            when:
            def ability = new FixedBuildAbility(true)
    
            then:
            ability.buildable
        }
    
        def "is not buildable" () {
            when:
            def ability = new FixedBuildAbility(false)
    
            then:
            !ability.buildable
        }
    
        def "explains not buildable reason" () {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  7. platforms/software/platform-base/src/test/groovy/org/gradle/platform/base/internal/ToolSearchBuildAbilityTest.groovy

    class ToolSearchBuildAbilityTest extends Specification {
        ToolSearchResult result = Mock(ToolSearchResult)
        ToolSearchBuildAbility ability = new ToolSearchBuildAbility(result)
    
        def "is buildable when tool search is successful" () {
            when:
            result.isAvailable() >> true
    
            then:
            ability.isBuildable()
        }
    
        def "is not buildable when tool search is not successful" () {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  8. platforms/software/signing/src/main/java/org/gradle/plugins/signing/SigningPlugin.java

    import org.gradle.api.Project;
    import org.gradle.api.plugins.BasePlugin;
    
    /**
     * Adds the ability to digitally sign files and artifacts.
     *
     * @see <a href="https://docs.gradle.org/current/userguide/signing_plugin.html">Signing plugin reference</a>
     */
    public abstract class SigningPlugin implements Plugin<Project> {
    
        /**
         * <p>Adds the ability to digitally sign files and artifacts.</p>
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  9. releasenotes/notes/k8s-tls-secret-cacerts.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    issue:
      - 38528
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 06 17:54:29 UTC 2022
    - 167 bytes
    - Viewed (0)
  10. releasenotes/notes/gateway-dual-stack.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 24 20:10:59 UTC 2023
    - 168 bytes
    - Viewed (0)
Back to top