Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 53 for categories (0.14 sec)

  1. CHANGELOG/CHANGELOG-1.8.md

    * Adds the `Categories []string` field to API resources, which represents the list of group aliases (e.g. "all") that every resource belongs to.  ([#43338](https://github.com/kubernetes/kubernetes/pull/43338), [@fabianofranz](https://github.com/fabianofranz))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    o.se
    org.se
    p.se
    parti.se
    pp.se
    press.se
    r.se
    s.se
    t.se
    tm.se
    u.se
    w.se
    x.se
    y.se
    z.se
    
    // sg : https://www.sgnic.sg/domain-registration/sg-categories-rules
    // Confirmed by registry <******@****.***> 2024-11-19
    sg
    com.sg
    net.sg
    org.sg
    gov.sg
    edu.sg
    
    // sh : http://nic.sh/rules.htm
    sh
    com.sh
    net.sh
    gov.sh
    org.sh
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_pt_BR.properties

    labels.teletexTerminalIdentifier=Identificador de terminal de teletex
    labels.user_x121Address=x121Address
    labels.x121Address=x121Address
    labels.user_businessCategory=Categoria de negócios
    labels.businessCategory=Categoria de negócios
    labels.user_registeredAddress=Endereço registrado
    labels.registeredAddress=Endereço registrado
    labels.user_displayName=Nome de exibição
    labels.displayName=Nome de exibição
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_fr.properties

    labels.teletexTerminalIdentifier=Identifiant de terminal Teletex
    labels.user_x121Address=x121Address
    labels.x121Address=x121Address
    labels.user_businessCategory=Catégorie d'entreprise
    labels.businessCategory=Catégorie d'entreprise
    labels.user_registeredAddress=Adresse enregistrée
    labels.registeredAddress=Adresse enregistrée
    labels.user_displayName=Nom d'affichage
    labels.displayName=Nom d'affichage
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_it.properties

    labels.teletexTerminalIdentifier=Identificatore terminale teletex
    labels.user_x121Address=x121Address
    labels.x121Address=x121Address
    labels.user_businessCategory=Categoria aziendale
    labels.businessCategory=Categoria aziendale
    labels.user_registeredAddress=Indirizzo registrato
    labels.registeredAddress=Indirizzo registrato
    labels.user_displayName=Nome visualizzato
    labels.displayName=Nome visualizzato
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_es.properties

    labels.teletexTerminalIdentifier=Identificador de terminal de teletex
    labels.user_x121Address=x121Address
    labels.x121Address=x121Address
    labels.user_businessCategory=Categoría de negocio
    labels.businessCategory=Categoría de negocio
    labels.user_registeredAddress=Dirección registrada
    labels.registeredAddress=Dirección registrada
    labels.user_displayName=Nombre para mostrar
    labels.displayName=Nombre para mostrar
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  7. docs/LICENSE

         closely related to copyright including, without limitation,
         performance, broadcast, sound recording, and Sui Generis Database
         Rights, without regard to how the rights are labeled or
         categorized. For purposes of this Public License, the rights
         specified in Section 2(b)(1)-(2) are not Copyright and Similar
         Rights.
    
      d. Effective Technological Measures means those measures that, in the
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Mon May 10 16:50:06 UTC 2021
    - 18.2K bytes
    - Viewed (0)
  8. RELEASE.md

    *   Added **categorical data** processing layers:
        *   `IntegerLookup` & `StringLookup`: build an index of categorical feature
            values
        *   `CategoryEncoding`: turn integer-encoded categories into one-hot,
            multi-hot, or tf-idf encoded representations
        *   `CategoryCrossing`: create new categorical features representing
            co-occurrences of previous categorical feature values
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  9. guava/src/com/google/common/net/InetAddresses.java

      private static byte @Nullable [] ipStringToBytes(String ipStringParam, @Nullable Scope scope) {
        String ipString = ipStringParam;
        // Make a first pass to categorize the characters in this string.
        boolean hasColon = false;
        boolean hasDot = false;
        int percentIndex = -1;
        for (int i = 0; i < ipString.length(); i++) {
          char c = ipString.charAt(i);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 19 21:24:11 UTC 2025
    - 47.4K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/net/InetAddresses.java

      private static byte @Nullable [] ipStringToBytes(String ipStringParam, @Nullable Scope scope) {
        String ipString = ipStringParam;
        // Make a first pass to categorize the characters in this string.
        boolean hasColon = false;
        boolean hasDot = false;
        int percentIndex = -1;
        for (int i = 0; i < ipString.length(); i++) {
          char c = ipString.charAt(i);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 19 21:24:11 UTC 2025
    - 47.4K bytes
    - Viewed (0)
Back to top