Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for appendQueryParameter (0.14 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java

        public String defaultLabelValue;
    
        @Size(max = 1000)
        public String defaultSortValue;
    
        @Size(max = 10000)
        public String virtualHostValue;
    
        @Size(max = 10)
        public String appendQueryParameter;
    
        @Size(max = 10)
        public String loginRequired;
    
        @Size(max = 10)
        public String resultCollapsed;
    
        @Size(max = 10)
        public String loginLink;
    
        @Size(max = 10)
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/general/MailForm.java

        public String searchLog;
    
        public String userInfo;
    
        public String userFavorite;
    
        public String webApiJson;
    
        public String defaultLabelValue;
    
        public String appendQueryParameter;
    
        public String loginRequired;
    
        public String ignoreFailureType;
    
        public String failureCountThreshold;
    
        public String popularWord;
    
        public String csvFileEncoding;
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

            fessConfig.setDefaultSortValue(form.defaultSortValue);
            fessConfig.setVirtualHostValue(form.virtualHostValue);
            fessConfig.setAppendQueryParameter(isCheckboxEnabled(form.appendQueryParameter));
            fessConfig.setIgnoreFailureType(form.ignoreFailureType);
            fessConfig.setFailureCountThreshold(form.failureCountThreshold);
            fessConfig.setWebApiPopularWord(isCheckboxEnabled(form.popularWord));
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/helper/ViewHelper.java

            } else if (url.startsWith("file:")) {
                // file, smb/ftp->http
                url = updateFileProtocol(url);
    
                if (encodeUrlLink) {
                    return appendQueryParameter(document, url);
                }
    
                // decode
                if (!isSmbOrFtpUrl) {
                    // file
                    try {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 40.2K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_en.properties

    labels.boost=Boost
    labels.crawlingConfigName=Name
    labels.crawlingConfigPath=Crawling Path
    labels.processType=Process Type
    labels.parameters=Parameters
    labels.designFile=Upload File
    labels.bulkFile=Bulk File
    labels.appendQueryParameter=Additional Query Parameters
    labels.configId=Config ID
    labels.configParameter=Config Parameters
    labels.content=Content
    labels.csvFileEncoding=CSV Encoding
    labels.defaultLabelValue=Default Label
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_ru.properties

    labels.boost=Повышение
    labels.crawlingConfigName=Имя
    labels.crawlingConfigPath=Путь сканирования
    labels.processType=Тип процесса
    labels.parameters=Параметры
    labels.designFile=Загрузить файл
    labels.bulkFile=Большой файл
    labels.appendQueryParameter=Дополнительные параметры запроса
    labels.configId=Настройки ID
    labels.configParameter=Настройки параметров
    labels.content=Содержание
    labels.csvFileEncoding=CSV кодировка
    labels.defaultLabelValue=Надпись по умолчанию
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_label.properties

    labels.boost=Boost
    labels.crawlingConfigName=Name
    labels.crawlingConfigPath=Crawling Path
    labels.processType=Process Type
    labels.parameters=Parameters
    labels.designFile=Upload File
    labels.bulkFile=Bulk File
    labels.appendQueryParameter=Additional Query Parameters
    labels.configId=Config ID
    labels.configParameter=Config Parameters
    labels.content=Content
    labels.csvFileEncoding=CSV Encoding
    labels.defaultLabelValue=Default Label
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_de.properties

    labels.boost=Boost
    labels.crawlingConfigName=Name
    labels.crawlingConfigPath=Crawling-Pfad
    labels.processType=Prozesstyp
    labels.parameters=Parameter
    labels.designFile=Datei hochladen
    labels.bulkFile=Bulk-Datei
    labels.appendQueryParameter=Zusätzliche Query-Parameter
    labels.configId=Konfigurations-ID
    labels.configParameter=Konfigurationsparameter
    labels.content=Inhalt
    labels.csvFileEncoding=CSV-Kodierung
    labels.defaultLabelValue=Standard-Label
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 42.8K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_fr.properties

    labels.crawlingConfigPath	=	Chemin d'exploration
    labels.processType	=	Type de processus
    labels.parameters	=	Paramètres
    labels.designFile	=	Envoyer  un fichier
    labels.bulkFile	=	Fichier en vrac
    labels.appendQueryParameter	=	Paramètres de requête supplémentaires
    labels.configId	=	ID de configuration
    labels.configParameter	=	Paramètres de configuration
    labels.content	=	Contenu
    labels.csvFileEncoding	=	Encodage CSV
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_ko.properties

    labels.boost = 부스트 값
    labels.crawlingConfigName = 이름
    labels.crawlingConfigPath = 크롤링 경로
    labels.processType = 프로세스 타입
    labels.parameters = 매개 변수
    labels.designFile = 업로드 파일
    labels.bulkFile = Bulk 파일
    labels.appendQueryParameter = 검색 매개 변수 추가
    labels.configId = 설정 ID
    labels.configParameter = 구성 매개 변수
    labels.content = 콘텐츠
    labels.csvFileEncoding = CSV 인코딩
    labels.defaultLabelValue = 기본 레이블(Label)
    labels.designFileName = 파일 이름
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 44K bytes
    - Viewed (0)
Back to top