Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for noilla (0.04 sec)

  1. android/guava/src/com/google/common/net/HttpHeaders.java

      /**
       * The HTTP <a
       * href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Link_prefetching_FAQ#As_a_server_admin.2C_can_I_distinguish_prefetch_requests_from_normal_requests.3F">{@code
       * Purpose}</a> header field name.
       *
       * @since 28.0
       */
      public static final String PURPOSE = "Purpose";
    
      /**
       * The HTTP <a
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Mar 27 20:37:16 UTC 2025
    - 35.4K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/net/InternetDomainName.java

       * ["mail", "google", "com"]}.
       */
      public ImmutableList<String> parts() {
        return parts;
      }
    
      /**
       * Indicates whether this domain name represents a <i>public suffix</i>, as defined by the Mozilla
       * Foundation's <a href="http://publicsuffix.org/">Public Suffix List</a> (PSL). A public suffix
       * is one under which Internet users can directly register names, such as {@code com}, {@code
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 27.9K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_it.properties

    labels.excludedDocUrls=URL da escludere dalla ricerca
    labels.hostname=Nome host
    labels.id=ID
    labels.includedPaths=Percorsi da includere nella scansione
    labels.includedUrls=URL da includere nella scansione
    labels.includedDocPaths=Percorsi da includere nella ricerca
    labels.includedDocUrls=URL da includere nella ricerca
    labels.maxAccessCount=Numero massimo di accessi
    labels.name=Nome
    labels.numOfThread=Numero di thread
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/Constants.java

        // User Agent Configuration
        // ============================================================
    
        /** Prefix for Fess crawler user agent string. */
        public static final String CRAWLING_USER_AGENT_PREFIX = "Mozilla/5.0 (compatible; Fess/";
    
        /** Suffix for Fess crawler user agent string with bot information URL. */
        public static final String CRAWLING_USER_AGENT_SUFFIX = "; +http://fess.codelibs.org/bot.html)";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 34.6K bytes
    - Viewed (0)
Back to top