Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 377 for plan (0.1 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/task_configuration_avoidance.adoc

    4. [[task_configuration_avoidance_guideline_validate_build_logic]] **Ensure a good plan is established for validating the build logic.** +
    Usually, a simple `build` task invocation should do the trick to validate your build logic.
    However, some builds may need additional verification — understand the behavior of your build and make sure you have a good verification plan.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 23:45:25 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  2. docs/tr/docs/features.md

    * **WebSocket** desteği.
    * **GraphQL** desteği.
    * Kullanım halinde arka plan işlevleri.
    * Başlatma ve kapatma eventleri(startup and shutdown).
    * Test sunucusu HTTPX üzerine kurulu.
    * **CORS**, GZip, Static dosyalar, Streaming responseları.
    * **Session and Cookie** desteği.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/ConfigurationCacheState.kt

    import org.gradle.internal.cc.base.serialize.IsolateOwners
    import org.gradle.internal.cc.base.serialize.service
    import org.gradle.internal.cc.base.serialize.withGradleIsolate
    import org.gradle.execution.plan.Node
    import org.gradle.execution.plan.ScheduledWork
    import org.gradle.initialization.BuildIdentifiedProgressDetails
    import org.gradle.initialization.BuildStructureOperationProject
    import org.gradle.initialization.GradlePropertiesController
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/apis/kubeadm/zz_generated.deepcopy.go

    func (in *UpgradeConfiguration) DeepCopyInto(out *UpgradeConfiguration) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	in.Apply.DeepCopyInto(&out.Apply)
    	out.Diff = in.Diff
    	in.Node.DeepCopyInto(&out.Node)
    	in.Plan.DeepCopyInto(&out.Plan)
    	if in.Timeouts != nil {
    		in, out := &in.Timeouts, &out.Timeouts
    		*out = new(Timeouts)
    		(*in).DeepCopyInto(*out)
    	}
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  5. docs/fr/docs/tutorial/path-params.md

    De la même façon, il existe bien d'autres outils compatibles, y compris des outils de génération de code
    pour de nombreux langages.
    
    ## Pydantic
    
    Toute la validation de données est effectué en arrière-plan avec <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a>,
    dont vous bénéficierez de tous les avantages. Vous savez donc que vous êtes entre de bonnes mains.
    
    ## L'ordre importe
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 10K bytes
    - Viewed (0)
  6. src/os/exec/exec.go

    		if err != nil {
    			env = os.Environ()
    			// Note that the non-nil err is preserved despite env being overridden.
    		}
    
    		if c.Dir != "" {
    			switch runtime.GOOS {
    			case "windows", "plan9":
    				// Windows and Plan 9 do not use the PWD variable, so we don't need to
    				// keep it accurate.
    			default:
    				// On POSIX platforms, PWD represents “an absolute pathname of the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/apis/kubeadm/v1beta4/zz_generated.deepcopy.go

    func (in *UpgradeConfiguration) DeepCopyInto(out *UpgradeConfiguration) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	in.Apply.DeepCopyInto(&out.Apply)
    	out.Diff = in.Diff
    	in.Node.DeepCopyInto(&out.Node)
    	in.Plan.DeepCopyInto(&out.Plan)
    	if in.Timeouts != nil {
    		in, out := &in.Timeouts, &out.Timeouts
    		*out = new(Timeouts)
    		(*in).DeepCopyInto(*out)
    	}
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  8. docs/fr/docs/features.md

    * Le support des **WebSockets**.
    * Le support de **GraphQL**.
    * Les <abbr title="En anglais: In-process background tasks">tâches d'arrière-plan.</abbr>
    * Des évènements de démarrages et d'arrêt.
    * Un client de test basé sur `request`
    * **CORS**, GZip, Static Files, Streaming responses.
    * Le support des **Sessions et Cookies**.
    * Une couverture de test à 100 %.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/plugins/podtopologyspread/filtering.go

    // Fact 1: we only preempt pods on the same node, instead of pods on multiple nodes.
    // Fact 2: each node is evaluated on a separate copy of the preFilterState during its preemption cycle.
    // If we plan to turn to a more complex algorithm like "arbitrary pods on multiple nodes", this
    // structure needs to be revisited.
    // Fields are exported for comparison during testing.
    type criticalPaths [2]struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 12.4K bytes
    - Viewed (1)
  10. testing/internal-integ-testing/src/test/groovy/org/gradle/integtests/fixtures/executer/OutputScrapingExecutionFailureTest.groovy

    2019-10-03T09:33:08.990+0200 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter] Some more output
    2019-10-03T09:33:08.990+0200 [DEBUG] [org.gradle.execution.plan.DefaultPlanExecutor] Task worker [Thread[main,5,main]] finished, busy: 0.0 secs, idle: 0.021 secs
    \u001B[0K
    \u001B[0K
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 15.5K bytes
    - Viewed (0)
Back to top