- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 140 for docid1 (0.13 sec)
-
guava/src/com/google/common/reflect/TypeResolver.java
* <p>On the other hand, if for example we are resolving {@code List<A extends B>} to {@code * List<A extends String>}, we need to compare that {@code <A extends B>} is unequal to {@code <A * extends String>} in order to decide to use the transformed type instead of the original type. */ static final class TypeVariableKey { private final TypeVariable<?> var; TypeVariableKey(TypeVariable<?> var) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 24.2K bytes - Viewed (0) -
android/guava/src/com/google/common/net/InetAddresses.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 47.4K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.loginLink=顯示登入連結 labels.threadName=執行緒名稱 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=詞性
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
docs/en/docs/deployment/concepts.md
I'll tell you a bit more about these **concepts** here, and that would hopefully give you the **intuition** you would need to decide how to deploy your API in very different environments, possibly even in **future** ones that don't exist yet. By considering these concepts, you will be able to **evaluate and design** the best way to deploy **your own APIs**.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 18.6K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.userFavorite=Favoritenprotokoll labels.userInfo=Benutzerinformationen labels.webApiJson=JSON-Antwort labels.webConfigName=Webcrawl-Konfigurationsname labels.allLanguages=Alle Sprachen labels.dictId=Wörterbuch-ID labels.docId=Dokument-ID labels.endTime=Endzeit labels.hq=hq labels.inputs=Eingaben labels.jobLogging=Protokollierung labels.jobName=Name labels.jobStatus=Status labels.labelTypeIds=Labels labels.lang=Sprache
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
docs/pt/docs/async.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 23.6K bytes - Viewed (0) -
docs/en/docs/tutorial/sql-databases.md
Now let's **refactor** this app a bit to increase **security** and **versatility**. If you check the previous app, in the UI you can see that, up to now, it lets the client decide the `id` of the `Hero` to create. 😱 We shouldn't let that happen, they could overwrite an `id` we already have assigned in the DB. Deciding the `id` should be done by the **backend** or the **database**, **not by the client**.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 15.4K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.userInfo=Informacje o użytkowniku labels.webApiJson=Odpowiedź JSON labels.webConfigName=Nazwa konfiguracji indeksowania stron internetowych labels.allLanguages=Wszystkie języki labels.dictId=ID słownika labels.docId=ID dokumentu labels.endTime=Godzina zakończenia labels.hq=hq labels.inputs=Wejścia labels.jobLogging=Logowanie labels.jobName=Nazwa labels.jobStatus=Status labels.labelTypeIds=Etykiety labels.lang=Język
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/MapInterfaceTest.java
} assertNull(map.get(unmappedKey)); } public void testGetNull() { Map<K, V> map = makeEitherMap(); if (allowsNullKeys) { if (allowsNullValues) { // TODO: decide what to test here. } else { assertEquals(map.containsKey(null), map.get(null) != null); } } else { try { V unused = map.get(null);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 43.9K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.userFavorite=Журнал избранного labels.userInfo=Информация о пользователе labels.webApiJson=Ответ JSON labels.webConfigName=Имя конфигурации веб-сканирования 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=Язык
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0)