Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,070 for step2 (0.04 sec)

  1. docs/em/docs/tutorial/security/first-steps.md

    Joshua Hanson <******@****.***> 1710356539 -0600
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 19:02:19 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  2. docs/ko/docs/tutorial/first-steps.md

    Nils Lindemann <******@****.***> 1713469999 +0200
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  3. docs/metrics/prometheus/grafana/minio-dashboard.json

                      "text": "N/A"
                    }
                  },
                  "type": "special"
                }
              ],
              "thresholds": {
                "mode": "percentage",
                "steps": [
                  {
                    "color": "green",
                    "value": null
                  }
                ]
              },
              "unit": "dtdurations"
            },
            "overrides": []
          },
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Apr 15 10:03:01 UTC 2024
    - 93K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/wait/wait_test.go

    			steps:              5,
    			callback:           defaultCallback,
    			attemptsExpected:   4,
    			cancelContextAfter: 4,
    			errExpected:        context.Canceled,
    		},
    		{
    			name:         "condition returns true after certain attempts with multiple backoff steps and zero duration",
    			steps:        5,
    			zeroDuration: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 26 16:28:45 UTC 2024
    - 41.1K bytes
    - Viewed (0)
  5. pkg/kubelet/util/manager/watch_based_manager_test.go

    			store := newSecretCache(fakeClient, fakeClock, time.Minute)
    
    			for i, step := range tc.steps {
    				expect := tc.expects[i]
    				switch step.action {
    				case "add":
    					store.AddReference(step.ns, step.name, step.referencedFrom)
    				case "delete":
    					store.DeleteReference(step.ns, step.name, step.referencedFrom)
    				default:
    					t.Errorf("unrecognized action of testcase %v", tc.desc)
    				}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 09 10:05:43 UTC 2023
    - 17.2K bytes
    - Viewed (0)
  6. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/steps/LoadPreviousExecutionStateStep.java

     */
    
    package org.gradle.internal.execution.steps;
    
    import org.gradle.internal.execution.UnitOfWork;
    import org.gradle.internal.execution.UnitOfWork.Identity;
    import org.gradle.internal.execution.history.PreviousExecutionState;
    
    public class LoadPreviousExecutionStateStep<C extends WorkspaceContext, R extends AfterExecutionResult> implements Step<C, R> {
        private final Step<? super PreviousExecutionContext, ? extends R> delegate;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:29 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  7. platforms/core-configuration/declarative-dsl-tooling-builders/src/main/kotlin/org/gradle/declarative/dsl/tooling/builders/DeclarativeSchemaModelBuilder.kt

            steps.map { step ->
                val evaluationSchema = step.evaluationSchemaForStep
                val analysisOnlySchema = DefaultEvaluationSchema(evaluationSchema.analysisSchema, evaluationSchema.analysisStatementFilter)
                SimpleInterpretationSequenceStep(step.stepIdentifier, step.features) { analysisOnlySchema }
            }
        )
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:10 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  8. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/steps/NoInputChangesStep.java

     */
    
    package org.gradle.internal.execution.steps;
    
    import org.gradle.internal.execution.UnitOfWork;
    
    public class NoInputChangesStep<C extends ValidationFinishedContext & CachingContext, R extends Result> implements Step<C, R> {
        private final Step<? super InputChangesContext, ? extends R> delegate;
    
        public NoInputChangesStep(Step<? super InputChangesContext, ? extends R> delegate) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 08:26:32 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  9. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/steps/BroadcastChangingOutputsStep.java

     */
    
    package org.gradle.internal.execution.steps;
    
    import com.google.common.collect.ImmutableList;
    import org.gradle.internal.execution.OutputChangeListener;
    import org.gradle.internal.execution.UnitOfWork;
    import org.gradle.internal.file.TreeType;
    
    import java.io.File;
    
    public class BroadcastChangingOutputsStep<C extends InputChangesContext> implements Step<C, Result>  {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:23 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  10. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/steps/ResolveInputChangesStepTest.groovy

     */
    
    package org.gradle.internal.execution.steps
    
    import org.gradle.internal.execution.UnitOfWork
    import org.gradle.internal.execution.history.changes.ExecutionStateChanges
    import org.gradle.internal.execution.history.changes.InputChangesInternal
    
    class ResolveInputChangesStepTest extends StepSpec<IncrementalCachingContext> {
    
        def step = new ResolveInputChangesStep<>(delegate)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 10:13:50 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top