Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 44 for unmodified (0.2 sec)

  1. src/main/webapp/WEB-INF/view/search.jsp

    						<la:message key="labels.search_result_sort_content_length_desc" />
    					</c:if> <c:if test="${sort=='last_modified.asc'}">
    						<la:message key="labels.search_result_sort_last_modified_asc" />
    					</c:if> <c:if test="${sort=='last_modified.desc'}">
    						<la:message key="labels.search_result_sort_last_modified_desc" />
    					</c:if> <c:if test="${sort=='click_count.asc'}">
    						<la:message key="labels.search_result_sort_click_count_asc" />
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractEntity.java

            }
            return docMeta;
        }
    
        // ===================================================================================
        //                                                                 Modified Properties
        //                                                                 ===================
        public Set<String> mymodifiedProperties() {
            return __modifiedProperties.getPropertyNames();
        }
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 10.9K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/common/help_ja.jsp

    	<dd>
    		フィールド名の後にコロン : で指定した任意のフィールドで検索することができます。
    		たとえば、ドキュメントの title フィールドで Fess を含むドキュメントを検索する場合は次のように入力します。
    		<pre>title:Fess</pre>
    		標準で利用可能なフィールドは url, host, site, title, content,
    		content_length, last_modified および mimetype になります。
    		設定で指定するフィールドは変更することができます。
    	</dd>
    	<dt>ソート</dt>
    	<dd>
    		sort 演算子は指定したフィールド名でドキュメントをソートします。
    		sort 演算子の利用方法は sort:&lt;field&gt;.&lt;order&gt; になります。
    		&lt;order&gt; は asc または desc で昇順・降順を指定できます。
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Feb 26 14:01:31 GMT 2018
    - 3.4K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/ds/AbstractDataStore.java

            // title
            // content
            // cache
            // digest
            // host
            // site
            // url
            // anchor
            // content_length
            // last_modified
            // id
            // virtual_host
            defaultDataMap.put(fessConfig.getIndexFieldVirtualHost(),
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 6.3K bytes
    - Viewed (1)
  5. src/main/resources/fess_label_de.properties

    labels.search_result_sort_content_length_asc=Größe (aufsteigend)
    labels.search_result_sort_content_length_desc=Größe (absteigend)
    labels.search_result_sort_last_modified_asc=Letzte Änderung (aufsteigend)
    labels.search_result_sort_last_modified_desc=Letzte Änderung (absteigend)
    labels.search_result_sort_click_count_asc=Klick-Anzahl (aufsteigend)
    labels.search_result_sort_click_count_desc=Klick-Anzahl (absteigend)
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/orig/view/search.jsp

    						<la:message key="labels.search_result_sort_content_length_desc" />
    					</c:if> <c:if test="${sort=='last_modified.asc'}">
    						<la:message key="labels.search_result_sort_last_modified_asc" />
    					</c:if> <c:if test="${sort=='last_modified.desc'}">
    						<la:message key="labels.search_result_sort_last_modified_desc" />
    					</c:if> <c:if test="${sort=='click_count.asc'}">
    						<la:message key="labels.search_result_sort_click_count_asc" />
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_fr.properties

    labels.search_result_sort_content_length_asc	=	Taille (croissant)
    labels.search_result_sort_content_length_desc	=	Taille (décroissant)
    labels.search_result_sort_last_modified_asc	=	Dernière modification (croissant)
    labels.search_result_sort_last_modified_desc	=	Dernière modification (décroissant)
    labels.search_result_sort_click_count_asc	=	Clics (ascendant)
    labels.search_result_sort_click_count_desc	=	Clics (descendant)
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  8. src/main/config/openapi/openapi-user.yaml

                            host:
                              type: string
                              format: hostname
                              example: "fess.codelibs.org"
                            last_modified:
                              type: string
                              format: date-time
                              example: "2017-10-09T22:28:56.000Z"
                            content_length:
    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)
  9. src/main/webapp/js/admin/popper.min.js.map

    available space.\n * @method\n * @memberof Popper.Utils\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function computeAutoPlacement(\n  placement,\n  refRect,\n  popper,\n  reference,\n  boundariesElement,\n  padding = 0\n) {\n  if (placement.indexOf('auto') === -1) {\n    return placement;\n  }\n\n  const boundaries = getBoundaries(\n...
    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)
  10. LICENSE

          meet the following conditions:
    
          (a) You must give any other recipients of the Work or
              Derivative Works a copy of this License; and
    
          (b) You must cause any modified files to carry prominent notices
              stating that You changed the files; and
    
          (c) You must retain, in the Source form of any Derivative Works
              that You distribute, all copyright, patent, trademark, and
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue May 08 21:35:34 GMT 2018
    - 11.1K bytes
    - Viewed (0)
Back to top