Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 155 of 155 for 0xfffa (0.16 sec)

  1. doc/go_spec.html

    and the second value, of type <code>rune</code>, will be the value of
    the corresponding code point. If the iteration encounters an invalid
    UTF-8 sequence, the second value will be <code>0xFFFD</code>,
    the Unicode replacement character, and the next iteration will advance
    a single byte in the string.
    </li>
    
    <li>
    The iteration order over maps is not specified
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    and the second value, of type <code>rune</code>, will be the value of
    the corresponding code point.  If the iteration encounters an invalid
    UTF-8 sequence, the second value will be <code>0xFFFD</code>,
    the Unicode replacement character, and the next iteration will advance
    a single byte in the string.
    </li>
    
    <li>
    The iteration order over maps is not specified
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  3. src/cmd/cgo/gcc.go

    						// uses the upper byte of a
    						// memory address as a hardware
    						// tag. Remove it so that
    						// we can find the associated
    						// data.
    						removeTag = func(v uint64) uint64 { return v &^ (0xff << (64 - 8)) }
    						break
    					}
    				}
    			}
    
    			for i := range symtab {
    				s := &symtab[i]
    				switch {
    				case isDebugInts(s.Name):
    					// Found it. Now find data section.
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 18 15:07:34 UTC 2024
    - 97.1K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0FD9..0FDA    ; valid                  ;      ; NV8    # 6.0  TIBETAN MARK LEADING MCHAN RTAGS..TIBETAN MARK TRAILING MCHAN RTAGS
    0FDB..0FFF    ; disallowed                             # NA   <reserved-0FDB>..<reserved-0FFF>
    1000..1021    ; valid                                  # 3.0  MYANMAR LETTER KA..MYANMAR LETTER A
    1022          ; valid                                  # 5.1  MYANMAR LETTER SHAN A
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  5. src/main/webapp/css/admin/adminlte.min.css.map

    ADA,mD4BrhHM,YAAA,K5BmiHN,sEADA,kC4BtjHA,iCA4BI,QAAA,EA5BJ,mDAiCI,QAAA,E5B+hHJ,8C4BhkHA,6CpB0CI,uBAAA,EACA,0BAAA,EoB3CJ,0BA4CI,QAAA,YAAA,QAAA,KACA,eAAA,OAAA,YAAA,OA7CJ,8D5B6kHA,qEQjjHI,wBAAA,EACA,2BAAA,EoB7BJ,+DpB0CI,uBAAA,EACA,0BAAA,ER8iHJ,mFACA,0FAFA,kE4BxlHA,iEpB4BI,wBAAA,EACA,2BAAA,ERokHJ,gFACA,uFAFA,+D4BhmHA,8DpB4BI,wBAAA,EACA,2BAAA,ER2kHJ,oB4B1hHA,qBAEE,QAAA,YAAA,QAAA,K5B8hHF,yB4BhiHA,0BAQI,SAAA,SACA,QAAA,E5B6hHJ,+B4BtiHA,gCAYM,QAAA,E5BkiHN,8BACA,2CAEA,2CADA,wD4BhjHA,+B5B2iHA,4CAEA,4CADA,y...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
Back to top