Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 197 for minuts (0.04 sec)

  1. src/main/resources/fess_label_it.properties

    labels.webApiJson=Risposta JSON
    labels.webConfigName=Nome configurazione scansione web
    labels.allLanguages=Tutte le lingue
    labels.dictId=ID dizionario
    labels.docId=ID documento
    labels.endTime=Ora di fine
    labels.hq=hq
    labels.inputs=Input
    labels.jobLogging=Logging
    labels.jobName=Nome
    labels.jobStatus=Stato
    labels.labelTypeIds=Etichette
    labels.lang=Lingua
    labels.outputs=Output
    labels.pos=Parte del discorso
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/collect/IterablesTest.java

        List<List<Integer>> input = newArrayList(list1, list2);
    
        Iterable<Integer> result = Iterables.concat(input);
        assertEquals(asList(1, 4), newArrayList(result));
    
        // Now change the inputs and see result dynamically change as well
    
        list1.add(2);
        List<Integer> list3 = newArrayList(3);
        input.add(1, list3);
    
        assertEquals(asList(1, 2, 3, 4), newArrayList(result));
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 45.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.28.md

    ### Other (Cleanup or Flake)
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 456.9K bytes
    - Viewed (1)
  4. android/guava/src/com/google/common/collect/Multimaps.java

       *
       * <p>It's acceptable for the underlying multimap to contain null keys and null values provided
       * that the transformer is capable of accepting null inputs. The transformed multimap might
       * contain null values if the transformer sometimes gives a null result.
       *
       * <p>The returned multimap is not thread-safe or serializable, even if the underlying multimap
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 86.6K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/Multimaps.java

       *
       * <p>It's acceptable for the underlying multimap to contain null keys and null values provided
       * that the transformer is capable of accepting null inputs. The transformed multimap might
       * contain null values if the transformer sometimes gives a null result.
       *
       * <p>The returned multimap is not thread-safe or serializable, even if the underlying multimap
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 86.9K bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    #
    # For documentation and usage, see https://www.unicode.org/reports/tr46
    #
    0000..002C    ; disallowed_STD3_valid                  # 1.1  <control-0000>..COMMA
    002D..002E    ; valid                                  # 1.1  HYPHEN-MINUS..FULL STOP
    002F          ; disallowed_STD3_valid                  # 1.1  SOLIDUS
    0030..0039    ; valid                                  # 1.1  DIGIT ZERO..DIGIT NINE
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.11.md

    * add goroutine to move unschedulable pods to activeq if they are not retried for more than 1 minute ([#72558](https://github.com/kubernetes/kubernetes/pull/72558), [@denkensk](https://github.com/denkensk))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  8. src/main/webapp/css/bootstrap.min.css.map

    font-size($legend-font-size);\n  font-weight: $legend-font-weight;\n  line-height: inherit;\n\n  + * {\n    clear: left; // 2\n  }\n}\n\n// Fix height of inputs with a type of datetime-local, date, month, week, or time\n// See https://github.com/twbs/bootstrap/issues/18842\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 575.5K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_zh_CN.properties

    labels.url=URL
    labels.userFavorite=收藏日志
    labels.userInfo=用户信息
    labels.webApiJson=JSON响应
    labels.webConfigName=Web爬网配置名称
    labels.allLanguages=所有语言
    labels.dictId=字典ID
    labels.docId=文档ID
    labels.endTime=结束时间
    labels.hq=hq
    labels.inputs=输入
    labels.jobLogging=日志记录
    labels.jobName=名称
    labels.jobStatus=状态
    labels.labelTypeIds=标签
    labels.lang=语言
    labels.outputs=输出
    labels.pos=词性
    labels.purgeJobLogDay=删除以前的作业日志
    labels.purgeUserInfoDay=删除以前的用户日志
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_fr.properties

    labels.webConfigName=Nom de la configuration d'exploration Web
    labels.allLanguages=Toutes les langues
    labels.dictId=ID du dictionnaire
    labels.docId=ID du document
    labels.endTime=Heure de fin
    labels.hq=hq
    labels.inputs=Entrées
    labels.jobLogging=Journalisation
    labels.jobName=Nom
    labels.jobStatus=Statut
    labels.labelTypeIds=Étiquettes
    labels.lang=Langue
    labels.outputs=Sorties
    labels.pos=Partie du discours
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
Back to top