Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 165 for confirm (0.05 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/dataconfig/EditForm.java

    /**
     * Form class for editing data crawling configurations in the admin interface.
     * This form extends CreateForm to include fields necessary for updating existing data config entries,
     * including tracking information for optimistic locking and audit trails.
     * Data configs define how to crawl and extract data from databases, CSV files, and other data sources.
     *
     */
    public class EditForm extends CreateForm {
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.28.md

    - `kubeadm`: added a new "kubeadm config validate" command that can be used to
      validate any input config file. Use the `--config` flag to pass a config file
      to it. See the command `--help` screen for more information. As a result of adding
      this new command, enhance the validation capabilities of the existing "kubeadm
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 456.9K bytes
    - Viewed (1)
  3. src/main/resources/fess_label_it.properties

    labels.kuromojiFile=File kuromoji
    labels.elevateWordFile=File parole elevate
    labels.badWordFile=File parole proibite
    labels.urlExpr=Condizione
    labels.boostExpr=Espressione di boost
    labels.confirmPassword=Conferma
    labels.crawler=Crawler
    labels.crudMode=Modalità
    labels.errorCountMax=Numero massimo di errori
    labels.errorCountMin=Numero minimo di errori
    labels.facet=Faccetta
    labels.geo=Geo
    labels.groups=Gruppi
    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/test/java/org/codelibs/fess/exception/WebApiExceptionTest.java

        }
    
        public void test_serializable() {
            // Test that the exception has serialVersionUID
            WebApiException exception = new WebApiException(404, "Not Found");
    
            // This test confirms the exception can be created and has standard exception properties
            assertNotNull(exception);
            assertTrue(exception instanceof java.io.Serializable);
        }
    
        public void test_stackTrace() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/admin/dataconfig/CreateForm.java

    import jakarta.validation.constraints.Max;
    import jakarta.validation.constraints.Min;
    import jakarta.validation.constraints.Size;
    
    /**
     * Form class for creating data store configurations.
     * Data configs allow administrators to set up crawling of various data sources
     * including databases, CSV files, and other structured data sources.
     */
    public class CreateForm {
    
        /**
         * Creates a new CreateForm instance.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  6. okhttp/build.gradle.kts

      jvmSignature(rootProject.libs.codehaus.signature.java18) { artifact { type = "signature" } }
    
      checkstyleConfig(rootProject.libs.checkStyle) {
        isTransitive = false
      }
    }
    
    // Animal Sniffer confirms we generally don't use APIs not on Java 8.
    configure<AnimalSnifferExtension> {
      annotation = "okhttp3.internal.SuppressSignatureCheck"
      defaultTargets("jvmMain", "debug")
    }
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 03 03:59:03 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_es.properties

    labels.kuromojiFile=Archivo Kuromoji
    labels.elevateWordFile=Archivo de palabras elevadas
    labels.badWordFile=Archivo de palabras no deseadas
    labels.urlExpr=Condición
    labels.boostExpr=Expresión de impulso
    labels.confirmPassword=Confirmar
    labels.crawler=Rastreador
    labels.crudMode=Modo
    labels.errorCountMax=Número máximo de errores
    labels.errorCountMin=Número mínimo de errores
    labels.facet=Faceta
    labels.geo=Geo
    labels.groups=Grupos
    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_label_pt_BR.properties

    labels.kuromojiFile=Arquivo Kuromoji
    labels.elevateWordFile=Arquivo de palavras elevadas
    labels.badWordFile=Arquivo de palavras ruins
    labels.urlExpr=Condição
    labels.boostExpr=Expressão de impulso
    labels.confirmPassword=Confirmar
    labels.crawler=Rastreador
    labels.crudMode=Modo
    labels.errorCountMax=Número máximo de erros
    labels.errorCountMin=Número mínimo de erros
    labels.facet=Faceta
    labels.geo=Geo
    labels.groups=Grupos
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  9. docs/changelogs/changelog_1x.md

     * Fix: Persist proper `Content-Encoding` header to cache for GZip responses.
     * Fix: Eliminate rare race condition in SPDY streams that would prevent connection reuse.
     * Fix: Change HTTP date formats to UTC to conform to RFC2616 section 3.3.
     * Fix: Support SPDY header blocks with trailing bytes.
     * Fix: Allow `;` as separator for `Cache-Control` header.
     * Fix: Correct bug where HTTPS POST requests were always automatically buffered.
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 6.4K bytes
    - Viewed (0)
  10. docs/pt/docs/deployment/server-workers.md

    Você pode usar essas ferramentas e ideias se estiver configurando **seu próprio sistema de implantação** enquanto cuida dos outros conceitos de implantação.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Thu Jan 09 20:41:07 UTC 2025
    - 8.5K bytes
    - Viewed (0)
Back to top