Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for fess2x (0.12 sec)

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

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.mylasta.direction;
    
    import org.lastaflute.core.direction.exception.ConfigPropertyNotFoundException;
    
    /**
     * @author FreeGen
     */
    public interface FessConfig extends FessEnv, org.codelibs.fess.mylasta.direction.FessProp {
    
        /** The key of the configuration. e.g. Fess */
        String DOMAIN_TITLE = "domain.title";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.15.md

    - UpdateContainerResources is no longer recorded as a `container_status` operation. It now uses the label `update_container`. ([#75278](https://github.com/kubernetes/kubernetes/pull/75278), [@Nessex](https://github.com/Nessex))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.user.cbean.cq.bs;
    
    import java.time.LocalDateTime;
    import java.util.ArrayList;
    import java.util.Collection;
    
    import org.codelibs.fess.es.user.allcommon.EsAbstractConditionQuery;
    import org.codelibs.fess.es.user.cbean.cq.UserCQ;
    import org.dbflute.cbean.ckey.ConditionKey;
    import org.opensearch.index.query.BoolQueryBuilder;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 326.1K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="-lh5-" type="string" offset="2"/>
          <match value="-lh6-" type="string" offset="2"/>
          <match value="-lh7-" type="string" offset="2"/>
        </magic>
        <!-- FESS added -->
        <glob pattern="*.lha"/>
        <glob pattern="*.lzh"/>
      </mime-type>
    
      <mime-type type="application/x-lharc">
        <magic priority="50">
          <match value="-lh0-" type="string" offset="2"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top