Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 2,423 for classy (0.14 sec)

  1. src/main/webapp/WEB-INF/fe.tld

        <function-class>org.codelibs.fess.taglib.FessFunctions</function-class>
        <function-signature>boolean fileExists(java.lang.String)</function-signature>
        <example>
          ${fe:fileExists(path)}
        </example>
      </function>
    
      <function>
        <description>Calculates URL.</description>
        <name>url</name>
        <function-class>org.codelibs.fess.taglib.FessFunctions</function-class>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 28 07:49:35 UTC 2020
    - 10K bytes
    - Viewed (0)
  2. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/classloader/ClassLoaderUtils.java

            }
        }
    
        private static class LookupClassDefiner extends AbstractClassLoaderLookuper implements ClassDefiner {
            private MethodType defineClassMethodType = MethodType.methodType(Class.class, new Class<?>[]{String.class, byte[].class, int.class, int.class});
    
            @Override
            @SuppressWarnings("unchecked")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  3. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/BaseJavaClassChangeIncrementalCompilationIntegrationTest.groovy

        }
    
        def "change to #retention retention annotation class recompiles #desc"() {
            def annotationClass = file("src/main/${language.name}/SomeAnnotation.${language.name}") << """
                import java.lang.annotation.*;
    
                @Retention(RetentionPolicy.$retention)
                public @interface SomeAnnotation {}
            """
            source "@SomeAnnotation class A {}", "class B {}"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/advance.jsp

    						<span class="navbar-toggler-icon"></span>
    					</button>
    					<div class="collapse navbar-collapse" id="navbar">
    						<div class="mr-auto"></div>
    						<ul class="nav navbar-nav">
    							<c:if test="${eoled}">
    								<li class="nav-item" data-toggle="tooltip" data-placement="left" title="<la:message key="labels.eol_error" />">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-32/plexus-component-api-1.0-alpha-32.jar

    public synchronized class ComponentRepositoryE extends Exception { private static final long serialVersionUID = 3698017788731736736; public void ComponentRepositoryE(String); public void ComponentRepositoryE(String, Throwable); } org/codehaus/plexus/ComponentLookupManag$1.class package org.codehaus.plexus; synchronized class ComponentLookupManag$1 { } org/codehaus/plexus/ComponentLookupManag.class package org.codehaus.plexus; public abstract interface ComponentLookupManag { public static final String...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 35.3K bytes
    - Viewed (0)
  6. platforms/core-runtime/serialization/src/main/java/org/gradle/internal/serialize/DefaultSerializerRegistry.java

     * Default implementation of {@link SerializerRegistry}.
     *
     * This class must be thread-safe because multiple tasks may be registering serializable classes concurrently, while other tasks are calling {@link #build(Class)}.
     */
    @ThreadSafe
    public class DefaultSerializerRegistry implements SerializerRegistry {
        private static final Comparator<Class<?>> CLASS_COMPARATOR = new Comparator<Class<?>>() {
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 16:06:56 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  7. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/TaskContainerDslIntegrationTest.kt

                taskAssertion("cabin", Copy::class),
                taskAssertion("castle", Task::class, equalTo("null!")),
                taskAssertion("valley", Copy::class, equalTo("null!")),
                taskAssertion("hill", Copy::class, equalTo("null!")),
                taskAssertion("bat"),
                taskAssertion("pipistrelle", Copy::class, equalTo("nullABC")),
                taskAssertion("yate"),
                taskAssertion("quartern", Copy::class),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:27 UTC 2023
    - 15K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.jar

    makeReadOnly(); } org/codehaus/plexus/context/ContextException.class package org.codehaus.plexus.context; public synchronized class ContextException extends Exception { private static final long serialVersionUID = 2030206863811644180; public void ContextException(String); public void ContextException(String, Throwable); } org/codehaus/plexus/logging/AbstractLogEnabled.class package org.codehaus.plexus.logging; public abstract synchronized class AbstractLogEnabled implements LogEnabled { private Logger...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 32.4K bytes
    - Viewed (0)
  9. testing/internal-integ-testing/src/main/groovy/org/gradle/test/preconditions/IntegTestPreconditions.groovy

    import static org.gradle.test.precondition.TestPrecondition.notSatisfied;
    
    class IntegTestPreconditions {
    
        static final class IsLongLivingProcess implements TestPrecondition {
            @Override
            boolean isSatisfied() throws Exception {
                return GradleContextualExecuter.isLongLivingProcess()
            }
        }
    
        static final class IsEmbeddedExecutor implements TestPrecondition {
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 16:09:18 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/isolated/IsolationScheme.java

    import java.util.Queue;
    import java.util.concurrent.atomic.AtomicReference;
    
    public class IsolationScheme<IMPLEMENTATION, PARAMS> {
        private final Class<IMPLEMENTATION> interfaceType;
        private final Class<PARAMS> paramsType;
        private final Class<? extends PARAMS> noParamsType;
    
        public IsolationScheme(Class<IMPLEMENTATION> interfaceType, Class<PARAMS> paramsType, Class<? extends PARAMS> noParamsType) {
            this.interfaceType = interfaceType;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 12.5K bytes
    - Viewed (0)
Back to top