Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for paling (0.05 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. 25 */
        String PAGING_PAGE_SIZE = "paging.page.size";
    
        /** The key of the configuration. e.g. 5 */
        String PAGING_PAGE_RANGE_SIZE = "paging.page.range.size";
    
        /** The key of the configuration. e.g. true */
        String PAGING_PAGE_RANGE_FILL_LIMIT = "paging.page.range.fill.limit";
    
        /** The key of the configuration. e.g. 1000 */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 525.7K bytes
    - Viewed (2)
  2. src/main/java/org/codelibs/fess/storage/GcsStorageClient.java

    import org.apache.logging.log4j.Logger;
    import org.codelibs.core.lang.StringUtil;
    import org.codelibs.fess.crawler.Constants;
    import org.codelibs.fess.exception.StorageException;
    
    import com.google.api.gax.paging.Page;
    import com.google.auth.oauth2.GoogleCredentials;
    import com.google.cloud.NoCredentials;
    import com.google.cloud.storage.Blob;
    import com.google.cloud.storage.BlobId;
    import com.google.cloud.storage.BlobInfo;
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 10.3K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/Constants.java

        // ============================================================
        // Request and Search Constants
        // ============================================================
    
        /** Paging query list parameter name. */
        public static final String PAGING_QUERY_LIST = "pagingQueryList";
    
        /** Request languages parameter name. */
        public static final String REQUEST_LANGUAGES = "requestLanguages";
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 35.2K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java

                    final String url = "https://graph.microsoft.com/v1.0/groups/" + id + "/getMemberGroups";
                    if (logger.isDebugEnabled()) {
                        logger.debug("[getParentGroup] Calling API: {}", url);
                    }
                    try (CurlResponse response = Curl.post(url)
                            .header("Authorization", "Bearer " + user.getAuthenticationResult().accessToken())
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 56.7K bytes
    - Viewed (0)
Back to top