- Sort Score
- Result 10 results
- Languages All
Results 1111 - 1120 of 1,264 for NONE (0.03 sec)
-
guava-tests/test/com/google/common/primitives/BooleansTest.java
new boolean[] {false, true, false, false, true, false, true}); } public void testToArray() { // need explicit type parameter to avoid javac warning!? List<Boolean> none = Arrays.<Boolean>asList(); assertThat(Booleans.toArray(none)).isEqualTo(EMPTY); List<Boolean> one = Arrays.asList(false); assertThat(Booleans.toArray(one)).isEqualTo(ARRAY_FALSE); boolean[] array = {false, false, true};
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 02:56:12 UTC 2024 - 24.8K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.crawler_title_edit=General Configuration labels.schedule=Schedule labels.enabled=Enabled labels.day_for_cleanup=Remove Documents Before labels.day=Day(s) labels.crawl_button_update=Update labels.none=None labels.crawling_thread_count=Simultaneous Crawler Config labels.incremental_crawling=Check Last Modified labels.search_log_enabled=Search Logging labels.user_info_enabled=User Logging
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
docs/de/docs/tutorial/request-files.md
Das ist keine Limitation von **FastAPI**, sondern Teil des HTTP-Protokolls. /// ## Optionaler Datei-Upload Sie können eine Datei optional machen, indem Sie Standard-Typannotationen verwenden und den Defaultwert auf `None` setzen: //// tab | Python 3.10+ ```Python hl_lines="9 17" {!> ../../docs_src/request_files/tutorial001_02_an_py310.py!} ``` //// //// tab | Python 3.9+ ```Python hl_lines="9 17"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.3K bytes - Viewed (0) -
docs/pt/docs/tutorial/request_files.md
/// ## Arquivo de upload opcional Você pode definir um arquivo como opcional utilizando as anotações de tipo padrão e definindo o valor padrão como `None`: //// tab | Python 3.10+ ```Python hl_lines="9 17" {!> ../../docs_src/request_files/tutorial001_02_an_py310.py!} ``` //// //// tab | Python 3.9+ ```Python hl_lines="9 17"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.8K bytes - Viewed (0) -
docs/de/docs/advanced/settings.md
Das zweite Argument für <a href="https://docs.python.org/3.8/library/os.html#os.getenv" class="external-link" target="_blank">`os.getenv()`</a> ist der zurückzugebende Defaultwert. Wenn nicht angegeben, ist er standardmäßig `None`. Hier übergeben wir `"World"` als Defaultwert. /// Dann könnten Sie dieses Python-Programm aufrufen: <div class="termy"> ```console // Hier legen wir die Umgebungsvariable noch nicht fest
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 17.7K bytes - Viewed (0) -
docs/ja/docs/python-types.md
* この`dict`の値は`float`型です。(つまり、各項目の価格) #### `Optional` また、`Optional`を使用して、変数が`str`のような型を持つことを宣言することもできますが、それは「オプション」であり、`None`にすることもできます。 ```Python hl_lines="1 4" {!../../docs_src/python_types/tutorial009.py!} ``` ただの`str`の代わりに`Optional[str]`を使用することで、エディタは値が常に`str`であると仮定している場合に実際には`None`である可能性があるエラーを検出するのに役立ちます。 #### ジェネリック型 以下のように角括弧で型パラメータを取る型を: * `List` * `Tuple` * `Set` * `Dict`
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.8K bytes - Viewed (0) -
common-protos/k8s.io/api/policy/v1beta1/generated.proto
// +optional repeated AllowedCSIDriver allowedCSIDrivers = 23; // allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. // Each entry is either a plain sysctl name or ends in "*" in which case it is considered // as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 19.6K bytes - Viewed (0) -
manifests/charts/base/files/crd-all.gen.yaml
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Nov 01 16:23:52 UTC 2024 - 805K bytes - Viewed (0) -
docs/de/docs/tutorial/path-params-numeric-validations.md
/// note | "Hinweis" Ein Pfad-Parameter ist immer erforderlich, weil er Teil des Pfads sein muss. Sie sollten ihn daher mit `...` deklarieren, um ihn als erforderlich auszuzeichnen. Doch selbst wenn Sie ihn mit `None` deklarieren, oder einen Defaultwert setzen, bewirkt das nichts, er bleibt immer erforderlich. /// ## Sortieren Sie die Parameter, wie Sie möchten /// tip | "Tipp"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.1K bytes - Viewed (0) -
docs/ru/docs/tutorial/request-files.md
/// ## Необязательная загрузка файлов Вы можете сделать загрузку файла необязательной, используя стандартные аннотации типов и установив значение по умолчанию `None`: //// tab | Python 3.10+ ```Python hl_lines="9 17" {!> ../../docs_src/request_files/tutorial001_02_an_py310.py!} ``` //// //// tab | Python 3.9+ ```Python hl_lines="9 17"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 15.3K bytes - Viewed (0)