Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 157 of 157 for setVersion (0.11 sec)

  1. src/main/java/org/codelibs/fess/helper/SearchHelper.java

                            }
                        }
    
                        docMap.put(fessConfig.getIndexFieldId(), hit.getId());
                        docMap.put(fessConfig.getIndexFieldVersion(), hit.getVersion());
                        docMap.put(fessConfig.getIndexFieldSeqNo(), hit.getSeqNo());
                        docMap.put(fessConfig.getIndexFieldPrimaryTerm(), hit.getPrimaryTerm());
                        return docMap;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  2. impl/maven-core/src/main/java/org/apache/maven/execution/MavenSession.java

            return container.lookupMap(role);
        }
    
        public Session getSession() {
            return session;
        }
    
        public void setSession(Session session) {
            this.session = session;
        }
        /*end[MAVEN4]*/
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  3. src/test/java/org/codelibs/fess/helper/SystemHelperTest.java

            assertEquals(0, systemHelper.waitingThreadNames.size());
            systemHelper.waitForNoWaitingThreads();
        }
    
        public void test_getVersion() {
            assertEquals("98.76.5", systemHelper.getVersion());
            assertEquals(98, systemHelper.getMajorVersion());
            assertEquals(76, systemHelper.getMinorVersion());
            assertEquals("98.76", systemHelper.getProductVersion());
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/helper/SystemHelper.java

        }
    
        protected Map<String, String> getEnvMap() {
            return System.getenv();
        }
    
        public String getVersion() {
            return version;
        }
    
        public int getMajorVersion() {
            return majorVersion;
        }
    
        public int getMinorVersion() {
            return minorVersion;
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Oct 17 12:10:08 UTC 2024
    - 27.2K bytes
    - Viewed (0)
  5. test-site/activator-launch-1.3.2.jar

    public final Class AppMainClass(); private void Launch$(); } xsbt/boot/ConfigurationParser$$anonfun$getVersion$1.class package xsbt.boot; public final synchronized class ConfigurationParser$$anonfun$getVersion$1 extends scala.runtime.AbstractFunction1 implements scala.Serializable { private final String label$1; private final String defaultName$1; public void ConfigurationParser$$anonfun$getVersion$1(ConfigurationParser, String, String); } xsbt/boot/Configuration$$anonfun$resourcePaths$1.class package...
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.10.md

    * Get windows kernel version directly from registry rather than windows.getVersion(). ([#58498](https://github.com/kubernetes/kubernetes/pull/58498), [@feiskyer](https://github.com/feiskyer))
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (windows-386), func GetUserNameEx(uint32, *uint16, *uint32) error
    pkg syscall (windows-386), func GetUserProfileDirectory(Token, *uint16, *uint32) error
    pkg syscall (windows-386), func GetVersion() (uint32, error)
    pkg syscall (windows-386), func Getpeername(Handle) (Sockaddr, error)
    pkg syscall (windows-386), func Getsockname(Handle) (Sockaddr, error)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top