Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 196 for scanner (0.08 sec)

  1. cmd/admin-router.go

    		// List policies latest
    		adminRouter.Methods(http.MethodGet).Path(adminVersion+"/list-canned-policies").HandlerFunc(adminMiddleware(adminAPI.ListBucketPolicies)).Queries("bucket", "{bucket:.*}")
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Apr 16 07:34:24 UTC 2025
    - 26.7K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/suggest/SuggesterTest.java

            assertEquals("schöner", response1.getWords().get(0));
    
            SuggestResponse response2 = suggester.suggest().setQuery("schoner").setSuggestDetail(true).execute().getResponse();
            assertEquals(1, response2.getNum());
            assertEquals(1, response2.getTotal());
            assertEquals("schöner", response2.getWords().get(0));
        }
    
        @Test
        @SuppressWarnings("unchecked")
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Thu Aug 07 02:41:28 UTC 2025
    - 37.2K bytes
    - Viewed (0)
  3. docs/orchestration/kubernetes/README.md

    MinIO is a high performance distributed object storage server, designed for large-scale private cloud infrastructure. MinIO is designed in a cloud-native manner to scale sustainably in multi-tenant environments. Orchestration platforms like Kubernetes provide perfect cloud-native environment to deploy and scale MinIO.
    
    ## MinIO Deployment on Kubernetes
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  4. docs/en/docs/img/sponsors/bump-sh-banner.svg

    bump-sh-banner.svg...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Oct 04 22:51:10 UTC 2023
    - 37.6K bytes
    - Viewed (0)
  5. docs/en/docs/img/sponsors/docarray-top-banner.svg

    docarray-top-banner.svg...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 24 08:43:44 UTC 2022
    - 107.4K bytes
    - Viewed (0)
  6. docs/en/docs/img/sponsors/jina-ai-banner.png

    jina-ai-banner.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Thu Jul 14 12:37:37 UTC 2022
    - 13.8K bytes
    - Viewed (0)
  7. docs/en/docs/img/sponsors/platform-sh-banner.png

    platform-sh-banner.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Jun 10 20:58:15 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  8. docs/sts/keycloak.md

    client_id     (string)    unique public identifier for apps e.g. "292085223830.apps.googleusercontent.com"
    claim_name    (string)    JWT canned policy claim name, defaults to "policy"
    claim_prefix  (string)    JWT claim namespace prefix e.g. "customer1/"
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  9. SECURITY.md

    This process can take some time, especially when coordination is required with maintainers of other projects.
    Every effort will be made to handle the bug in as timely a manner as possible, however it's important that we
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sat Feb 12 00:51:25 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/base/MoreObjects.java

       */
      public static ToStringHelper toStringHelper(Object self) {
        return new ToStringHelper(self.getClass().getSimpleName());
      }
    
      /**
       * Creates an instance of {@link ToStringHelper} in the same manner as {@link
       * #toStringHelper(Object)}, but using the simple name of {@code clazz} instead of using an
       * instance's {@link Object#getClass()}.
       *
       * <p>Note that in GWT, class names are often obfuscated.
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 16.1K bytes
    - Viewed (0)
Back to top