Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 8192 (0.07 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const CLONE_FS ideal-int
    pkg syscall (netbsd-arm64-cgo), const CLONE_PID = 4096
    pkg syscall (netbsd-arm64-cgo), const CLONE_PID ideal-int
    pkg syscall (netbsd-arm64-cgo), const CLONE_PTRACE = 8192
    pkg syscall (netbsd-arm64-cgo), const CLONE_PTRACE ideal-int
    pkg syscall (netbsd-arm64-cgo), const CLONE_SIGHAND = 2048
    pkg syscall (netbsd-arm64-cgo), const CLONE_SIGHAND ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const EV_FLAG0 ideal-int
    pkg syscall (darwin-arm64), const EV_FLAG1 = 8192
    pkg syscall (darwin-arm64), const EV_FLAG1 ideal-int
    pkg syscall (darwin-arm64), const EV_ONESHOT = 16
    pkg syscall (darwin-arm64), const EV_ONESHOT ideal-int
    pkg syscall (darwin-arm64), const EV_OOBAND = 8192
    pkg syscall (darwin-arm64), const EV_OOBAND ideal-int
    pkg syscall (darwin-arm64), const EV_POLL = 4096
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/net/idna/tables13.0.0.go

    	case n < 126:
    		return uint16(idnaValues[n<<6+uint32(b)])
    	default:
    		n -= 126
    		return uint16(idnaSparse.lookup(n, b))
    	}
    }
    
    // idnaValues: 128 blocks, 8192 entries, 16384 bytes
    // The third block is the zero block.
    var idnaValues = [8192]uint16{
    	// Block 0x0, offset 0x0
    	0x00: 0x0080, 0x01: 0x0080, 0x02: 0x0080, 0x03: 0x0080, 0x04: 0x0080, 0x05: 0x0080,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 284.3K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

            <match value="\nReturn-Path:" type="stringignorecase" offset="0:8192"/>
            <match value="\nStatus:" type="string" offset="0:8192"/>
            <match value="\nUser-Agent:" type="string" offset="0:8192"/>
            <match value="\nX-Mailer:" type="string" offset="0:8192"/>
            <match value="\nX-Originating-IP:" type="stringignorecase" offset="0:8192"/>
          </match>
        </magic>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*8181*/ uint16(xArgR16),
    	/*8182*/ uint16(xMatch),
    	/*8183*/ uint16(xSetOp), uint16(SBB),
    	/*8185*/ uint16(xReadSlashR),
    	/*8186*/ uint16(xArgRM32),
    	/*8187*/ uint16(xArgR32),
    	/*8188*/ uint16(xMatch),
    	/*8189*/ uint16(xCondDataSize), 8177, 8183, 8193,
    	/*8193*/ uint16(xSetOp), uint16(SBB),
    	/*8195*/ uint16(xReadSlashR),
    	/*8196*/ uint16(xArgRM64),
    	/*8197*/ uint16(xArgR64),
    	/*8198*/ uint16(xMatch),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  6. docs/en/docs/release-notes.md

    * 🌐 Add Turkish translation for `docs/tr/docs/project-generation.md`. PR [#5192](https://github.com/tiangolo/fastapi/pull/5192) by [@BilalAlpaslan](https://github.com/BilalAlpaslan).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	39,  // 90: v1alpha1.IngressGatewayConfig.secretVolumes:type_name -> v1alpha1.SecretVolume
    	59,  // 91: v1alpha1.IngressGatewayConfig.serviceAnnotations:type_name -> google.protobuf.Struct
    	21,  // 92: v1alpha1.IngressGatewayConfig.zvpn:type_name -> v1alpha1.IngressGatewayZvpnConfig
    	51,  // 93: v1alpha1.IngressGatewayConfig.rollingMaxSurge:type_name -> v1alpha1.IntOrString
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top