Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for dels (0.02 sec)

  1. src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessSecurityResourceProviderTest.java

        }
    
        public void test_withDesCipher() {
            // Test with DES cipher
            InvertibleCryptographer des = InvertibleCryptographer.createDesCipher("12345678");
            FessSecurityResourceProvider provider = new FessSecurityResourceProvider(des, oneWayCryptographer);
    
            assertNotNull(provider);
            assertEquals(des, provider.providePrimaryInvertibleCryptographer());
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_es.properties

    labels.crawling_info_CrawlerStartTime=Hora de inicio del rastreador
    labels.crawling_info_CrawlerEndTime=Hora de finalización del rastreador
    labels.crawling_info_CrawlerExecTime=Tiempo de ejecución del rastreador
    labels.crawling_info_CrawlerStatus=Estado del rastreador
    labels.crawling_info_WebFsCrawlExecTime=Tiempo de ejecución del rastreo (Web/Archivo)
    labels.crawling_info_WebFsCrawlStartTime=Hora de inicio del rastreo (Web/Archivo)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  3. src/main/resources/fess_message_es.properties

    errors.design_jsp_file_does_not_exist = El archivo JSP no existe.
    errors.design_file_name_is_not_found = No se ha especificado el nombre del archivo.
    errors.failed_to_write_design_image_file = No se pudo cargar el archivo de imagen.
    errors.failed_to_update_jsp_file = No se pudo actualizar el archivo JSP.
    errors.design_file_name_is_invalid = El nombre del archivo no es válido.
    errors.design_file_is_unsupported_type = Este tipo de archivo no es compatible.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/fess.json

              "rules_path": "${fess.dictionary.path}en-ie/stemmer_override.txt"
            },
            "italian_elision": {
              "type":         "elision",
              "articles": [
                    "c", "l", "all", "dall", "dell",
                    "nell", "sull", "coll", "pell",
                    "gl", "agl", "dagl", "degl", "negl",
                    "sugl", "un", "m", "t", "s", "v", "d"
              ]
            },
            "italian_stop": {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Fri Jun 06 14:17:42 UTC 2025
    - 39.8K bytes
    - Viewed (0)
  5. guava-gwt/pom.xml

             its builds. Thus, GWT doesn't get j2objc-annotations transitively, in
             contrast to the other deps of `guava`, which it does get transitively.
             (Arguably we should redeclare *all* the `guava` deps here.) -->
        <dependency>
          <groupId>com.google.j2objc</groupId>
          <artifactId>j2objc-annotations</artifactId>
        </dependency>
        <dependency>
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 19.4K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/base/Ascii.java

      /**
       * Delete: This character is used primarily to "erase" or "obliterate" erroneous or unwanted
       * characters in perforated tape.
       *
       * @since 8.0
       */
      public static final byte DEL = 127;
    
      /**
       * The minimum value of an ASCII character.
       *
       * @since 9.0 (was type {@code int} before 12.0)
       */
      public static final char MIN = 0;
    
      /**
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 21.7K bytes
    - Viewed (0)
  7. android/pom.xml

            <artifactId>j2objc-annotations</artifactId>
            <version>${j2objc.version}</version>
          </dependency>
          <!--
          We moved away from using dependencyManagement for test-only deps because of https://github.com/google/guava/issues/6654.
          We could probably have resumed it after https://github.com/google/guava/pull/6664.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 24.3K bytes
    - Viewed (0)
  8. pom.xml

            <artifactId>j2objc-annotations</artifactId>
            <version>${j2objc.version}</version>
          </dependency>
          <!--
          We moved away from using dependencyManagement for test-only deps because of https://github.com/google/guava/issues/6654.
          We could probably have resumed it after https://github.com/google/guava/pull/6664.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 23.9K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_de.properties

    labels.system_info_env_title=Eigenschaften der Umgebungsvariablen
    labels.system_info_prop_title=Systemeigenschaften
    labels.system_info_fess_prop_title=App-Eigenschaften
    labels.system_info_bug_report_title=Eigenschaften des Fehlerberichts
    labels.system_info_system_properties_does_not_exist=system.properties existiert nicht. Standardwerte werden angewendet.
    labels.file_auth_configuration=Datei-Authentifizierung
    labels.file_auth_list_hostname=Hostname
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
Back to top