Search Options

Results per page
Sort
Preferred Languages
Advance

Results 991 - 1000 of 1,538 for saml (0.03 sec)

  1. src/main/java/org/codelibs/fess/es/log/bsbhv/BsClickLogBhv.java

            return facadeSelectList(createCB(cbLambda));
        }
    
        public PagingResultBean<ClickLog> selectPage(CBCall<ClickLogCB> cbLambda) {
            // #pending same?
            return (PagingResultBean<ClickLog>) facadeSelectList(createCB(cbLambda));
        }
    
        public void selectCursor(CBCall<ClickLogCB> cbLambda, EntityRowHandler<ClickLog> entityLambda) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/user/bsbhv/BsGroupBhv.java

            return facadeSelectList(createCB(cbLambda));
        }
    
        public PagingResultBean<Group> selectPage(CBCall<GroupCB> cbLambda) {
            // #pending same?
            return (PagingResultBean<Group>) facadeSelectList(createCB(cbLambda));
        }
    
        public void selectCursor(CBCall<GroupCB> cbLambda, EntityRowHandler<Group> entityLambda) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/bsbhv/BsAccessTokenBhv.java

            return facadeSelectList(createCB(cbLambda));
        }
    
        public PagingResultBean<AccessToken> selectPage(CBCall<AccessTokenCB> cbLambda) {
            // #pending same?
            return (PagingResultBean<AccessToken>) facadeSelectList(createCB(cbLambda));
        }
    
        public void selectCursor(CBCall<AccessTokenCB> cbLambda, EntityRowHandler<AccessToken> entityLambda) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/config/bsbhv/BsDuplicateHostBhv.java

            return facadeSelectList(createCB(cbLambda));
        }
    
        public PagingResultBean<DuplicateHost> selectPage(CBCall<DuplicateHostCB> cbLambda) {
            // #pending same?
            return (PagingResultBean<DuplicateHost>) facadeSelectList(createCB(cbLambda));
        }
    
        public void selectCursor(CBCall<DuplicateHostCB> cbLambda, EntityRowHandler<DuplicateHost> entityLambda) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/bsbhv/BsElevateWordBhv.java

            return facadeSelectList(createCB(cbLambda));
        }
    
        public PagingResultBean<ElevateWord> selectPage(CBCall<ElevateWordCB> cbLambda) {
            // #pending same?
            return (PagingResultBean<ElevateWord>) facadeSelectList(createCB(cbLambda));
        }
    
        public void selectCursor(CBCall<ElevateWordCB> cbLambda, EntityRowHandler<ElevateWord> entityLambda) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/bsbhv/BsKeyMatchBhv.java

            return facadeSelectList(createCB(cbLambda));
        }
    
        public PagingResultBean<KeyMatch> selectPage(CBCall<KeyMatchCB> cbLambda) {
            // #pending same?
            return (PagingResultBean<KeyMatch>) facadeSelectList(createCB(cbLambda));
        }
    
        public void selectCursor(CBCall<KeyMatchCB> cbLambda, EntityRowHandler<KeyMatch> entityLambda) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/bsbhv/BsRequestHeaderBhv.java

            return facadeSelectList(createCB(cbLambda));
        }
    
        public PagingResultBean<RequestHeader> selectPage(CBCall<RequestHeaderCB> cbLambda) {
            // #pending same?
            return (PagingResultBean<RequestHeader>) facadeSelectList(createCB(cbLambda));
        }
    
        public void selectCursor(CBCall<RequestHeaderCB> cbLambda, EntityRowHandler<RequestHeader> entityLambda) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/hash/Fingerprint2011Test.java

      private static long fingerprint(byte[] bytes, int length) {
        return HASH_FN.hashBytes(bytes, 0, length).asLong();
      }
    
      /**
       * Tests that the Java port of Fingerprint2011 provides the same results on buffers up to 800
       * bytes long as the original implementation in C++. See http://cl/106539598
       */
      public void testMultipleLengths() {
        int iterations = 800;
        byte[] buf = new byte[iterations * 4];
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jul 23 14:22:54 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  9. internal/kms/context.go

    	"unicode/utf8"
    )
    
    // Context is a set of key-value pairs that
    // are associated with a generate data encryption
    // key (DEK).
    //
    // A KMS implementation may bind the context to the
    // generated DEK such that the same context must be
    // provided when decrypting an encrypted DEK.
    type Context map[string]string
    
    // MarshalText returns a canonical text representation of
    // the Context.
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Jan 02 17:15:06 UTC 2022
    - 6K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/body-updates.md

    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="30-37"
    {!> ../../docs_src/body_updates/tutorial002.py!}
    ```
    
    ////
    
    /// tip
    
    You can actually use this same technique with an HTTP `PUT` operation.
    
    But the example here uses `PATCH` because it was created for these use cases.
    
    ///
    
    /// note
    
    Notice that the input model is still validated.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top