Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 85 for Uri (0.08 sec)

  1. src/main/resources/fess_message_es.properties

    constraints.TypeFloat.message = {item} debe ser un número.
    constraints.TypeDouble.message = {item} debe ser un número.
    constraints.TypeAny.message = {item} no se puede convertir a {propertyType}.
    constraints.UriType.message = {item} tiene una URI no reconocida.
    constraints.CronExpression.message = {item} no es una expresión CRON válida.
    
    # ----------------------------------------------------------
    # Application Exception
    # ---------------------
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_3x.md

     *  Fix: Don't throw `IOException` on `ResponseBody.contentLength()` or `close()`.
     *  Fix: Never throw converting an `HttpUrl` to a `java.net.URI`. This changes
        the `uri()` method to handle malformed percent-escapes and characters
        forbidden by `URI`.
     *  Fix: When a connect times out, attempt an alternate route. Previously route
        selection was less efficient when differentiating failures.
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  3. okhttp/api/android/okhttp.api

    	public final fun scheme ()Ljava/lang/String;
    	public fun toString ()Ljava/lang/String;
    	public final fun topPrivateDomain ()Ljava/lang/String;
    	public final fun uri ()Ljava/net/URI;
    	public final fun url ()Ljava/net/URL;
    	public final fun username ()Ljava/lang/String;
    }
    
    public final class okhttp3/HttpUrl$Builder {
    	public fun <init> ()V
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 69.4K bytes
    - Viewed (0)
  4. src/main/resources/fess_message_de.properties

    constraints.TypeDouble.message = {item} muss eine Zahl sein.
    constraints.TypeAny.message = {item} kann nicht in {propertyType} konvertiert werden.
    constraints.UriType.message = {item} hat eine nicht erkannte URI.
    constraints.CronExpression.message = {item} ist kein gültiger CRON-Ausdruck.
    
    # ----------------------------------------------------------
    # Application Exception
    # ---------------------
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  5. src/main/resources/fess_message_zh_TW.properties

    constraints.TypeLong.message = {item} 必須是數字。
    constraints.TypeFloat.message = {item} 必須是數字。
    constraints.TypeDouble.message = {item} 必須是數字。
    constraints.TypeAny.message = {item} 無法轉換為 {propertyType}。
    constraints.UriType.message = {item} 包含無法識別的 URI。
    constraints.CronExpression.message = {item} 不是有效的 CRON 表達式。
    
    # ----------------------------------------------------------
    # Application Exception
    # ---------------------
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  6. src/main/resources/fess_message_nl.properties

    constraints.TypeDouble.message = {item} moet een getal zijn.
    constraints.TypeAny.message = {item} kan niet worden geconverteerd naar {propertyType}.
    constraints.UriType.message = {item} heeft een onherkenbare URI.
    constraints.CronExpression.message = {item} is geen geldige CRON-uitdrukking.
    
    # ----------------------------------------------------------
    # Application Exception
    # ---------------------
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12K bytes
    - Viewed (0)
  7. src/main/resources/fess_message_ru.properties

    constraints.TypeDouble.message = {item} должно быть числом.
    constraints.TypeAny.message = {item} не может быть преобразовано в {propertyType}.
    constraints.UriType.message = {item} имеет нераспознанный URI.
    constraints.CronExpression.message = {item} - неверное выражение CRON.
    
    # ----------------------------------------------------------
    # Application Exception
    # ---------------------
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  8. src/main/resources/fess_message.properties

    constraints.TypeFloat.message = {item} must be a number.
    constraints.TypeDouble.message = {item} must be a number.
    constraints.TypeAny.message = {item} cannot be converted to {propertyType}.
    constraints.UriType.message = {item} has an unrecognized URI.
    constraints.CronExpression.message = {item} is not a valid CRON expression.
    
    # ----------------------------------------------------------
    # Application Exception
    # ---------------------
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  9. src/main/resources/fess_message_en.properties

    constraints.TypeFloat.message = {item} must be a number.
    constraints.TypeDouble.message = {item} must be a number.
    constraints.TypeAny.message = {item} cannot be converted to {propertyType}.
    constraints.UriType.message = {item} has an unrecognized URI.
    constraints.CronExpression.message = {item} is not a valid CRON expression.
    
    # ----------------------------------------------------------
    # Application Exception
    # ---------------------
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  10. src/main/resources/fess_message_it.properties

    constraints.TypeFloat.message = {item} deve essere un numero.
    constraints.TypeDouble.message = {item} deve essere un numero.
    constraints.TypeAny.message = {item} non può essere convertito in {propertyType}.
    constraints.UriType.message = {item} ha un URI non riconosciuto.
    constraints.CronExpression.message = {item} non è un'espressione CRON valida.
    
    # ----------------------------------------------------------
    # Application Exception
    # ---------------------
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.3K bytes
    - Viewed (0)
Back to top