Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for user1 (0.14 sec)

  1. src/main/resources/esflute_user.xml

    	<!-- The components of Behavior. -->
    	<component name="userBhv" class="org.codelibs.fess.es.user.exbhv.UserBhv"/>
    	<component name="roleBhv" class="org.codelibs.fess.es.user.exbhv.RoleBhv"/>
    	<component name="groupBhv" class="org.codelibs.fess.es.user.exbhv.GroupBhv"/>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sun Jun 11 14:16:53 GMT 2017
    - 718 bytes
    - Viewed (0)
  2. apache-maven/src/assembly/maven/conf/toolchains.xml

    <!--
     | This is the toolchains file for Maven. It can be specified at two levels:
     |
     |  1. User Level. This toolchains.xml file provides configuration for a single user,
     |                 and is normally provided in ${user.home}/.m2/toolchains.xml.
     |
     |                 NOTE: This location can be overridden with the CLI option:
     |
     |                 -t /path/to/user/toolchains.xml
     |
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Dec 24 18:09:10 GMT 2020
    - 3.5K bytes
    - Viewed (0)
  3. futures/listenablefuture9999/pom.xml

        contains com.google.common.util.concurrent.ListenableFuture class, without
        any other Guava classes. The idea is:
    
        - If users want only ListenableFuture, they depend on listenablefuture-1.0.
    
        - If users want all of Guava, they depend on guava, which, as of Guava
        27.0, depends on
        listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-...
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Sep 12 21:42:09 GMT 2018
    - 2.2K bytes
    - Viewed (0)
  4. api/maven-api-toolchain/src/main/mdo/toolchains.mdo

          </description>
          <codeSegments>
            <codeSegment>
              <version>1.1.0/1.1.0</version>
              <code>
                <![CDATA[
            public static final String USER_LEVEL = "user-level";
            public static final String GLOBAL_LEVEL = "global-level";
    
            private String sourceLevel = USER_LEVEL;
            private boolean sourceLevelSet = false;
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Feb 07 21:28:01 GMT 2024
    - 8.5K bytes
    - Viewed (0)
  5. guava-gwt/src/com/google/common/util/concurrent/Concurrent.gwt.xml

    <inherits name="com.google.common.base.Base" />
    <inherits name="com.google.common.collect.Collect" />
    <inherits name="com.google.gwt.core.Core" />
    <inherits name="com.google.gwt.user.User" />
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Jul 19 04:29:50 GMT 2022
    - 1.5K bytes
    - Viewed (0)
  6. guava-gwt/src/com/google/common/cache/Cache.gwt.xml

    <inherits name="com.google.common.math.Math" />
    <inherits name="com.google.common.util.concurrent.Concurrent" />
    <inherits name="com.google.gwt.core.Core" />
    <inherits name="com.google.gwt.user.User" />
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Jan 06 15:30:58 GMT 2022
    - 1.6K bytes
    - Viewed (0)
  7. guava-gwt/test/com/google/common/collect/testing/google/Google.gwt.xml

    <inherits name="com.google.common.primitives.Primitives" />
    <inherits name="com.google.common.testing.Testing" />
    <inherits name="com.google.gwt.core.Core" />
    <inherits name="com.google.gwt.junit.JUnit" />
    <inherits name="com.google.gwt.user.User" />
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Jan 06 15:30:58 GMT 2022
    - 1.7K bytes
    - Viewed (0)
  8. src/main/resources/esclient.xml

    			<arg>"fess_config.web_config/web_config"</arg>
    		</postConstruct>
    		<!-- fess_user index -->
    		<postConstruct name="addIndexConfig">
    			<arg>"fess_user.user/user"</arg>
    		</postConstruct>
    		<postConstruct name="addIndexConfig">
    			<arg>"fess_user.role/role"</arg>
    		</postConstruct>
    		<postConstruct name="addIndexConfig">
    			<arg>"fess_user.group/group"</arg>
    		</postConstruct>
    		<!-- fess_log index -->
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Mar 23 05:42:27 GMT 2023
    - 15.9K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/orig/open-search/osdd.xml

    <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
      <ShortName>Fess</ShortName>
      <Description>Full Text Search for Your Documents.</Description>
      <Tags>Full Text Search</Tags>
      <Contact>fess-user@lists.sourceforge.jp</Contact>
      <SearchForm>http://localhost:8080/fess/</SearchForm>
      <Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/>
      <InputEncoding>UTF-8</InputEncoding>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Dec 10 02:26:02 GMT 2015
    - 535 bytes
    - Viewed (0)
  10. maven-core/src/test/resources-project-builder/interpolation-cli-wins/pom.xml

      <artifactId>test</artifactId>
      <version>0.1</version>
      <packaging>jar</packaging>
    
      <name>Maven Integration Test :: MNG-4208</name>
      <description>
        Test that CLI properties specified by the user override project properties during interpolation.
      </description>
    
      <properties>
        <testProperty>FAILED</testProperty>
        <interpolatedProperty>${testProperty}</interpolatedProperty>
      </properties>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.3K bytes
    - Viewed (0)
Back to top