Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 337 for componenten (0.12 sec)

  1. api/maven-api-di/src/main/java/org/apache/maven/di/tool/package-info.java

     * the Maven dependency injection system. The main component is the {@link org.apache.maven.di.tool.DiIndexProcessor},
     * which processes classes annotated with {@link org.apache.maven.api.di.Named} and creates an index file
     * that allows for efficient discovery of injectable components at runtime.
     * <p>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Apr 03 13:33:59 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  2. src/main/java/jcifs/SmbResourceLocator.java

         *
         * @return The uncanonicalized full URL of this SMB resource.
         */
    
        String getPath();
    
        /**
         * Returns the full URL of this SMB resource with '.' and '..' components
         * factored out. An <code>SmbFile</code> constructed with the result of
         * this method will result in an <code>SmbFile</code> that is equal to
         * the original.
         *
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 6.4K bytes
    - Viewed (0)
  3. docs/es/docs/deployment/concepts.md

    * Caddy
        * Maneja automáticamente las renovaciones de certificados ✨
    * Nginx
        * Con un componente externo como Certbot para las renovaciones de certificados
    * HAProxy
        * Con un componente externo como Certbot para las renovaciones de certificados
    * Kubernetes con un Controlador de Ingress como Nginx
        * Con un componente externo como cert-manager para las renovaciones de certificados
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun May 11 13:37:26 UTC 2025
    - 19.3K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/util/ComponentUtilTest.java

            String retrieved2 = ComponentUtil.getComponent(componentName);
            assertSame(second, retrieved2);
        }
    
        public void test_multiple_components() {
            String comp1 = "component1";
            String comp2 = "component2";
            Integer comp3 = 123;
    
            ComponentUtil.register(comp1, "name1");
            ComponentUtil.register(comp2, "name2");
            ComponentUtil.register(comp3, "name3");
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 7.3K bytes
    - Viewed (0)
  5. okhttp/src/commonJvmAndroid/kotlin/okhttp3/HttpUrl.kt

     *
     * Percent encoding is used in every URL component except for the hostname. But the set of
     * characters that need to be encoded is different for each component. For example, the path
     * component must escape all of its `?` characters, otherwise it could be interpreted as the
     * start of the URL's query. But within the query and fragment components, the `?` character
     * doesn't delimit anything and doesn't need to be escaped.
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon May 05 16:01:00 UTC 2025
    - 63.5K bytes
    - Viewed (0)
  6. docs/de/docs/deployment/concepts.md

    * Caddy
        * Handhabt automatisch Zertifikat-Erneuerungen ✨
    * Nginx
        * Mit einer externen Komponente wie Certbot für Zertifikat-Erneuerungen
    * HAProxy
        * Mit einer externen Komponente wie Certbot für Zertifikat-Erneuerungen
    * Kubernetes mit einem Ingress Controller wie Nginx
        * Mit einer externen Komponente wie cert-manager für Zertifikat-Erneuerungen
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun May 11 13:37:26 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/fess/helper/DataIndexHelperTest.java

            // Test that all mock components are properly registered
            assertNotNull("CrawlingConfigHelper should be registered", ComponentUtil.getComponent("crawlingConfigHelper"));
            assertNotNull("SystemHelper should be registered", ComponentUtil.getSystemHelper());
            assertNotNull("FessConfig should be set", ComponentUtil.getFessConfig());
            assertTrue("Component integration test should be fast", true);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 05:35:01 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  8. compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataResolutionResult.java

    import org.codehaus.plexus.PlexusContainer;
    import org.codehaus.plexus.component.repository.exception.ComponentLookupException;
    
    /**
     * This object is tinted with ClasspathTransformation and GraphConflictResolver.
     * Get rid of them after debugging
     *
     */
    @Deprecated
    public class MetadataResolutionResult {
        MetadataTreeNode treeRoot;
    
        /**
         * these components are initialized on demand by
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  9. docs/pt/docs/deployment/concepts.md

    * Caddy
        * Lida automaticamente com renovações de certificados ✨
    * Nginx
        * Com um componente externo como o Certbot para renovações de certificados
    * HAProxy
        * Com um componente externo como o Certbot para renovações de certificados
    * Kubernetes com um controlador Ingress como o Nginx
        * Com um componente externo como cert-manager para renovações de certificados
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun May 11 13:37:26 UTC 2025
    - 19.7K bytes
    - Viewed (0)
  10. src/test/java/jcifs/context/BaseContextTest.java

            }
        }
    
        @Test
        @DisplayName("Context components should maintain consistent state")
        void testComponentStateConsistency() {
            // When - get components multiple times
            Configuration config1 = context.getConfig();
            Configuration config2 = context.getConfig();
            DfsResolver dfs1 = context.getDfs();
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 15.1K bytes
    - Viewed (0)
Back to top