Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 8 of 8 for byName (0.05 seconds)

  1. src/test/java/org/codelibs/fess/script/ScriptEngineFactoryTest.java

        }
    
        // Test getScriptEngine by class name
        @Test
        public void test_getScriptEngine_byClassName() {
            TestScriptEngine engine = new TestScriptEngine();
            scriptEngineFactory.add("myName", engine);
    
            // Should be accessible by class simple name
            ScriptEngine retrieved = scriptEngineFactory.getScriptEngine("TestScriptEngine");
            assertNotNull(retrieved);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 12.8K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

                return true;
            }
    
            final String myName = getSchedulerTargetName();
    
            final String[] targets = target.split(",");
            for (String name : targets) {
                name = name.trim();
                if (Constants.DEFAULT_JOB_TARGET.equalsIgnoreCase(name) || StringUtil.isNotBlank(myName) && myName.equalsIgnoreCase(name)) {
                    return true;
                }
            }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 92.3K bytes
    - Click Count (0)
  3. CHANGELOG/CHANGELOG-1.34.md

    - Kubelet: the connection to a DRA driver became unusable because of an internal deadlock when a connection was idle for 30 minutes. ([#133934](https://github.com/kubernetes/kubernetes/pull/133934), [@pohly](https://github.com/pohly)) [SIG Node]
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 03:19:43 GMT 2026
    - 368.7K bytes
    - Click Count (2)
  4. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

       */
      @Test
      fun anonCipherSuiteUnsupported() {
        platform.assumeNotConscrypt()
        platform.assumeNotBouncyCastle()
    
        // The _anon_ suites became unsupported in "1.8.0_201" and "11.0.2".
        assumeFalse(
          System.getProperty("java.version", "unknown").matches(Regex("1\\.8\\.0_1\\d\\d")),
        )
        server.enqueue(MockResponse())
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Mar 15 09:02:18 GMT 2026
    - 146.5K bytes
    - Click Count (0)
  5. CHANGELOG/CHANGELOG-1.36.md

    - Kubeadm: removed the kubeadm specific feature gate ControlPlaneKubeletLocalMode which became GA in 1.35 and was locked to enabled. ([#135773](https://github.com/kubernetes/kubernetes/pull/135773), [@neolit123](https://github.com/neolit123)) [SIG Cluster Lifecycle]
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 23:38:00 GMT 2026
    - 142.1K bytes
    - Click Count (0)
  6. CHANGELOG/CHANGELOG-1.32.md

    - Pods were allowed to use the `net.ipv4.tcp_rmem` and `net.ipv4.tcp_wmem` sysctl by default
      when the kernel version was 4.15 or higher. With the kernel 4.15 the sysctl became namespaced.
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Feb 26 23:58:21 GMT 2026
    - 470.5K bytes
    - Click Count (0)
  7. CHANGELOG/CHANGELOG-1.35.md

    - Kubelet: the connection to a DRA driver became unusable because of an internal deadlock when a connection was idle for 30 minutes. ([#133926](https://github.com/kubernetes/kubernetes/pull/133926), [@pohly](https://github.com/pohly)) [SIG Node]
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 03:20:49 GMT 2026
    - 265.9K bytes
    - Click Count (0)
  8. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    tvuopmi-s4a\u000bxn--mli-tla\u000exn--mlselv-iua\u000exn--moreke-jua\u000exn--mosjen-eya\u000bxn--mot-tla\u0016xn--mre-og-romsdal-qqb\rxn--msy-ula0h\u0014xn--mtta-vrjjat-k7af\rxn--muost-0qa\u0015xn--nmesjevuemie-tcba\rxn--nry-yla5g\u000fxn--nttery-byae\u000fxn--nvuotna-hwa\u000fxn--oppegrd-ixa\u000exn--ostery-fya\rxn--osyro-wua\u0011xn--porsgu-sta26f\u000cxn--rady-ira\u000cxn--rdal-poa\u000bxn--rde-ula\u000cxn--rdy-0nab\u000fxn--rennesy-v1a\u0012xn--rhkkervju-01af\rxn--rholt-mra\u000cxn--risa-5n...
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 06 20:41:51 GMT 2026
    - 290.5K bytes
    - Click Count (1)
Back to Top