Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 63 for Bounds (0.17 sec)

  1. src/main/resources/fess_message.properties

    errors.design_editor_disabled=This feature is disabled.
    errors.not_found_on_file_system=Not Found: {0}
    errors.could_not_open_on_system=Could not open {0}. <br/>Please check if the file is associated with an application.
    errors.result_size_exceeded=No more results could be displayed.
    errors.target_file_does_not_exist={0} file does not exist.
    errors.failed_to_delete_file=Failed to delete {0} file.
    errors.docid_not_found=Not found Doc ID:{0}
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 12.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: Not found Doc ID:{0} */
        public static final String ERRORS_docid_not_found = "{errors.docid_not_found}";
    
        /** The key of the message: Not found URL of Doc ID:{0} */
        public static final String ERRORS_document_not_found = "{errors.document_not_found}";
    
        /** The key of the message: Could not load from this server: {0} */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 119.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * comment: Search Engine
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getSearchEngineType();
    
        /**
         * Get the value for the key 'search_engine.http.url'. <br>
         * The value is, e.g. http://localhost:9201 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  4. src/main/java/org/codelibs/fess/exception/FessUserNotFoundException.java

    public class FessUserNotFoundException extends FessSystemException {
    
        private static final long serialVersionUID = 1L;
    
        public FessUserNotFoundException(final String username) {
            super("User is not found: " + username);
        }
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 903 bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/popper.min.js.map

    nce.modifiers, 'hide', 'preventOverflow')) {\n    return data;\n  }\n\n  const refRect = data.offsets.reference;\n  const bound = find(\n    data.instance.modifiers,\n    modifier => modifier.name === 'preventOverflow'\n  ).boundaries;\n\n  if (\n    refRect.bottom < bound.top ||\n    refRect.left > bound.right ||\n    refRect.top > bound.bottom ||\n    refRect.right < bound.left\n  ) {\n    // Avoid unnecessary DOM access if visibility hasn't changed\n    if (data.hide === true) {\n      return...
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 121K bytes
    - Viewed (2)
  6. src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailAction.java

            if (StringUtil.isBlank(form.queryId) || StringUtil.isBlank(url) || !thumbnailSupport) {
                // 404
                throw responseManager.new404("Thumbnail for " + form.docId + " is not found.");
            }
    
            final File thumbnailFile = thumbnailManager.getThumbnailFile(doc);
            if (thumbnailFile == null) {
                if (fessConfig.isThumbnailEnabled()) {
                    thumbnailManager.offer(doc);
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 3.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_message_ko.properties

    errors.design_editor_disabled =이 기능은 사용할 수 없습니다.
    errors.not_found_on_file_system = 찾을 수 없습니다. 원인 : {0}
    errors.could_not_open_on_system = {0}을 열 수 없습니다. <br> 파일이 응용 프로그램과 연결되어 있는지 확인하십시오.
    errors.result_size_exceeded = 더 이상 결과를 표시 할 수 없습니다.
    errors.target_file_does_not_exist = {0} 파일이 존재하지 않습니다.
    errors.failed_to_delete_file = {0} 파일의 삭제에 실패했습니다.
    errors.docid_not_found = 문서 ID를 찾을 수 없습니다. 원인 : {0}
    errors.document_not_found = 문서 ID의 URL을 찾을 수 없습니다. 원인 : {0}
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Jul 07 06:11:30 GMT 2018
    - 11.1K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_ja.properties

    errors.design_editor_disabled = この機能は無効です。
    errors.not_found_on_file_system = 見つかりません。原因:  {0}
    errors.could_not_open_on_system = {0} を開くことができません。<br>ファイルがアプリケーションに関連付けられているか確認してください。
    errors.result_size_exceeded = これ以上の結果は表示できません。
    errors.target_file_does_not_exist = ファイル {0} が存在しません。
    errors.failed_to_delete_file = ファイル {0} の削除に失敗しました。
    errors.docid_not_found = ドキュメントIDが見つかりません。原因: {0}
    errors.document_not_found = ドキュメントIDのURLが見つかりません。原因: {0}
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 15.1K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/orig/view/error/notFound.jsp

    	rel="stylesheet" type="text/css" />
    </head>
    <body class="error">
    	<jsp:include page="../header.jsp" />
    	<main class="container">
    		<div class="text-center">
    			<h2>
    				<la:message key="labels.page_not_found_title" />
    			</h2>
    			<div>
    				<la:message key="labels.check_url" />
    				<br /> ${f:h(url)}
    			</div>
    		</div>
    	</main>
    	<jsp:include page="../footer.jsp" />
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 1.3K bytes
    - Viewed (0)
  10. src/main/config/openapi/openapi-user.yaml

        Unauthorized:
          description: Unauthorized request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        NotFound:
          description: Page not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        InternalServerError:
          description: Internal server error
          content:
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Jun 19 13:30:00 GMT 2023
    - 21.6K bytes
    - Viewed (1)
Back to top