- Sort Score
- Result 10 results
- Languages All
Results 781 - 790 of 847 for direct (0.07 sec)
-
api/go1.14.txt
pkg syscall (freebsd-arm64), type Dirent struct pkg syscall (freebsd-arm64), type Dirent struct, Fileno uint64 pkg syscall (freebsd-arm64), type Dirent struct, Name [256]int8 pkg syscall (freebsd-arm64), type Dirent struct, Namlen uint16 pkg syscall (freebsd-arm64), type Dirent struct, Off int64 pkg syscall (freebsd-arm64), type Dirent struct, Pad0 uint8 pkg syscall (freebsd-arm64), type Dirent struct, Pad1 uint16
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
docs/en/docs/tutorial/sql-databases.md
/// tip SQLModel will have migration utilities wrapping Alembic, but for now, you can use <a href="https://alembic.sqlalchemy.org/en/latest/" class="external-link" target="_blank">Alembic</a> directly. /// ### Create a Hero Because each SQLModel model is also a Pydantic model, you can use it in the same **type annotations** that you could use Pydantic models.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Wed Oct 09 19:44:42 UTC 2024 - 14.7K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/MinMaxPriorityQueue.java
return new Builder<Comparable>(Ordering.natural()).maximumSize(maximumSize); } /** * The builder class used in creation of min-max priority queues. Instead of constructing one * directly, use {@link MinMaxPriorityQueue#orderedBy(Comparator)}, {@link * MinMaxPriorityQueue#expectedSize(int)} or {@link MinMaxPriorityQueue#maximumSize(int)}. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 34.1K bytes - Viewed (0) -
docs/en/docs/python-types.md
* The variable `items_s` is a `set`, and each of its items is of type `bytes`. #### Dict To define a `dict`, you pass 2 type parameters, separated by commas. The first type parameter is for the keys of the `dict`. The second type parameter is for the values of the `dict`: //// tab | Python 3.9+ ```Python hl_lines="1" {!> ../../docs_src/python_types/tutorial008_py39.py!} ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 26 11:47:53 UTC 2024 - 16.7K bytes - Viewed (0) -
guava-tests/test/com/google/common/hash/HashTestUtils.java
* 'affect' a bit(j) in the output if two inputs, identical but for bit(i), will differ at output * bit(j) about half the time * * <p>Funneling is pretty simple to detect. The key idea is to find example keys which * unequivocally demonstrate that funneling cannot be occurring. This is done bit-by-bit. For each
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jul 23 14:22:54 UTC 2024 - 25.5K bytes - Viewed (0) -
docs/tr/docs/async.md
Her neyse, yukarıdaki durumlardan herhangi birinde, FastAPI yine de asenkron olarak çalışacak ve son derece hızlı olacaktır. Ancak yukarıdaki adımları takip ederek, bazı performans optimizasyonları yapılabilecektir. ## Teknik Detaylar
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 21.9K bytes - Viewed (0) -
tensorflow/c/eager/parallel_device/parallel_device_test.cc
// NOTE(allenl): These tests currently go through TFE_Execute and so are // integration testing rather than purely testing the parallel device. They // correspond fairly well to the implementation, but testing the C++ directly is // another option. namespace tensorflow { namespace parallel_device { using ::testing::HasSubstr; TEST(PARALLEL_DEVICE, TestBasicCPU) { std::unique_ptr<TF_Status, decltype(&TF_DeleteStatus)> status(
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Aug 06 23:56:17 UTC 2024 - 29.4K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.webauth_username=Username labels.webauth_password=Password labels.webauth_parameters=Parameters labels.webauth_web_crawling_config=Web Config labels.webauth_scheme_basic=Basic labels.webauth_scheme_digest=Digest labels.webauth_scheme_ntlm=NTLM labels.webauth_scheme_form=Form labels.log_configuration=Log Files labels.log_file_name=File Name labels.log_file_date=Timestamp labels.labeltype_configuration=Label
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.wizard_start_crawling_title=Crawling starten labels.wizard_start_crawler_title=Crawler labels.wizard_start_crawling_desc=Über die Schaltfläche "Crawling starten", können Sie das Crawling direkt starten. labels.wizard_button_start_crawling=Crawling starten labels.wizard_button_finish=Überspringen labels.search_list_configuration=Suche labels.search_list_button_delete=Löschen
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), type Dirent struct pkg syscall (darwin-arm64), type Dirent struct, Ino uint64 pkg syscall (darwin-arm64), type Dirent struct, Name [1024]int8 pkg syscall (darwin-arm64), type Dirent struct, Namlen uint16 pkg syscall (darwin-arm64), type Dirent struct, Pad_cgo_0 [3]uint8 pkg syscall (darwin-arm64), type Dirent struct, Reclen uint16
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0)