Search Options

Results per page
Sort
Preferred Languages
Advance

Results 501 - 510 of 541 for matchAt (0.04 sec)

  1. src/main/resources/fess_label_ru.properties

    labels.failure_url_details=Failure Url Детали
    labels.file_auth_details=File Auth Детали
    labels.file_config_details=File Config Детали
    labels.group_details=Group Детали
    labels.job_log_details=Job Log Детали
    labels.key_match_details=Key Match Детали
    labels.labeltype_details=Labeltype Детали
    labels.pathmap_details=Pathmap Детали
    labels.related_content_details=Related Content Детали
    labels.related_query_details=Related Query Детали
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 60.2K bytes
    - Viewed (0)
  2. guava/src/com/google/common/io/Files.java

       *   <li>fold out ../ when possible
       *   <li>collapse multiple slashes
       *   <li>delete trailing slashes (unless the path is just "/")
       * </ul>
       *
       * <p>These heuristics do not always match the behavior of the filesystem. In particular, consider
       * the path {@code a/../b}, which {@code simplifyPath} will change to {@code b}. If {@code a} is a
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Sep 25 20:24:13 UTC 2025
    - 32.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * Get the value for the key 'query.highlight.no.match.size'. <br>
         * The value is, e.g. 0 <br>
         * comment: Size for no-match query highlight.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getQueryHighlightNoMatchSize();
    
        /**
         * Get the value for the key 'query.highlight.no.match.size' as {@link Integer}. <br>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 525.7K bytes
    - Viewed (2)
  4. CHANGELOG/CHANGELOG-1.31.md

      The scheduling hints allow the scheduler to only retry scheduling a Pod
      that was previously rejected by the VolemeZone plugin if  addition/update of node, 
      addition/update of PV, addition/update of PVC, or addition of SC matches pod's topology settings. ([#124996](https://github.com/kubernetes/kubernetes/pull/124996), [@Gekko0114](https://github.com/Gekko0114)) [SIG Scheduling and Storage]
    - Kube-scheduler implements scheduling hints for the VolumeZone plugin.
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Nov 12 11:33:21 UTC 2025
    - 451.9K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ko.properties

    labels.failure_url_details=Failure Url 상세
    labels.file_auth_details=File Auth 상세
    labels.file_config_details=File Config 상세
    labels.group_details=Group 상세
    labels.job_log_details=Job Log 상세
    labels.key_match_details=Key Match 상세
    labels.labeltype_details=Labeltype 상세
    labels.pathmap_details=Pathmap 상세
    labels.related_content_details=Related Content 상세
    labels.related_query_details=Related Query 상세
    labels.request_header_details=Request Header 상세
    L46
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 04 09:16:23 UTC 2025
    - 46.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.14.md

    ### Action Required
    
    * Added cadvisor metric labels `pod` and `container` where `pod_name` and `container_name` are present to match instrumentation guidelines. ([#69099](https://github.com/kubernetes/kubernetes/pull/69099), [@ehashman](https://github.com/ehashman))
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_fr.properties

    labels.file_auth_details=File Auth Détails
    labels.file_config_details=File Config Détails
    labels.group_details=Group Détails
    labels.job_log_details=Job Log Détails
    labels.key_match_details=Key Match Détails
    labels.labeltype_details=Labeltype Détails
    labels.pathmap_details=Pathmap Détails
    labels.related_content_details=Related Content Détails
    labels.related_query_details=Related Query Détails
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 49.2K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_it.properties

    labels.file_auth_details=File Auth Dettagli
    labels.file_config_details=File Config Dettagli
    labels.group_details=Group Dettagli
    labels.job_log_details=Job Log Dettagli
    labels.key_match_details=Key Match Dettagli
    labels.labeltype_details=Labeltype Dettagli
    labels.pathmap_details=Pathmap Dettagli
    labels.related_content_details=Related Content Dettagli
    labels.related_query_details=Related Query Dettagli
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 04 09:16:23 UTC 2025
    - 46.6K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.26.md

      the following metrics had their name updated to match metrics API guidelines:
        - `cronjob_job_creation_skew_duration_seconds` -> `job_creation_skew_duration_seconds`.' ([#113008](https://github.com/kubernetes/kubernetes/pull/113008), [@soltysh](https://github.com/soltysh))
    - 'Promoted job-related metrics to stable to follow IndexedJobs GA. The following metrics have their name updated to match metrics API guidelines:
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java

                    logger.debug("Silent token acquisition failed: {}", e.getMessage());
                }
                return null;
            }
        }
    
        /**
         * Validates that the authentication response matches the authorization code flow.
         * @param oidcResponse The OpenID Connect authentication success response.
         */
        protected void validateAuthRespMatchesCodeFlow(final AuthenticationSuccessResponse oidcResponse) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 56.7K bytes
    - Viewed (0)
Back to top