Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 35 of 35 for Magenta (0.14 sec)

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

        }
    
        default String getUserAgentName() {
            return getSystemProperty(Constants.CRAWLING_USER_AGENT_PROPERTY, Constants.CRAWLING_USER_AGENT_PREFIX
                    + ComponentUtil.getSystemHelper().getProductVersion() + Constants.CRAWLING_USER_AGENT_SUFFIX);
        }
    
        default void setLtrModelName(final String value) {
            setSystemProperty(Constants.LTR_MODEL_NAME_PROPERTY, value);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 85K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/util/GsaConfigParser.java

                        fileConfig.setUpdatedBy(Constants.SYSTEM_USER);
                        fileConfig.setUpdatedTime(now);
                    }
                }
            } else if ("user_agent".equalsIgnoreCase(qName) && GLOBALPARAMS.equalsIgnoreCase(tagQueue.get(tagQueue.size() - 2))) {
                userAgent = textBuf.toString().trim();
            }
            tagQueue.pollLast();
            textBuf.setLength(0);
        }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 14.1K bytes
    - Viewed (0)
  3. src/main/resources/fess_label.properties

    labels.included_urls=Included URLs For Crawling
    labels.excluded_urls=Excluded URLs For Crawling
    labels.included_doc_urls=Included URLs For Indexing
    labels.excluded_doc_urls=Excluded URLs For Indexing
    labels.user_agent=User Agent
    labels.web_crawling_button_create=Create
    labels.web_crawling_button_create_job=Create new job
    labels.crawler_configuration=General Configuration
    labels.crawler_title_edit=General Configuration
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  4. src/main/resources/fess_label_en.properties

    labels.included_urls=Included URLs For Crawling
    labels.excluded_urls=Excluded URLs For Crawling
    labels.included_doc_urls=Included URLs For Indexing
    labels.excluded_doc_urls=Excluded URLs For Indexing
    labels.user_agent=User Agent
    labels.web_crawling_button_create=Create
    labels.web_crawling_button_create_job=Create new job
    labels.crawler_configuration=General Configuration
    labels.crawler_title_edit=General Configuration
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ko.properties

    labels.web_crawling_title_details = 웹 크롤링 설정
    labels.included_urls = 크롤링하는 URL
    labels.excluded_urls = 크롤링에서 제외 할 URL
    labels.included_doc_urls = 검색 대상이되는 URL
    labels.excluded_doc_urls = 검색에서 제외 할 URL
    labels.user_agent = 사용자 에이전트
    labels.web_crawling_button_create = 작성
    labels.web_crawling_button_create_job = 새 작업 만들기
    labels.crawler_configuration = 일반 설정
    labels.crawler_title_edit = 일반 설정
    labels.schedule = 스케줄
    labels.enabled = 사용
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
Back to top