Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 48 for IGNORE (0.18 sec)

  1. src/main/resources/fess_label_ru.properties

    labels.default_sort_value=Default Sort Value
    labels.append_query_param_enabled=Append Params to URL
    labels.login_required=Login Required
    labels.login_link=Login Link
    labels.thumbnail=Thumbnail View
    labels.ignore_failure_type=Excluded Failure Type
    labels.failure_count_threshold=Failure Count Threshold
    labels.popular_word_word_enabled=Popular Word Response
    labels.supported_search_web=Web
    labels.supported_search_none=Not Available
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/util/GsaConfigParser.java

                final StringBuilder buf = new StringBuilder(100);
                return ".*" + appendFileterPath(buf, escape(v)) + ".*";
            }
            if (s.startsWith(REGEXP_IGNORE_CASE)) {
                final String v = s.substring(REGEXP_IGNORE_CASE.length());
                final StringBuilder buf = new StringBuilder(100);
                buf.append("(?i)");
                return appendFileterPath(buf, unescape(v));
            }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 14.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/auth/chain/CommandChain.java

                        mt.interrupt();
                    } catch (final Exception e) {
                        // ignore
                    }
                }
                if (currentProcess != null) {
                    try {
                        currentProcess.destroy();
                    } catch (final Exception e) {
                        // ignore
                    }
                }
                currentProcess = null;
    
            }
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 9.3K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_THUMBNAIL = "{labels.thumbnail}";
    
        /** The key of the message: Excluded Failure Type */
        public static final String LABELS_ignore_failure_type = "{labels.ignore_failure_type}";
    
        /** The key of the message: Failure Count Threshold */
        public static final String LABELS_failure_count_threshold = "{labels.failure_count_threshold}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/api/admin/searchlist/ApiAdminSearchlistAction.java

                throwValidationErrorApi(messages -> messages.addErrorsResultSizeExceeded(GLOBAL));
            }
    
            throwValidationErrorApi(messages -> messages.addErrorsInvalidQueryUnknown(GLOBAL));
            return null; // ignore
        }
    
        // GET /api/admin/searchlist/doc/{doc_id}
        @Execute
        public JsonResponse<ApiResult> get$doc(final String id) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 10.2K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/web/admin/searchlog/SearchForm.java

                    return SearchLogPager.DEFAULT_PAGE_SIZE;
                }
                return value;
            } catch (final NumberFormatException e) {
                // ignore
                return SearchLogPager.DEFAULT_PAGE_SIZE;
            }
        }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 1.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_de.properties

    labels.append_query_param_enabled=Parameter an URL anhängen
    labels.login_required=Anmeldung erforderlich
    labels.result_collapsed=Ähnliche Ergebnisse eingeklappt
    labels.login_link=Login-Link
    labels.thumbnail=Miniaturansicht
    labels.ignore_failure_type=Ausgeschlossener Fehlertyp
    labels.failure_count_threshold=Schwelle für Fehleranzahl
    labels.popular_word_word_enabled=Beliebte Wortanfrage
    labels.supported_search_web=Web
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiFile.java

                return null;
            }
    
            @Override
            public void close() {
                try {
                    writer.flush();
                } catch (final IOException e) {
                    // ignore
                }
                CloseableUtil.closeQuietly(writer);
    
                if (isCommit) {
                    try {
                        dictionaryManager.store(KuromojiFile.this, newFile);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 9.7K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_fr.properties

    labels.login_required	=	Connexion requise
    labels.result_collapsed	=	Résultat similaire réduit
    labels.login_link	=	Lien de connexion
    labels.thumbnail	=	Vue miniature
    labels.ignore_failure_type	=	Type d'échec exclu
    labels.failure_count_threshold	=	Seuil du nombre d'échecs
    labels.popular_word_word_enabled	=	Réponse de mot populaire
    labels.supported_search_web	=	Web
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java

                return null;
            }
    
            @Override
            public void close() {
                try {
                    writer.flush();
                } catch (final IOException e) {
                    // ignore
                }
                CloseableUtil.closeQuietly(writer);
    
                if (isCommit) {
                    try {
                        dictionaryManager.store(CharMappingFile.this, newFile);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 10.2K bytes
    - Viewed (0)
Back to top