Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 27 of 27 for sehr (0.02 sec)

  1. android/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

      }
    
      /**
       * The stopwatch gathers events and presents them as strings. R0.6 means a delay of 0.6 seconds
       * caused by the (R)ateLimiter U1.0 means the (U)ser caused the stopwatch to sleep for a second.
       */
      static class FakeStopwatch extends SleepingStopwatch {
        long instant = 0L;
        final List<String> events = new ArrayList<>();
    
        @Override
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 21.9K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

      }
    
      /**
       * The stopwatch gathers events and presents them as strings. R0.6 means a delay of 0.6 seconds
       * caused by the (R)ateLimiter U1.0 means the (U)ser caused the stopwatch to sleep for a second.
       */
      static class FakeStopwatch extends SleepingStopwatch {
        long instant = 0L;
        final List<String> events = new ArrayList<>();
    
        @Override
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 21.9K bytes
    - Viewed (0)
  3. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/idn/IdnaMappingTable.kt

       * in (by dividing by 4) and out (by multiplying by 4).
       */
      private fun findSectionsIndex(codePoint: Int): Int {
        val target = (codePoint and 0x1fff80) shr 7
        val offset =
          binarySearch(
            position = 0,
            limit = sections.length / 4,
          ) { index ->
            val entryIndex = index * 4
            val b0b1 = sections.read14BitInt(entryIndex)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 9K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_pt_BR.properties

    labels.dayForCleanup=Excluir documentos anteriores à data especificada
    labels.crawlingThreadCount=Número de rastreamentos simultâneos
    labels.boost=Valor de impulso
    labels.crawlingConfigName=Nome
    labels.crawlingConfigPath=Caminho a ser rastreado
    labels.processType=Tipo de processo
    labels.parameters=Parâmetros
    labels.designFile=Arquivo para upload
    labels.bulkFile=Arquivo em massa
    labels.appendQueryParameter=Adicionar parâmetro de pesquisa
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_es.properties

    labels.backup_name=Nombre
    labels.backup_bulk_file=Archivo masivo
    labels.backup_button_upload=Subir
    labels.process_time_is_exceeded=Se ha superado el tiempo de espera de la búsqueda. Los resultados mostrados pueden ser parciales.
    labels.user_given_name=Nombre de pila
    labels.givenName=Nombre (dado)
    labels.user_surname=Apellido
    labels.surame=Apellido
    labels.user_mail=Dirección de correo electrónico
    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. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    ?hiiw?m&igu?rio?u!o???nds!ipz??o&ks?p!pu??s?wtsorats??p&a?sp!mk?pk?wk??u&m?p??wk?z??r&hcso?ksw?p?s??s&i?oiw?u?zu??talusnok?w&gzr?i&p?rg?w??m?o&o?pu??u!imzw???z&kw?ouw?????w&a&l&corw?sizdow??w??o&golg?k&ark,ul?zsurp??r&az?gew??t&rabul,sugua??z&coks?sezr????xes?y&buzsak?d&azczseib?ikseb??hcyt?n&jes?lod-zreimizak??pal?r&ogt?uzam??walup?zutrak??z&am-awar?c&aprak?iwol?zsogdyb??d&a&lezc?reis,?ol,?ib?reigz,s&i&lak?p??uklo????l??r&as?f?s??s!.&gro?moc?ten?ude?vog???t!.vog??ubnatsi?x3b689qq6--nx?yc5rb54--...
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Aug 12 15:39:59 UTC 2025
    - 75.3K bytes
    - Viewed (0)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    054C          ; mapped                 ; 057C          # 1.1  ARMENIAN CAPITAL LETTER RA
    054D          ; mapped                 ; 057D          # 1.1  ARMENIAN CAPITAL LETTER SEH
    054E          ; mapped                 ; 057E          # 1.1  ARMENIAN CAPITAL LETTER VEW
    054F          ; mapped                 ; 057F          # 1.1  ARMENIAN CAPITAL LETTER TIWN
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top