Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for Registry (0.05 sec)

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

       * The list of public suffixes additionally contains privately owned domain names under which
       * Internet users can register subdomains. An example of a public suffix that is not a registry
       * suffix is {@code blogspot.com}. Note that it is true that all public suffixes <i>have</i>
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 27.9K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/net/InternetDomainNameTest.java

          ImmutableSet.of("www", "foo.ihopethiswillneverbeapublicsuffix", "x.y.z");
    
      /**
       * Having a public suffix is equivalent to having a registry suffix, because all registry suffixes
       * are public suffixes, and all public suffixes have registry suffixes.
       */
      private static final ImmutableSet<String> NO_RS = NO_PS;
    
      private static final ImmutableSet<String> NON_PS =
          ImmutableSet.of(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 17.5K bytes
    - Viewed (0)
  3. guava/src/com/google/common/eventbus/SubscriberRegistry.java

    import java.util.Map.Entry;
    import java.util.Objects;
    import java.util.Set;
    import java.util.concurrent.ConcurrentMap;
    import java.util.concurrent.CopyOnWriteArraySet;
    import org.jspecify.annotations.Nullable;
    
    /**
     * Registry of subscribers to a single event bus.
     *
     * @author Colin Decker
     */
    final class SubscriberRegistry {
    
      /**
       * All registered subscribers, indexed by event type.
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Jul 08 18:32:10 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.2.md

    * only include running and pending pods in daemonset should place calculation ([#23929](https://github.com/kubernetes/kubernetes/pull/23929), [@mikedanese](https://github.com/mikedanese))
    * A pod never terminated if a container image registry was unavailable ([#23746](https://github.com/kubernetes/kubernetes/pull/23746), [@derekwaynecarr](https://github.com/derekwaynecarr))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
  5. docs/smb3-features/06-witness-protocol-design.md

    - **MS-SWN**: Service Witness Protocol Specification
    - **MS-SMB2 Section 3.2.4.24**: FSCTL_SRV_REQUEST_RESUME_KEY
    - **MS-SMB2 Section 3.3.5.15.12**: Cluster Reconnect
    - **MS-RRP**: Windows Remote Registry Protocol (for witness service discovery)
    
    ## 3. Witness Architecture
    
    ### 3.1 Witness Service Types
    ```java
    public enum WitnessServiceType {
        CLUSTER_WITNESS,     // Cluster-aware witness service
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 42K bytes
    - Viewed (0)
  6. api/maven-api-settings/src/main/mdo/settings.mdo

            </field>
            <field>
              <name>usePluginRegistry</name>
              <version>1.0.0+</version>
              <description>
                Whether Maven should use the {@code plugin-registry.xml} file to manage plugin versions.
              </description>
              <type>boolean</type>
              <defaultValue>false</defaultValue>
            </field>
            <field>
              <name>offline</name>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sun May 18 09:15:56 UTC 2025
    - 33.8K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_es.properties

    labels.advance_search_timestamp_pastyear=Último año
    labels.searchlog_configuration=Registro de búsqueda
    labels.searchlog_title=Registro de búsqueda
    labels.searchlog_log_type=Tipo de registro
    labels.searchlog_log_type_search=Registro de búsqueda
    labels.searchlog_log_type_click=Registro de clics
    labels.searchlog_log_type_favorite=Registro de favoritos
    labels.searchlog_log_type_user_info=Registro de usuario
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_es.properties

    success.send_testmail=Correo de prueba enviado.
    success.job_log_delete_all=Registro de trabajo eliminado.
    success.changed_password=Contraseña cambiada.
    success.started_data_update=Proceso de actualización de datos iniciado.
    success.reindex_started=Reindexación iniciada.
    success.bulk_process_started=Proceso masivo iniciado.
    success.print_thread_dump=Volcado de hilos impreso en el archivo de registro.
    success.install_plugin=Instalando el plugin {0}.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  9. docs/pt/docs/deployment/https.md

    Você provavelmente usaria um servidor em nuvem (máquina virtual) ou algo parecido, e ele teria <abbr title="Que não muda">fixed</abbr> **Endereço IP público**.
    
    No(s) servidor(es) DNS, você configuraria um registro (`registro A`) para apontar **seu domínio** para o **endereço IP público do seu servidor**.
    
    Você provavelmente fará isso apenas uma vez, na primeira vez em que tudo estiver sendo configurado.
    
    /// tip | Dica
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun May 11 13:37:26 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  10. docs/pt/docs/alternatives.md

    Ele alcança de uma forma similar ao que pode ser feito com o Flask-apispec.
    
    Ele tem um sistema de injeção de dependência integrado, inspirado pelo Angular 2. É necessário fazer o pré-registro dos "injetáveis" (como todos os sistemas de injeção de dependência que conheço), então, adicionando verbosidade e repetição de código.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 25.5K bytes
    - Viewed (0)
Back to top