Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for erase (0.01 sec)

  1. guava/src/com/google/common/collect/ArrayTable.java

       * are valid.
       *
       * @param rowKey row key of mapping to be erased
       * @param columnKey column key of mapping to be erased
       * @return the value previously associated with the keys, or {@code null} if no mapping existed
       *     for the keys
       */
      @CanIgnoreReturnValue
      public @Nullable V erase(@Nullable Object rowKey, @Nullable Object columnKey) {
        Integer rowIndex = rowKeyToIndex.get(rowKey);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Aug 13 19:39:21 UTC 2025
    - 26.8K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/base/Ascii.java

      /**
       * Alternate name for {@link #SP}.
       *
       * @since 8.0
       */
      public static final byte SPACE = 32;
    
      /**
       * 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.
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 21.7K bytes
    - Viewed (0)
  3. docs/changelogs/changelog_4x.md

    
    ## Version 4.0.0-RC3
    
    _2019-06-24_
    
     *  Fix: Retain binary-compatibility in `okhttp3.internal.HttpMethod`. Naughty third party SDKs
        import this and we want to ease upgrades for their users.
    
    
    ## Version 4.0.0-RC2
    
    _2019-06-21_
    
     *  New: Require Kotlin 1.3.40.
     *  New: Change the Kotlin API from `File.toRequestBody()` to `File.asRequestBody()` and
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Apr 17 13:25:31 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_it.properties

    labels.tooltip_logout=Esci
    labels.advance=Ricerca avanzata
    labels.advance_search_title=Ricerca avanzata
    labels.advance_search_must_queries=Contiene tutte le parole
    labels.advance_search_phrase_query=Corrispondenza esatta della frase
    labels.advance_search_should_queries=Contiene una qualsiasi delle parole
    labels.advance_search_not_queries=Non contiene le parole
    labels.advance_search_filetype=Tipo di file
    labels.advance_search_filetype_default=Tutti i tipi
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_es.properties

    labels.tooltip_logout=Cerrar sesión
    labels.advance=Búsqueda avanzada
    labels.advance_search_title=Búsqueda avanzada
    labels.advance_search_must_queries=Contiene todas las palabras
    labels.advance_search_phrase_query=Coincidencia exacta de la frase
    labels.advance_search_should_queries=Contiene cualquiera de las palabras
    labels.advance_search_not_queries=No contiene las palabras
    labels.advance_search_filetype=Formato de 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)
  6. src/main/resources/fess_label_pt_BR.properties

    labels.tooltip_logout=Logout
    labels.advance=Pesquisa avançada
    labels.advance_search_title=Pesquisa avançada
    labels.advance_search_must_queries=Contém todas as palavras
    labels.advance_search_phrase_query=Correspondência exata da frase
    labels.advance_search_should_queries=Contém qualquer uma das palavras
    labels.advance_search_not_queries=Não contém as palavras
    labels.advance_search_filetype=Formato do arquivo
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
Back to top