- Sort Score
- Result 10 results
- Languages All
Results 291 - 300 of 509 for task1 (0.02 sec)
-
docs/en/mkdocs.yml
- - tutorial/security/oauth2-jwt.md
- - tutorial/middleware.md
- - tutorial/cors.md
- - tutorial/sql-databases.md
- - tutorial/bigger-applications.md
- - tutorial/background-tasks.md
- - tutorial/metadata.md
- - tutorial/static-files.md
- - tutorial/testing.md
- - tutorial/debugging.md
- - Advanced User Guide:
- - advanced/index.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 22 20:28:02 UTC 2024 - 10.4K bytes - Viewed (0) -
istioctl/pkg/precheck/precheck_test.go
- "meshConfig.defaultConfig.tracer", "1.21",
- "tracing is no longer by default enabled to send to 'zipkin.istio-system.svc'; "+
- "follow https://istio.io/latest/docs/tasks/observability/distributed-tracing/telemetry-api/",
- "1.21")
- assert.Equal(t, expectedOutput, messages[0])
- }
- func init() {
- cli.MakeKubeFactory = func(k kube.CLIClient) cmdutil.Factory {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 09 12:01:22 UTC 2024 - 3.9K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/SettableFuture.java
- * other {@code Future}, be {@linkplain #cancel cancelled}.
- *
- * <p>{@code SettableFuture} is the recommended {@code ListenableFuture} implementation when your
- * task cannot be implemented with {@link ListeningExecutorService}, the various {@link Futures}
- * utility methods, or {@link ListenableFutureTask}. Those APIs have less opportunity for developer
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 01 17:18:04 UTC 2021 - 2.4K bytes - Viewed (0) -
build-logic/cleanup/src/main/kotlin/gradlebuild/testing/services/BuildBucketProvider.kt
- import org.gradle.api.file.DirectoryProperty
- import org.gradle.api.provider.Property
- import org.gradle.api.services.BuildService
- import org.gradle.api.services.BuildServiceParameters
- import org.gradle.api.tasks.testing.Test
- import org.gradle.util.GradleVersion
- import java.io.StringReader
- import java.util.Properties
- abstract class BuildBucketProvider : BuildService<BuildBucketProvider.Params> {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jun 28 08:29:28 UTC 2024 - 4.9K bytes - Viewed (0) -
.github/workflows/contributor-pr.yml
- - name: Setup Gradle
- uses: gradle/actions/setup-gradle@v3
- with:
- cache-read-only: ${{ github.ref != 'refs/heads/master' }}
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Oct 11 18:32:33 UTC 2024 - 3.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTest.kt
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Sep 24 06:22:49 UTC 2024 - 5.6K bytes - Viewed (0) -
.teamcity/src/test/kotlin/ApplyDefaultConfigurationTest.kt
- assertEquals(expectedRunnerParam(expectedDaemonParam, extraParameters, os), steps.getGradleStep("GRADLE_RUNNER").gradleParams)
- assertEquals("clean myTask", steps.getGradleStep("GRADLE_RUNNER").tasks)
- }
- private
- fun expectedRunnerParam(daemon: String = "--daemon", extraParameters: String = "", os: Os = Os.LINUX): String {
- val linuxPaths =
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Sep 24 06:22:49 UTC 2024 - 6.3K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/SettableFuture.java
- * other {@code Future}, be {@linkplain #cancel cancelled}.
- *
- * <p>{@code SettableFuture} is the recommended {@code ListenableFuture} implementation when your
- * task cannot be implemented with {@link ListeningExecutorService}, the various {@link Futures}
- * utility methods, or {@link ListenableFutureTask}. Those APIs have less opportunity for developer
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 01 17:18:04 UTC 2021 - 2.4K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/ws/RealWebSocket.kt
- private val key: String
- /** Non-null for client web sockets. These can be canceled. */
- internal var call: Call? = null
- /** This task processes the outgoing queues. Call [runWriter] to after enqueueing. */
- private var writerTask: Task? = null
- /** Null until this web socket is connected. Only accessed by the reader thread. */
- private var reader: WebSocketReader? = null
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Apr 01 14:21:25 UTC 2024 - 22.1K bytes - Viewed (0) -
build-logic-commons/basics/src/test/kotlin/gradlebuild/basics/tasks/PackageListGeneratorIntegrationTest.kt
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- package gradlebuild.basics.tasks
- import org.junit.jupiter.api.Assertions.assertEquals
- import org.junit.jupiter.api.Test
- import org.junit.jupiter.api.io.TempDir
- import java.nio.file.FileVisitResult
- import java.nio.file.Files
- import java.nio.file.Path
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Oct 11 19:14:16 UTC 2024 - 5K bytes - Viewed (0)