Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 54 for I386 (0.16 sec)

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

    	SYS_RENAMEAT2                    = 382
    	SYS_SECCOMP                      = 383
    	SYS_GETRANDOM                    = 384
    	SYS_MEMFD_CREATE                 = 385
    	SYS_BPF                          = 386
    	SYS_EXECVEAT                     = 387
    	SYS_USERFAULTFD                  = 388
    	SYS_MEMBARRIER                   = 389
    	SYS_MLOCK2                       = 390
    	SYS_COPY_FILE_RANGE              = 391
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  2. test/codegen/memcombine.go

    	_ = b[2]
    	// arm64:`MOVH\sR[0-9]+,\s1\(R[0-9]+\)`,-`MOVB`
    	// 386:`MOVW\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB`
    	// amd64:`MOVW\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB`
    	// ppc64le:`MOVH\s`,-`MOVB`
    	// ppc64:`MOVHBR`,-`MOVB`
    	b[1], b[2] = byte(val), byte(val>>8)
    }
    
    func store_le_byte_2_inv(b []byte, val uint16) {
    	_ = b[2]
    	// 386:`MOVW\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB`
    	// amd64:`MOVW\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 19:45:41 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go

    	SYS_PWRITEV2                = 381
    	SYS_KEXEC_FILE_LOAD         = 382
    	SYS_STATX                   = 383
    	SYS_PKEY_ALLOC              = 384
    	SYS_PKEY_FREE               = 385
    	SYS_PKEY_MPROTECT           = 386
    	SYS_RSEQ                    = 387
    	SYS_IO_PGETEVENTS           = 388
    	SYS_SEMTIMEDOP              = 392
    	SYS_SEMGET                  = 393
    	SYS_SEMCTL                  = 394
    	SYS_SHMGET                  = 395
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go

    	SYS_PWRITEV2                = 381
    	SYS_KEXEC_FILE_LOAD         = 382
    	SYS_STATX                   = 383
    	SYS_PKEY_ALLOC              = 384
    	SYS_PKEY_FREE               = 385
    	SYS_PKEY_MPROTECT           = 386
    	SYS_RSEQ                    = 387
    	SYS_IO_PGETEVENTS           = 388
    	SYS_SEMTIMEDOP              = 392
    	SYS_SEMGET                  = 393
    	SYS_SEMCTL                  = 394
    	SYS_SHMGET                  = 395
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go

    	SYS_KEXEC_FILE_LOAD              = 382
    	SYS_STATX                        = 383
    	SYS_PKEY_ALLOC                   = 384
    	SYS_PKEY_FREE                    = 385
    	SYS_PKEY_MPROTECT                = 386
    	SYS_RSEQ                         = 387
    	SYS_IO_PGETEVENTS                = 388
    	SYS_SEMGET                       = 393
    	SYS_SEMCTL                       = 394
    	SYS_SHMGET                       = 395
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  6. fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformerTest.java

        }
    
        public void test_encodeUrl_valid() {
            String url = "http://TEST.com/hoge/;jsessionid?p=id&test=テスト&u=18718&v=123%3d#test";
            String result = "http://TEST.com/hoge/;jsessionid?p=id&test=%E3%83%86%E3%82%B9%E3%83%88&u=18718&v=123%3d#test";
            assertEquals(result, htmlTransformer.encodeUrl(url, "UTF-8"));
    
            url = ".-*_:/+%=&?#[]@~!$'(),;";
            result = ".-*_:/+%=&?#[]@~!$'(),;";
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  7. platforms/jvm/plugins-application/src/integTest/groovy/org/gradle/api/plugins/ApplicationPluginIntegrationTest.groovy

            when:
            succeeds("run")
    
            then:
            executed(':compileJava', ':processResources', ':classes', ':jar', ':run')
        }
    
        @Issue("https://github.com/gradle/gradle-private/issues/3386")
        @Requires(UnitTestPreconditions.UnixDerivative)
        def "does not execute code in user-set environment variable"() {
            when:
            succeeds('installDist')
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 12 10:33:12 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  8. docs/de/docs/tutorial/security/simple-oauth2.md

        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="82-85"
        {!> ../../../docs_src/security/tutorial003_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="83-86"
        {!> ../../../docs_src/security/tutorial003_an.py!}
        ```
    
    === "Python 3.10+ nicht annotiert"
    
        !!! tip "Tipp"
            Bevorzugen Sie die `Annotated`-Version, falls möglich.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:08:44 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  9. pkg/kubelet/pleg/generic.go

    	// Evented PLEG after the event has been received by the Kubelet.
    	// For more details refer to:
    	// https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/3386-kubelet-evented-pleg#timestamp-of-the-pod-status
    	if utilfeature.DefaultFeatureGate.Enabled(features.EventedPLEG) && isEventedPLEGInUse() && status != nil {
    		timestamp = status.TimeStamp
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/security/simple-oauth2.md

        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="82-85"
        {!> ../../../docs_src/security/tutorial003_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="83-86"
        {!> ../../../docs_src/security/tutorial003_an.py!}
        ```
    
    === "Python 3.10+ non-Annotated"
    
        !!! tip
            Prefer to use the `Annotated` version if possible.
    
        ```Python hl_lines="78-81"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 12.5K bytes
    - Viewed (0)
Back to top