- Sort Score
- Result 10 results
- Languages All
Results 361 - 370 of 679 for Applications (0.3 sec)
-
.github/workflows/mint/nginx.conf
worker_processes auto; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { worker_connections 4096; } http { include /etc/nginx/mime.types; default_type application/octet-stream; log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"';
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed May 15 16:52:29 UTC 2024 - 3.1K bytes - Viewed (0) -
android-test/src/main/AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <application android:usesCleartextTraffic="true" tools:targetApi="m"/>
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Dec 30 23:28:56 UTC 2024 - 387 bytes - Viewed (0) -
src/test/java/jcifs/pac/kerberos/KerberosTicketTest.java
v.add(new DERTaggedObject(true, 3, new DERSequence(principalVector))); // Wrap in APPLICATION tag as expected by KerberosEncData DERSequence seq = new DERSequence(v); return new DERTaggedObject(false, BERTags.APPLICATION, 3, seq).getEncoded(); } @Test void testConstructorWithEmptyToken() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.4K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/RequestBody.kt
@Throws(IOException::class) abstract fun writeTo(sink: BufferedSink) /** * A duplex request body is special in how it is **transmitted** on the network and * in the **API contract** between OkHttp and the application. * * This method returns false unless it is overridden by a subclass. * * ### Duplex Transmission * * With regular HTTP calls the request always completes sending before the response may begin
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Jun 04 17:43:43 UTC 2025 - 9K bytes - Viewed (0) -
docs/pt/docs/deployment/manually.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Thu Jan 09 20:41:07 UTC 2025 - 7.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/cors/DefaultCorsHandler.java
* and applies standard CORS headers based on the application configuration. */ public class DefaultCorsHandler extends CorsHandler { /** * Creates a new instance of DefaultCorsHandler. * This constructor initializes the default CORS handler for applying * standard CORS headers based on application configuration. */ public DefaultCorsHandler() { super(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3K bytes - Viewed (0) -
docs/em/docs/tutorial/index.md
<span style="color: green;">INFO</span>: Started server process [28722] <span style="color: green;">INFO</span>: Waiting for application startup. <span style="color: green;">INFO</span>: Application startup complete. ``` </div> β«οΈ **π π‘** π π β βοΈ π π, β β«οΈ & π β«οΈ π. βοΈ β«οΈ π π¨βπ¨ β«οΈβ π€ π¦ π π° FastAPI, π β π₯ π π βοΈ β, π π β , β, βοΈ. ---
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 2.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* application/e-pub+zip=epub<br> * application/x-ibooks+zip=ibooks<br> * text/plain=txt<br> * application/rtf=rtf<br> * application/vnd.ms-htmlhelp=chm<br> * application/zip=zip<br> * application/x-7z-comressed=7z<br> * application/x-bzip=bz<br> * application/x-bzip2=bz2<br> * application/x-tar=tar<br> * application/x-rar-compressed=rar<br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
docs/de/docs/tutorial/request-forms-and-files.md
Sie kΓΆnnen mehrere `File`- und `Form`-Parameter in einer *Pfadoperation* deklarieren, aber Sie kΓΆnnen nicht gleichzeitig auch `Body`-Felder deklarieren, welche Sie als JSON erwarten, da der Request den Body mittels `multipart/form-data` statt `application/json` kodiert. Das ist keine Limitation von **FastAPI**, sondern Teil des HTTP-Protokolls. /// ## Zusammenfassung
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 1.4K bytes - Viewed (0) -
docs/em/docs/tutorial/request-files.md
/// ## β«οΈβ "π¨ π½" π πΈ π¨ (`<form></form>`) π¨ π½ π½ π βοΈ "π" π’ π π, β«οΈ π βͺοΈβ‘οΈ π». **FastAPI** π β π β π π βͺοΈβ‘οΈ βΆοΈοΈ π₯ β©οΈ π». /// note | π‘ βΉ π βͺοΈβ‘οΈ π¨ π π βοΈ "π» π" `application/x-www-form-urlencoded` πβ β«οΈ π« π π. βοΈ πβ π¨ π π, β«οΈ π `multipart/form-data`. π₯ π βοΈ `File`, **FastAPI** π π β«οΈ βοΈ π€ π βͺοΈβ‘οΈ β π πͺ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.9K bytes - Viewed (0)