Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 121 - 126 of 126 for 0x7f (0.05 seconds)

  1. src/main/java/jcifs/smb1/dcerpc/msrpc/lsarpc.java

        }
    
        /**
         * LSA lookup SIDs message.
         */
        public static class LsarLookupSids extends DcerpcMessage {
    
            @Override
            public int getOpnum() {
                return 0x0f;
            }
    
            /** Return value from the RPC call. */
            public int retval;
            /** Policy handle for the LSA operation. */
            public rpc.policy_handle handle;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 42.5K bytes
    - Click Count (0)
  2. src/test/java/jcifs/dcerpc/msrpc/lsarpcTest.java

            assertEquals(mockDomains, lookupSids.domains);
            assertEquals(mockNames, lookupSids.names);
            assertEquals(1, lookupSids.level);
            assertEquals(10, lookupSids.count);
            assertEquals(0x0f, lookupSids.getOpnum());
        }
    
        @Test
        void testLsarLookupSidsEncodeIn() throws NdrException {
            rpc.policy_handle mockHandle = mock(rpc.policy_handle.class);
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 60.8K bytes
    - Click Count (0)
  3. android/guava/src/com/google/common/collect/MapMakerInternalMap.java

       * of reads and delaying a lock acquisition until the threshold is crossed or a mutation occurs.
       *
       * <p>This must be a (2^n)-1 as it is used as a mask.
       */
      static final int DRAIN_THRESHOLD = 0x3F;
    
      /**
       * Maximum number of entries to be drained in a single cleanup run. This applies independently to
       * the cleanup queue and both reference queues.
       */
      // TODO(fry): empirically optimize this
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 89.9K bytes
    - Click Count (0)
  4. android/guava/src/com/google/common/cache/LocalCache.java

       * of reads and delaying a lock acquisition until the threshold is crossed or a mutation occurs.
       *
       * <p>This must be a (2^n)-1 as it is used as a mask.
       */
      static final int DRAIN_THRESHOLD = 0x3F;
    
      /**
       * Maximum number of entries to be drained in a single cleanup run. This applies independently to
       * the cleanup queue and both reference queues.
       */
      // TODO(fry): empirically optimize this
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 143.5K bytes
    - Click Count (0)
  5. guava/src/com/google/common/cache/LocalCache.java

       * of reads and delaying a lock acquisition until the threshold is crossed or a mutation occurs.
       *
       * <p>This must be a (2^n)-1 as it is used as a mask.
       */
      static final int DRAIN_THRESHOLD = 0x3F;
    
      /**
       * Maximum number of entries to be drained in a single cleanup run. This applies independently to
       * the cleanup queue and both reference queues.
       */
      // TODO(fry): empirically optimize this
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 148.9K bytes
    - Click Count (0)
  6. src/main/webapp/css/admin/adminlte.min.css.map

    E,iBAAA,QACA,MAAA,KAFF,+EAOQ,MAAA,kBAPR,sEAOQ,MAAA,kBAPR,0EAOQ,MAAA,kBAPR,2EAOQ,MAAA,kBAPR,iEAOQ,MAAA,kBAPR,oD7Fo0eF,oF6FzzeU,iBAAA,QACA,aAAA,QACA,MAAA,kBAbR,qFAkBU,MAAA,QAlBV,4EAkBU,MAAA,QAlBV,gFAkBU,MAAA,QAlBV,iFAkBU,MAAA,QAlBV,uEAkBU,MAAA,QAlBV,0D7F+1eF,0F6Fz0eY,iBAAA,QACA,aAAA,kBACA,MAAA,QAxBV,8EAgCQ,MAAA,qBAhCR,qEAgCQ,MAAA,qBAhCR,yEAgCQ,MAAA,qBAhCR,0EAgCQ,MAAA,qBAhCR,gEAgCQ,MAAA,qBAhCR,mD7F03eF,mF6Ft1eU,iBAAA,QACA,aAAA,QACA,MAAA,qBAtCR,oFA2CU,MAAA,KA3CV,2EA2CU,MAAA,KA3CV,+EA2CU,MAAA,KA3CV,g...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 3.7M bytes
    - Click Count (3)
Back to Top