- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 78 for recv (0.03 sec)
-
android/guava/src/com/google/common/xml/XmlEscapers.java
* * <p>For details on the behavior of the escapers in this class, see sections <a * href="http://www.w3.org/TR/2008/REC-xml-20081126/#charsets">2.2</a> and <a * href="http://www.w3.org/TR/2008/REC-xml-20081126/#syntax">2.4</a> of the XML specification. * * @author Alex Matevossian * @author David Beaumont * @since 15.0 */ @GwtCompatible public class XmlEscapers {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jun 20 17:15:33 UTC 2025 - 6.5K bytes - Viewed (0) -
docs/pt/docs/advanced/settings.md
participant execute as Executar Função rect rgba(0, 255, 0, .1) code ->> function: say_hi(name="Camila") function ->> execute: executar código da função execute ->> code: retornar o resultado end rect rgba(0, 255, 255, .1) code ->> function: say_hi(name="Camila") function ->> code: retornar resultado armazenado end rect rgba(0, 255, 0, .1)
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Wed Jan 15 20:17:23 UTC 2025 - 15.8K bytes - Viewed (0) -
docs/es/docs/advanced/settings.md
participant execute as Ejecutar función rect rgba(0, 255, 0, .1) code ->> function: say_hi(name="Camila") function ->> execute: ejecutar código de la función execute ->> code: devolver el resultado end rect rgba(0, 255, 255, .1) code ->> function: say_hi(name="Camila") function ->> code: devolver resultado almacenado end rect rgba(0, 255, 0, .1)
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 12.7K bytes - Viewed (0) -
.pre-commit-config.yaml
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: - id: check-added-large-files - id: check-toml - id: check-yaml args: - --unsafe - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.12.10 hooks: - id: ruff args: - --fix
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Aug 25 20:03:02 UTC 2025 - 735 bytes - Viewed (1) -
cmd/object-api-options_test.go
}, }, } for _, testCase := range testCases { t.Run(testCase.name, func(t *testing.T) { rec := httptest.NewRecorder() req := httptest.NewRequest("GET", "/test", nil) req.Header = testCase.headers opts, _ := getAndValidateAttributesOpts(ctx, rec, req, bucket, "testobject") if !reflect.DeepEqual(opts.ObjectAttributes, testCase.wantObjectAttrs) {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 09 14:28:39 UTC 2025 - 2.4K bytes - Viewed (0) -
cmd/test-utils_test.go
} if len(partSizes) > 1 { asMultipart = true } checkRespErr := func(rec *httptest.ResponseRecorder, exp int) { t.Helper() if rec.Code != exp { b, err := io.ReadAll(rec.Body) t.Fatalf("Expected: %v, Got: %v, Body: %s, err: %v", exp, rec.Code, string(b), err) } } if !asMultipart { srcData := NewDummyDataGen(partSizes[0], 0)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 77K bytes - Viewed (0) -
cmd/object-lambda-handlers_test.go
req = signer.SignV4(*req, credentials.AccessKey, credentials.SecretKey, "", "us-east-1") rec := httptest.NewRecorder() api := objectAPIHandlers{ ObjectAPI: func() ObjectLayer { return obj }, } api.GetObjectLambdaHandler(rec, req) res := rec.Result() defer res.Body.Close() respBody, _ := io.ReadAll(res.Body) if res.StatusCode != expectStatus {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Jul 18 21:56:31 UTC 2025 - 5.2K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type BpfProgram struct, Pad_cgo_0 [4]uint8 pkg syscall (freebsd-arm64), type BpfStat struct pkg syscall (freebsd-arm64), type BpfStat struct, Drop uint32 pkg syscall (freebsd-arm64), type BpfStat struct, Recv uint32 pkg syscall (freebsd-arm64), type BpfVersion struct pkg syscall (freebsd-arm64), type BpfVersion struct, Major uint16 pkg syscall (freebsd-arm64), type BpfVersion struct, Minor uint16
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), type BpfProgram struct, Pad_cgo_0 [4]uint8 pkg syscall (darwin-arm64), type BpfStat struct pkg syscall (darwin-arm64), type BpfStat struct, Drop uint32 pkg syscall (darwin-arm64), type BpfStat struct, Recv uint32 pkg syscall (darwin-arm64), type BpfVersion struct pkg syscall (darwin-arm64), type BpfVersion struct, Major uint16 pkg syscall (darwin-arm64), type BpfVersion struct, Minor uint16
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), type BpfStat struct, Drop uint64 pkg syscall (netbsd-arm64-cgo), type BpfStat struct, Padding [13]uint64 pkg syscall (netbsd-arm64-cgo), type BpfStat struct, Recv uint64 pkg syscall (netbsd-arm64-cgo), type BpfTimeval struct pkg syscall (netbsd-arm64-cgo), type BpfTimeval struct, Sec int64 pkg syscall (netbsd-arm64-cgo), type BpfTimeval struct, Usec int64
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0)