Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 26 for NZ (0.47 sec)

  1. src/crypto/tls/testdata/Client-TLSv12-RenegotiateTwice

    000000e0  2b 7d 66 06 cb a1 78 a7  5a e2 af 4c fc a4 8b 99  |+}f...x.Z..L....|
    000000f0  af 6c 6d 0e 07 7e da 11  5a b7 89 af 3c ce 1e 22  |.lm..~..Z...<.."|
    00000100  1f 7d 97 d5 d4 78 09 c4  e7 fb 33 bf 36 ee 6e 5a  |.}...x....3.6.nZ|
    00000110  af f0 5b 0f 00 eb cc 3d  76 35 41 98 4c 65 81 34  |..[....=v5A.Le.4|
    00000120  74 d9 d7 ba 04 fc c8 c6  c9 ca 4b b0 8e b1 7e 87  |t.........K...~.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  2. src/cmd/internal/objabi/reloctype.go

    	// updating a part of an instruction. This leads to relocation codes that are
    	// inherently processor specific.
    
    	// Arm64.
    
    	// Set a MOV[NZ] immediate field to bits [15:0] of the offset from the thread
    	// local base to the thread local variable defined by the referenced (thread
    	// local) symbol. Error if the offset does not fit into 16 bits.
    	R_ARM64_TLS_LE
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 17:26:07 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  3. cmd/testdata/undeleteable-object.tgz

    ët™Ú)©ÄÌ wœ d”Ö(5êìázyBtí ’aYS±×jX_óÊM[&`®üÊÄécdÝ Ûà<”†¾— ±8”! ¿gVÙ· $0ƒÔ ©ÝW F[£C 7U#!z YñMƒå=y„ @*Ç ¢Ÿ× "êðÍÜ oÏÿâø/ ‰Á ¤Á{è ‘$aÃÕµO{1 ¨Û®5æ7J(hÔ ´JŽ„DŒÏ»_¦›&HÒþƒZ7Èk| § énaÁ™ È,µÕkø ŒV×# ̬U OÔW~ QãËàYwã ó °æ{P s%Ö|o=0{ dC ÉNcù©©u¾¬Ë6ÄÃ;'À Qñ R û¡°ö ­}? ˆMŽš an–¾8Y@€ õñ R ]ì‘Gi ã1ä‘þ†ŠÒ'ð;ƒ±ªìû„WMÐଞ7ùÅò'´B»£Ô4žùóR2”Bð ü ý ½·N¹Iƒ”)¹üÒì®’ òì ÉR5 -P}ŒI SjXÑê¡EDó<¿Œîh [Îó;Ú j 2”Csˆ °”náwÆü ã §§¢ )0Q˜Ý¥kùvÝŠ ± û+„Ã=Á̇ º\ åS•› …:i vU}j‡(@åôHüW+”þ N šuUˆ€„(™uhœ[¦â-f л½¹´:–‘! ˆ;d}{ Oó ô^•õ|Çï•æýÞçì3é‡...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 26 00:31:12 UTC 2024
    - 8.7M bytes
    - Viewed (0)
  4. cluster/gce/gci/configure.sh

      # Get current time.
      local current_time
      current_time="$(date --utc '+%s.%N')"
      # ...formatted as UTC RFC 3339.
      local timestamp
      timestamp="$(date --utc --date="@${current_time}" '+%FT%T.%NZ')"
    
      # Calculate latency.
      local latency='null'
      if [ "${status}" == "${LOG_STATUS_STARTED}" ]; then
        LOG_START_TIMES["${bootstep}"]="${current_time}"
      else
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 04:14:02 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewriteARM64.go

    			return true
    		}
    	case BlockARM64NZ:
    		// match: (NZ (Equal cc) yes no)
    		// result: (EQ cc yes no)
    		for b.Controls[0].Op == OpARM64Equal {
    			v_0 := b.Controls[0]
    			cc := v_0.Args[0]
    			b.resetWithControl(BlockARM64EQ, cc)
    			return true
    		}
    		// match: (NZ (NotEqual cc) yes no)
    		// result: (NE cc yes no)
    		for b.Controls[0].Op == OpARM64NotEqual {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  6. pkg/apis/batch/validation/validation_test.go

    		`Israel`,
    		`Jamaica`,
    		`Japan`,
    		`Kwajalein`,
    		`Libya`,
    		`MET`,
    		`Mexico/BajaNorte`,
    		`Mexico/BajaSur`,
    		`Mexico/General`,
    		`MST`,
    		`MST7MDT`,
    		`Navajo`,
    		`NZ`,
    		`NZ-CHAT`,
    		`Pacific/Apia`,
    		`Pacific/Auckland`,
    		`Pacific/Bougainville`,
    		`Pacific/Chatham`,
    		`Pacific/Chuuk`,
    		`Pacific/Easter`,
    		`Pacific/Efate`,
    		`Pacific/Enderbury`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/base/CharMatcher.java

       *       M7++++N+M77777777N
       *        N77O777777777777$                              M
       *          DNNM$$$$777777N                              D
       *         N$N:=N$777N7777M                             NZ
       *        77Z::::N777777777                          ODZZZ
       *       77N::::::N77777777M                         NNZZZ$
       *     $777:::::::77777777MN                        ZM8ZZZZZ
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/serviceregistry_test.go

    				return p
    			}(),
    			node: func() *v1.Node {
    				p := baseNode.DeepCopy()
    				p.Labels[kubecontroller.NodeRegionLabelGA] = "nr"
    				p.Labels[kubecontroller.NodeZoneLabelGA] = "nz"
    				p.Labels[label.TopologySubzone.Name] = "ns"
    				return p
    			}(),
    			expected: &core.Locality{
    				Region:  "r",
    				Zone:    "z",
    				SubZone: "s",
    			},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  9. guava/src/com/google/common/base/CharMatcher.java

       *       M7++++N+M77777777N
       *        N77O777777777777$                              M
       *          DNNM$$$$777777N                              D
       *         N$N:=N$777N7777M                             NZ
       *        77Z::::N777777777                          ODZZZ
       *       77N::::::N77777777M                         NNZZZ$
       *     $777:::::::77777777MN                        ZM8ZZZZZ
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  10. cmd/kubelet/app/server.go

    		tp, err = newTracerProvider(s)
    		if err != nil {
    			return nil, err
    		}
    	}
    	return &kubelet.Dependencies{
    		Auth:                nil, // default does not enforce auth[nz]
    		CAdvisorInterface:   nil, // cadvisor.New launches background processes (bg http.ListenAndServe, and some bg cleaners), not set here
    		Cloud:               nil, // cloud provider might start background processes
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
Back to top