Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for cafebabe (0.14 sec)

  1. guava/src/com/google/common/collect/ImmutableSortedSet.java

      public static <Z> ImmutableSortedSet<Z> copyOf(Z[] elements) {
        throw new UnsupportedOperationException();
      }
    
      private static final long serialVersionUID = 0xcafebabe;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 08 03:01:02 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  2. src/go/scanner/scanner_test.go

    	{token.IDENT, "ŝfoo", literal}, // was bug (issue 4000)
    	{token.INT, "0", literal},
    	{token.INT, "1", literal},
    	{token.INT, "123456789012345678890", literal},
    	{token.INT, "01234567", literal},
    	{token.INT, "0xcafebabe", literal},
    	{token.FLOAT, "0.", literal},
    	{token.FLOAT, ".0", literal},
    	{token.FLOAT, "3.14159265", literal},
    	{token.FLOAT, "1e0", literal},
    	{token.FLOAT, "1e+100", literal},
    	{token.FLOAT, "1e-100", literal},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 28 15:38:31 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/ImmutableMap.java

      private void readObject(ObjectInputStream stream) throws InvalidObjectException {
        throw new InvalidObjectException("Use SerializedForm");
      }
    
      private static final long serialVersionUID = 0xcafebabe;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 30 14:39:16 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  4. src/runtime/asm_arm.s

    DATA _rt0_arm_lib_argv<>(SB)/4,$0
    GLOBL _rt0_arm_lib_argv<>(SB),NOPTR,$4
    
    // using NOFRAME means do not save LR on stack.
    // argc is in R0, argv is in R1.
    TEXT runtime·rt0_go(SB),NOSPLIT|NOFRAME|TOPFRAME,$0
    	MOVW	$0xcafebabe, R12
    
    	// copy arguments forward on an even stack
    	// use R13 instead of SP to avoid linker rewriting the offsets
    	SUB	$64, R13		// plenty of scratch
    	AND	$~7, R13
    	MOVW	R0, 60(R13)		// save argc, argv away
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 23 21:00:52 UTC 2024
    - 32.1K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <alias type="application/x-java"/>
        <magic priority="40">
          <match value="0xcafebabe" type="string" offset="0" />
        </magic>
        <glob pattern="*.class"/>
      </mime-type>
    
      <mime-type type="application/x-java-jnilib">
        <_comment>Java Native Library for OSX</_comment>
        <magic priority="50">
          <match value="0xcafebabe" type="string" offset="0">
            <match value="0xfeedface" type="string" offset="4096"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top