- Sort Score
- Result 10 results
- Languages All
Results 651 - 660 of 1,276 for Xref (0.02 sec)
-
.github/workflows/build.yml
uses: mikepenz/action-junit-report@v5 with: report_paths: '**/build/test-results/*/TEST-*.xml' check_name: OpenJDK 11 Test Report - name: Publish Test Results uses: EnricoMi/publish-unit-test-result-action@v2 if: github.repository == 'square/okhttp' && github.ref == 'refs/heads/master' with:Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Aug 21 07:15:58 UTC 2025 - 18.1K bytes - Viewed (0) -
android/guava/src/com/google/common/base/internal/Finalizer.java
* the License. */ package com.google.common.base.internal; import java.lang.ref.PhantomReference; import java.lang.ref.Reference; import java.lang.ref.ReferenceQueue; import java.lang.ref.WeakReference; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.logging.Level;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 9.3K bytes - Viewed (0) -
docs/em/docs/tutorial/request-forms-and-files.md
# ๐จ ๐จ & ๐ ๐ ๐ช ๐ฌ ๐ & ๐จ ๐ ๐ ๐ฐ โ๏ธ `File` & `Form`. /// info ๐จ ๐ ๐ & /โ๏ธ ๐จ ๐, ๐ฅ โ <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>. ๐คถ โ. `pip install python-multipart`. /// ## ๐ `File` & `Form` {* ../../docs_src/request_forms_and_files/tutorial001.py hl[1] *} ## ๐ฌ `File` & `Form` ๐ข
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 1.1K bytes - Viewed (0) -
docs/ko/docs/python-types.md
๊ทธ๋ ๊ฒ ํ๋ฉด ๋ณ์๋ฅผ `Person`์ด๋ผ๊ณ ์ ์ธํ ์ ์๊ฒ ๋ฉ๋๋ค. {* ../../docs_src/python_types/tutorial010.py hl[6] *} ๊ทธ๋ฆฌ๊ณ ์ญ์๋ ๋ชจ๋ ์๋ํฐ ๋์์ ๋ฐ๊ฒ ๋๊ฒ ์ฃ . <img src="/img/python-types/image06.png"> ## Pydantic ๋ชจ๋ธ <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a>์ ๋ฐ์ดํฐ ๊ฒ์ฆ(Validation)์ ์ํ ํ์ด์ฌ ๋ผ์ด๋ธ๋ฌ๋ฆฌ์ ๋๋ค. ๋น์ ์ ์์ฑ๋ค์ ํฌํจํ ํด๋์ค ํํ๋ก "๋ชจ์(shape)"์ ์ ์ธํ ์ ์์ต๋๋ค. ๊ทธ๋ฆฌ๊ณ ๊ฐ ์์ฑ์ ํ์ ์ ๊ฐ์ง๊ณ ์์ต๋๋ค.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/failureurl/admin_failureurl.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 13.3K bytes - Viewed (0) -
docs/ja/docs/tutorial/request-forms.md
# ใใฉใผใ ใใผใฟ JSONใฎไปฃใใใซใใฃใผใซใใๅใๅใๅ ดๅใฏใ`Form`ใไฝฟ็จใใพใใ /// info | ๆ ๅ ฑ ใใฉใผใ ใไฝฟใใใใซใฏใใพใ<a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>ใใคใณในใใผใซใใพใใ ใใจใใฐใ`pip install python-multipart`ใฎใใใซใ /// ## `Form`ใฎใคใณใใผใ `fastapi`ใใ`Form`ใใคใณใใผใใใพใ: {* ../../docs_src/request_forms/tutorial001.py hl[1] *} ## `Form`ใฎใใฉใกใผใฟใฎๅฎ็พฉ `Body`ใ`Query`ใฎๅ ดๅใจๅใใใใซใใฉใผใ ใใฉใกใผใฟใไฝๆใใพใ:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.3K bytes - Viewed (0) -
android/guava/src/com/google/common/base/FinalizableWeakReference.java
* the License. */ package com.google.common.base; import com.google.common.annotations.GwtIncompatible; import com.google.common.annotations.J2ktIncompatible; import java.lang.ref.ReferenceQueue; import java.lang.ref.WeakReference; import org.jspecify.annotations.Nullable; /** * Weak reference with a {@code finalizeReferent()} method which a background thread invokes afterRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 1.5K bytes - Viewed (0) -
guava/src/com/google/common/base/FinalizableWeakReference.java
* the License. */ package com.google.common.base; import com.google.common.annotations.GwtIncompatible; import com.google.common.annotations.J2ktIncompatible; import java.lang.ref.ReferenceQueue; import java.lang.ref.WeakReference; import org.jspecify.annotations.Nullable; /** * Weak reference with a {@code finalizeReferent()} method which a background thread invokes afterRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 1.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard.jsp
</div> <div class="col-sm-6"> <ol class="breadcrumb float-sm-right"> <li class="breadcrumb-item active"><la:link href="/admin/wizard/"> <la:message key="labels.wizard_start_title"/> </la:link></li> </ol> </div> </div>Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 3.5K bytes - Viewed (0) -
docs/es/docs/tutorial/security/oauth2-jwt.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 10.9K bytes - Viewed (0)