- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 133 for sarete (0.06 sec)
-
docs/pt/docs/virtual-environments.md
Se você leu e entendeu tudo isso, agora **você sabe muito mais** sobre ambientes virtuais do que muitos desenvolvedores por aí. 🤓
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 22.6K bytes - Viewed (0) -
docs/it/docs/index.md
* Controllerà se ci sia un parametro opzionale chiamato `q` (per esempio `http://127.0.0.1:8000/items/foo?q=somequery`) per le richieste `GET`. * Siccome il parametro `q` è dichiarato con `= None`, è opzionale. * Senza il `None` sarebbe stato obbligatorio (come per il body della richiesta `PUT`). * Per le richieste `PUT` su `/items/{item_id}`, leggerà il body come JSON, questo comprende:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 19.5K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Converter.java
return checkNotNull(otherConverter, "otherConverter"); } /* * We *could* override convertAll() to return its input, but it's a rather pointless * optimization and opened up a weird type-safety problem. */ @Override public String toString() { return "Converter.identity()"; } private Object readResolve() { return INSTANCE; }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jun 18 21:43:06 UTC 2025 - 22.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableSetMultimap.java
EMPTY_SET_FIELD_SETTER = Serialization.getFieldSetter(ImmutableSetMultimap.class, "emptySet"); } @GwtIncompatible @J2ktIncompatible // Serialization type safety is at the caller's mercy. @SuppressWarnings("unchecked") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { stream.defaultReadObject();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25.8K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.user_roomNumber=房間號 labels.roomNumber=房間號 labels.user_description=描述 labels.description=描述 labels.user_title=職位 labels.title=職位 labels.user_pager=尋呼機 labels.pager=尋呼機 labels.user_street=街道 labels.street=街道 labels.user_postalCode=郵政編碼 labels.postalCode=郵政編碼 labels.user_physicalDeliveryOfficeName=辦公室 labels.physicalDeliveryOfficeName=辦公室 labels.user_destinationIndicator=電報服務地址資訊 labels.destinationIndicator=電報服務地址資訊
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.user_description=Описание labels.description=Описание labels.user_title=Должность labels.title=Должность labels.user_pager=Пейджер labels.pager=Пейджер labels.user_street=Улица labels.street=Улица labels.user_postalCode=Почтовый индекс labels.postalCode=Почтовый индекс labels.user_physicalDeliveryOfficeName=Офис labels.physicalDeliveryOfficeName=Офис labels.user_destinationIndicator=Индикатор назначения
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.user_description=Descrizione labels.description=Descrizione labels.user_title=Titolo labels.title=Titolo labels.user_pager=Cercapersone labels.pager=Cercapersone labels.user_street=Via labels.street=Via labels.user_postalCode=CAP labels.postalCode=CAP labels.user_physicalDeliveryOfficeName=Ufficio labels.physicalDeliveryOfficeName=Ufficio labels.user_destinationIndicator=Informazioni indirizzo servizio telegrammi
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
guava/src/com/google/common/net/InetAddresses.java
* creation methods appear to adhere doggedly to the original intent of the "mapped" address: all * "mapped" addresses return {@link Inet4Address} objects. * * <p>For added safety, it is common for IPv6 network operators to filter all packets where either * the source or destination address appears to be a "compat" or "mapped" address. Filtering
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_de.properties
labels.roomNumber=Zimmernummer labels.user_description=Beschreibung labels.description=Beschreibung labels.user_title=Titel labels.title=Titel labels.user_pager=Pager labels.pager=Pager labels.user_street=Straße labels.street=Straße labels.user_postalCode=Postleitzahl labels.postalCode=Postleitzahl labels.user_physicalDeliveryOfficeName=Büro labels.physicalDeliveryOfficeName=Büro labels.user_destinationIndicator=Zielindikator
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
api/go1.4.txt
pkg syscall (windows-amd64), const SIO_UDP_CONNRESET = 2550136844 pkg syscall (windows-amd64), const SIO_UDP_CONNRESET ideal-int # CL 102320044 syscall: implement syscall.Getppid() on Windows, Alan Shreve <******@****.***> pkg syscall (windows-386), const TH32CS_INHERIT = 2147483648 pkg syscall (windows-386), const TH32CS_INHERIT ideal-int pkg syscall (windows-386), const TH32CS_SNAPALL = 15
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0)