- Sort Score
- Num 10 results
- Language All
Results 561 - 570 of 1,030 for Services (0.21 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/assemblies/files/fess-service-mgr.exe
Matsutani Kenji <******@****.***> 1477575947 +0900
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Oct 27 13:45:47 GMT 2016 - 102K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbTreeImpl.java
SmbTreeImpl(final SmbSessionImpl session, final String share, final String service) { this.session = session.acquire(); this.share = share.toUpperCase(); if (service != null && !service.startsWith("??")) { this.service = service; } this.service0 = this.service; this.traceResource = this.session.getConfig().isTraceResourceUsage();Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 30K bytes - Click Count (0) -
src/main/assemblies/files/fess-service-x64.exe
Kaoru FUZITA <******@****.***> 1449825322 +0900
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Dec 11 09:15:22 GMT 2015 - 101.5K bytes - Click Count (0) -
src/main/assemblies/files/fess-service-x86.exe
Kaoru FUZITA <******@****.***> 1449825322 +0900
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Dec 11 09:15:22 GMT 2015 - 79K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
that can be found in the LICENSE file. package fips140 import _ "unsafe" // for go:linkname // The service indicator lets users of the module query whether invoked services // are approved. Three states are stored in a per-goroutine value by the // runtime. The indicator starts at indicatorUnset after a reset. Invoking an // approved service transitions to indicatorTrue. Invoking a non-approved // service transitions to indicatorFalse, and it can't leave that state until a // reset. The idea is that...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
tensorflow/c/eager/c_api_experimental.cc
// in an initialized context. for (auto d = devices.begin(); d != devices.end();) { if (absl::StrContains(d->get()->name(), "CPU:0")) { d = devices.erase(d); } else { ++d; } } status->status = tensorflow::unwrap(ctx)->AddDevices(std::move(devices)); } void TFE_InsertConfigKeyValue(TFE_Context* ctx, const char* key,
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 35.9K bytes - Click Count (0) -
cmd/signature-v4.go
payload, }, "\n") return canonicalRequest } // getScope generate a string of a specific date, an AWS region, and a service. func getScope(t time.Time, region string) string { scope := strings.Join([]string{ t.Format(yyyymmdd), region, string(serviceS3), "aws4_request", }, SlashSeparator) return scope } // getStringToSign a string based on selected query values.
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Dec 13 22:19:12 GMT 2024 - 12.4K bytes - Click Count (0) -
cmd/signature-v4-parser_test.go
} if expectedCredentials.scope.service != actualCredential.scope.service { t.Errorf("Test %d: service mismatch:Expected \"%s\", got \"%s\"", testNum, expectedCredentials.scope.service, actualCredential.scope.service) } if expectedCredentials.scope.request != actualCredential.scope.request {Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Oct 10 18:57:35 GMT 2025 - 27.8K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataGraph.java
} private void checkVertices(int nVertices) { if (vertices == null) { vertices = new TreeSet<>(); } } private void checkEdges() { int count = DEFAULT_EDGES; if (vertices != null) { count = vertices.size() + vertices.size() / 2; } checkEdges(count); }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 13K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractServiceTest.java
service.notifyStarted(); assertEquals(State.RUNNING, service.state()); assertTrue(service.isRunning()); assertFalse(service.doStopCalled); service.notifyStopped(); assertEquals(State.TERMINATED, service.state()); assertFalse(service.isRunning()); assertFalse(service.doStopCalled); } /**Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 28.7K bytes - Click Count (0)