Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 117 for insertion (0.1 sec)

  1. android/guava-tests/test/com/google/common/util/concurrent/ServiceManagerTest.java

        assertFalse(manager.isHealthy());
        assertTrue(listener.stoppedCalled);
        assertTrue(listener.failedServices.isEmpty());
        // check that our NoOpService is not directly observable via any of the inspection methods or
        // via logging.
        assertEquals("ServiceManager{services=[]}", manager.toString());
        assertTrue(manager.servicesByState().isEmpty());
        assertTrue(manager.startupTimes().isEmpty());
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 20:34:52 UTC 2025
    - 25.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/ldap/LdapManager.java

                    return fessConfig.getRoleSearchGroupPrefix();
                }
            }
            return null;
        }
    
        /**
         * Escapes special characters in an LDAP search filter to prevent injection attacks.
         *
         * @param filter the LDAP search filter to escape
         * @return the escaped filter string
         */
        protected String escapeLDAPSearchFilter(String filter) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 82K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/net/InetAddresses.java

       * types that contain an embedded IPv4 address.
       *
       * <p>NOTE: ISATAP addresses are explicitly excluded from this method due to their trivial
       * spoofability. With other transition addresses spoofing involves (at least) infection of one's
       * BGP routing table.
       *
       * @param ip {@link Inet6Address} to be examined for embedded IPv4 client address
       * @return {@code true} if there is an embedded IPv4 client address
       * @since 7.0
       */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 19 21:24:11 UTC 2025
    - 47.4K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1145B         ; valid                  ;      ; NV8    # 9.0  NEWA PLACEHOLDER MARK
    1145C         ; disallowed                             # NA   <reserved-1145C>
    1145D         ; valid                  ;      ; NV8    # 9.0  NEWA INSERTION SIGN
    1145E         ; valid                                  # 11.0 NEWA SANDHI MARK
    1145F         ; valid                                  # 12.0 NEWA LETTER VEDIC ANUSVARA
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/indexer/IndexUpdater.java

         * Initializes a new instance with default settings.
         */
        public IndexUpdater() {
            super();
        }
    
        /**
         * Initializes the IndexUpdater after dependency injection.
         * Sets up the ingest factory if available in the component container.
         */
        @PostConstruct
        public void init() {
            if (logger.isDebugEnabled()) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 32.7K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

        /**
         * Default constructor.
         */
        public FessXpathTransformer() {
            super();
        }
    
        /**
         * Initializes the transformer after dependency injection.
         * Sets up the Fess configuration and data serializer components.
         */
        @PostConstruct
        public void init() {
            if (logger.isDebugEnabled()) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 54.4K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

            }
        }
    
        /**
         * Initializes the search engine client and configures indices.
         * Called automatically after dependency injection is complete.
         */
        @PostConstruct
        public void open() {
            if (logger.isDebugEnabled()) {
                logger.debug("Initialize {}", this.getClass().getSimpleName());
            }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.29.md

      - [Changelog since v1.29.12](#changelog-since-v12912)
      - [Important Security Information](#important-security-information)
        - [CVE-2024-9042: Command Injection affecting Windows nodes via nodes/*/logs/query API](#cve-2024-9042-command-injection-affecting-windows-nodes-via-nodeslogsquery-api)
      - [Changes by Kind](#changes-by-kind-2)
        - [API Change](#api-change)
        - [Feature](#feature-1)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Mar 12 00:36:01 UTC 2025
    - 429.6K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.32.md

      - [Changelog since v1.32.0](#changelog-since-v1320)
      - [Important Security Information](#important-security-information-3)
        - [CVE-2024-9042: Command Injection affecting Windows nodes via nodes/*/logs/query API](#cve-2024-9042-command-injection-affecting-windows-nodes-via-nodeslogsquery-api)
      - [Changes by Kind](#changes-by-kind-7)
        - [API Change](#api-change-1)
        - [Feature](#feature-4)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.6.md

    ### Service Catalog
    - **[alpha]** Adds a new API resource `PodPreset` and admission controller to enable defining cross-cutting injection of Volumes and Environment into Pods.
    
    ### Volumes
    * **[stable]** StorageClass API is promoted to v1 (storage.k8s.io/v1).
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
Back to top