Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for aient (0.01 sec)

  1. src/main/resources/fess_label_ru.properties

    labels.regularName=Обычное имя
    labels.replacement=Замена
    labels.sessionId=ID сессии
    labels.sortOrder=Порядок сортировки
    labels.updatedBy=Обновлено
    labels.updatedTime=Время обновления
    labels.urls=URL-адреса
    labels.userAgent=User Agent
    labels.username=Имя пользователя
    labels.value=Значение
    labels.versionNo=Номер версии
    labels.cronExpression=Расписание
    labels.dayForCleanup=Удалить документы старше указанных дней
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 55.8K bytes
    - Viewed (0)
  2. pom.xml

    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>ingest-common</artifactId>
    				</exclusion>
    				<exclusion>
    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>ingest-user-agent</artifactId>
    				</exclusion>
    				<exclusion>
    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>lang-mustache-client</artifactId>
    				</exclusion>
    				<exclusion>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Sep 04 05:22:58 UTC 2025
    - 49.6K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/helper/ViewHelper.java

                    }
                }
            }
            // http, ftp
            // nothing
    
            return appendQueryParameter(document, url);
        }
    
        /**
         * Updates file protocol based on user agent type.
         * Handles different browser-specific file protocol formats.
         *
         * @param url the file URL to update
         * @return the updated URL with appropriate file protocol
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.4K bytes
    - Viewed (0)
Back to top