Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 153 for stopping (0.04 sec)

  1. src/main/java/org/codelibs/fess/dict/protwords/ProtwordsFile.java

         */
        protected class ProtwordsUpdater implements Closeable {
    
            /** Flag indicating if the update should be committed */
            protected boolean isCommit = false;
    
            /** Temporary file for storing updates */
            protected File newFile;
    
            /** Writer for writing to the temporary file */
            protected Writer writer;
    
            /** The item being updated */
            protected ProtwordsItem item;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/RegularImmutableBiMap.java

     */
    @GwtCompatible
    @SuppressWarnings("serial") // uses writeReplace(), not default serialization
    final class RegularImmutableBiMap<K, V> extends ImmutableBiMap<K, V> {
      @SuppressWarnings("unchecked") // TODO(cpovirk): Consider storing Entry<?, ?>[] instead.
      static final RegularImmutableBiMap<Object, Object> EMPTY =
          new RegularImmutableBiMap<>(
              null, null, (Entry<Object, Object>[]) ImmutableMap.EMPTY_ENTRY_ARRAY, 0, 0);
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/entity/QueryContext.java

        protected String queryString;
    
        /** Set of query terms that should be highlighted in search results. */
        protected Set<String> highlightedQuerySet = null;
    
        /** Map storing field names and their associated query terms for logging. */
        protected Map<String, List<String>> fieldLogMap = null;
    
        /** Flag indicating whether role-based query filtering should be disabled. */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  4. src/main/java/jcifs/internal/dfs/DfsReferralDataImpl.java

         */
        @Override
        public void stripPathConsumed(final int i) {
            if (i > this.pathConsumed) {
                throw new IllegalArgumentException("Stripping more than consumed");
            }
            this.pathConsumed -= i;
        }
    
        @Override
        public void fixupDomain(final String dom) {
            final String s = getServer();
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 11.7K bytes
    - Viewed (0)
  5. okhttp/src/commonJvmAndroid/kotlin/okhttp3/HttpUrl.kt

         * the encoded path will have a trailing '/'.
         *
         * Popping "/a/b/c/" yields "/a/b/". In this case the list of path segments goes from ["a",
         * "b", "c", ""] to ["a", "b", ""].
         *
         * Popping "/a/b/c" also yields "/a/b/". The list of path segments goes from ["a", "b", "c"]
         * to ["a", "b", ""].
         */
        private fun pop() {
    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. src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java

                        if (settings.getIdpSingleLogoutServiceUrl() == null) {
                            if (logger.isDebugEnabled()) {
                                logger.debug("IdP single logout service URL is not configured, skipping SLO for user: {}", samlUser);
                            }
                            return null;
                        }
                        final Auth auth = new Auth(settings, request, response);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 16.4K bytes
    - Viewed (1)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2F88          ; mapped                 ; 821F          # 3.0  KANGXI RADICAL BOAT
    2F89          ; mapped                 ; 826E          # 3.0  KANGXI RADICAL STOPPING
    2F8A          ; mapped                 ; 8272          # 3.0  KANGXI RADICAL COLOR
    2F8B          ; mapped                 ; 8278          # 3.0  KANGXI RADICAL GRASS
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  8. src/main/java/jcifs/http/NtlmHttpFilter.java

                    log.warn("""
                            Default credentials (jcifs.smb.client.username/password)\
                             not specified. SMB signing may not work propertly.\
                              Skipping DC interrogation.""");
                } else {
                    try (SmbSessionInternal ssn = trans.getSmbSession(tf.withDefaultCredentials()).unwrap(SmbSessionInternal.class)) {
                        ssn.treeConnectLogon();
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 15.3K bytes
    - Viewed (0)
  9. src/main/resources/fess_message_de.properties

    errors.not_load_from_server = Konnte von diesem Server nicht geladen werden. Ursache: {0}
    errors.failed_to_start_job = Fehler beim Starten eines Jobs: {0}.
    errors.failed_to_stop_job = Fehler beim Stoppen eines Jobs: {0}.
    errors.failed_to_download_synonym_file = Fehler beim Herunterladen einer Synonymdatei.
    errors.failed_to_upload_synonym_file = Fehler beim Hochladen einer Synonymdatei.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  10. src/main/resources/fess_message_nl.properties

    errors.not_load_from_server = Kan niet laden vanaf deze server. Oorzaak: {0}
    errors.failed_to_start_job = Kan taak {0} niet starten.
    errors.failed_to_stop_job = Kan taak {0} niet stoppen.
    errors.failed_to_download_synonym_file = Kan synoniembestand niet downloaden.
    errors.failed_to_upload_synonym_file = Kan synoniembestand niet uploaden.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12K bytes
    - Viewed (0)
Back to top