- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 210 for pipe (0.1 sec)
-
android/guava/src/com/google/common/io/Files.java
if (file1 == file2 || file1.equals(file2)) { return true; } /* * Some operating systems may return zero as the length for files denoting system-dependent * entities such as devices or pipes, in which case we must fall back on comparing the bytes * directly. */ long len1 = file1.length(); long len2 = file2.length(); if (len1 != 0 && len2 != 0 && len1 != len2) { return false;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Jul 22 19:03:12 UTC 2024 - 33.1K bytes - Viewed (0) -
docs/em/docs/tutorial/sql-databases.md
``` ๐ `__init__.py` ๐ ๐, โ๏ธ โซ๏ธ ๐ฌ ๐ ๐ `sql_app` โฎ๏ธ ๐ ๐ฎ ๐น (๐ ๐) ๐ฆ. ๐ โก๏ธ ๐ โซ๏ธโ ๐ ๐/๐น ๐จ. ## โ `SQLAlchemy` ๐ฅ ๐ ๐ช โ `SQLAlchemy`: <div class="termy"> ```console $ pip install sqlalchemy ---> 100% ``` </div> ## โ ๐ธ๐ฒ ๐ โก๏ธ ๐ ๐ `sql_app/database.py`. ### ๐ ๐ธ๐ฒ ๐ ```Python hl_lines="1-3"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 25K bytes - Viewed (0) -
guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
`I passed by his garden, and marked, with one eye, How the Owl and the Panther were sharing a pie--' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share of the treat. When the pie was all finished, the Owl, as a boon, Was kindly permitted to pocket the spoon:
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 29 21:35:03 UTC 2012 - 145.2K bytes - Viewed (0) -
docs/es/docs/async.md
Pagas ๐ธ. <img src="https://fastapi.tiangolo.com/img/async/parallel-burgers/parallel-burgers-02.png" alt="illustration"> El cajero va a la cocina ๐จโ๐ณ. Esperas, de pie frente al mostrador ๐, para que nadie mรกs recoja tus hamburguesas ๐, ya que no hay nรบmeros para los turnos. <img src="https://fastapi.tiangolo.com/img/async/parallel-burgers/parallel-burgers-03.png" alt="illustration">
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 19 18:15:21 UTC 2024 - 24.9K bytes - Viewed (0) -
cmd/erasure-object.go
// Make sure to return object info to provide extra information. return &GetObjectReader{ ObjInfo: objInfo, }, err } // Zero byte objects don't even need to further initialize pipes etc. return NewGetObjectReaderFromReader(bytes.NewReader(nil), objInfo, opts) } if objInfo.IsRemote() { gr, err := getTransitionedObjectReader(ctx, bucket, object, rs, h, objInfo, opts) if err != nil {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 31 22:10:24 UTC 2024 - 78.8K bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (darwin-386), const EOVERFLOW = 84 pkg syscall (darwin-386), const EOWNERDEAD = 105 pkg syscall (darwin-386), const EPERM = 1 pkg syscall (darwin-386), const EPFNOSUPPORT = 46 pkg syscall (darwin-386), const EPIPE = 32 pkg syscall (darwin-386), const EPROCLIM = 67 pkg syscall (darwin-386), const EPROCUNAVAIL = 76 pkg syscall (darwin-386), const EPROGMISMATCH = 75 pkg syscall (darwin-386), const EPROGUNAVAIL = 74
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.29.md
- Setting the `status.loadBalancer` of a Service whose `spec.type` is not `LoadBalancer` was previously allowed, but any update to the `metadata` or `spec` would wipe that field. Setting this field is no longer permitted unless `spec.type` is `LoadBalancer`. In the very unlikely event that this has unexpected impact, you can enable the `AllowServiceLBStatusOnNonLB` feature gate, which will restore the previous...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 04:37:31 UTC 2024 - 375.1K bytes - Viewed (1) -
src/main/resources/fess_indices/_aws/fess.json
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Mar 23 12:38:28 UTC 2021 - 117.3K bytes - Viewed (0) -
src/main/resources/fess_indices/_cloud/fess.json
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Feb 27 09:26:16 UTC 2021 - 117.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.7.md
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 308.7K bytes - Viewed (1)