- Sort Score
- Result 10 results
- Languages All
Results 591 - 600 of 1,188 for notre (0.02 sec)
- 
				
				guava-testlib/src/com/google/common/collect/testing/IteratorTester.java* protected Iterator<String> newTargetIterator() { * return actualElements.iterator(); * } * }; * iteratorTester.test(); * iteratorTester.testForEachRemaining(); * } * * <p><b>Note</b>: It is necessary to use {@code IteratorTester.KnownOrder} as shown above, rather * than {@code KnownOrder} directly, because otherwise the code cannot be compiled. * * @author Kevin Bourrillion * @author Chris Povirk Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 4.3K bytes - Viewed (0)
- 
				
				guava/src/com/google/common/collect/HashBasedTable.java* quickly, since the row key is provided. However, {@code column(columnKey).size()} takes longer, * since an iteration across all row keys occurs. * * <p>Note that this implementation is not synchronized. If multiple threads access this table * concurrently and one of the threads modifies the table, it must be synchronized externally. * * <p>See the Guava User Guide article on <a href=Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 17 15:26:41 UTC 2025 - 4.1K bytes - Viewed (0)
- 
				
				fess-crawler/src/main/java/org/codelibs/fess/crawler/util/XPathAPI.java* Node singleNode = xPathAPI.selectSingleNode(contextNode, "//example[1]"); * XPathEvaluationResult<?> result = xPathAPI.eval(contextNode, "count(//example)"); * } * </pre> * * <p>Note: This class is not thread-safe. Each thread should create its own instance of XPathAPI.</p> * * @see javax.xml.xpath.XPath * @see javax.xml.xpath.XPathFactory * @see javax.xml.xpath.XPathExpressionException */ Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 4.6K bytes - Viewed (0)
- 
				
				docs/sts/tls.md7d:ab:b8:e9:75:ec:b4:39:fb:c8:cf:53:16:5b:1f:15:b6:7f: 5a:d1:35:2d:fc:31:3a:10:e7:0c ``` > Observe the `Subject: CN = consoleAdmin` field. Also, note that the certificate has to contain the `Extended Key Usage: TLS Web Client Authentication`. Otherwise, MinIO would not accept the certificate as client certificate. Now, the STS certificate-based authentication happens in 4 steps:Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 6K bytes - Viewed (1)
- 
				
				docs/em/docs/tutorial/body.mdπ’ π’ π π€ β©: * π₯ π’ π£ **β‘**, β«οΈ π βοΈ β‘ π’. * π₯ π’ **β π** (π `int`, `float`, `str`, `bool`, βοΈ) β«οΈ π π¬ **π’** π’. * π₯ π’ π£ π **Pydantic π·**, β«οΈ π π¬ π¨ **πͺ**. /// note FastAPI π π π π² `q` π« β β©οΈ π’ π² `= None`. `Union` `Union[str, None]` π« βοΈ FastAPI, βοΈ π β π π¨βπ¨ π€ π π πβπ¦Ί & π β. /// ## π΅ Pydantic Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.2K bytes - Viewed (0)
- 
				
				docs/en/docs/tutorial/cors.mdFor more info about <abbr title="Cross-Origin Resource Sharing">CORS</abbr>, check the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" class="external-link" target="_blank">Mozilla CORS documentation</a>. /// note | Technical Details You could also use `from starlette.middleware.cors import CORSMiddleware`. Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 5.5K bytes - Viewed (0)
- 
				
				tensorflow/api_template.__init__.pyThe primary function of this module is to import all of the public TensorFlow interfaces into a single place. The interfaces themselves are located in sub-modules, as described below. Note that the file `__init__.py` in the TensorFlow source code tree is actually only a placeholder to enable test cases to run. The TensorFlow build replaces Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Oct 02 22:16:02 UTC 2024 - 6.8K bytes - Viewed (0)
- 
				
				docs/de/docs/tutorial/request-forms.mdHTML-Formulare (`<form></form>`) senden die Daten in einer βspeziellenβ Kodierung zum Server, welche sich von JSON unterscheidet. **FastAPI** stellt sicher, dass diese Daten korrekt ausgelesen werden, statt JSON zu erwarten. /// note | Technische Details Daten aus Formularen werden normalerweise mit dem <abbr title='Media type β Medientyp, Typ des Mediums'>βmedia typeβ</abbr> `application/x-www-form-urlencoded` kodiert. Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.9K bytes - Viewed (0)
- 
				
				docs/ko/docs/tutorial/query-param-models.md# 쿼리 λ§€κ°λ³μ λͺ¨λΈ μ°κ΄λ 쿼리 **λ§€κ°λ³μ** κ·Έλ£Ήμ΄ μλ€λ©΄ **Pydantic λͺ¨λΈ** μ μ¬μ©ν΄ μ μΈν μ μμ΅λλ€. μ΄λ κ² νλ©΄ **μ¬λ¬ κ³³**μμ **λͺ¨λΈμ μ¬μ¬μ©**ν μ μμ λΏλ§ μλλΌ, λ§€κ°λ³μμ λν κ²μ¦ λ° λ©νλ°μ΄ν°λ ν λ²μ μ μΈν μ μμ΅λλ€. π /// note | μ°Έκ³ μ΄ κΈ°λ₯μ FastAPI λ²μ  `0.115.0`λΆν° μ 곡λ©λλ€. π€ /// ## 쿼리 λ§€κ°λ³μμ Pydantic λͺ¨λΈ νμν **쿼리 λ§€κ°λ³μ**λ₯Ό **Pydantic λͺ¨λΈ** μμ μ μΈν λ€μ, λͺ¨λΈμ `Query`λ‘ μ μΈν©λλ€. {* ../../docs_src/query_param_models/tutorial001_an_py310.py hl[9:13,17] *}Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Wed Nov 20 19:24:08 UTC 2024 - 2.3K bytes - Viewed (0)
- 
				
				docs/en/docs/tutorial/header-param-models.mdThis would allow you to **re-use the model** in **multiple places** and also to declare validations and metadata for all the parameters at once. π /// note This is supported since FastAPI version `0.115.0`. π€ /// ## Header Parameters with a Pydantic Model { #header-parameters-with-a-pydantic-model }Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 2.6K bytes - Viewed (0)