Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 805 for livez (0.09 sec)

  1. docs/de/docs/contributing.md

    ### Dokumentation live
    
    Während der lokalen Entwicklung gibt es ein Skript, das die Site erstellt, auf Änderungen prüft und direkt neu lädt (Live Reload):
    
    <div class="termy">
    
    ```console
    $ python ./scripts/docs.py live
    
    <span style="color: green;">[INFO]</span> Serving on http://127.0.0.1:8008
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 23:55:23 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  2. subprojects/core/src/test/groovy/org/gradle/api/internal/file/CachingTaskInputFileCollectionTest.groovy

        def collection = new CachingTaskInputFileCollection(TestFiles.resolver(), TestFiles.patternSetFactory, DefaultTaskDependencyFactory.withNoAssociatedProject(), Stub(PropertyHost))
    
        def "results are live prior to task execution"() {
            def files = []
            def f1 = tmpDir.file("f1")
            def f2 = tmpDir.file("f2")
            collection.from(files)
    
            expect:
            collection.files.empty
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 06 01:29:26 UTC 2020
    - 2.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/lastappliedupdater_test.go

    				t.Errorf("Error applying object: %v", err)
    			}
    
    			accessor := meta.NewAccessor()
    			annotations, err := accessor.Annotations(f.Live())
    			if err != nil {
    				t.Errorf("Failed to access annotations: %v", err)
    			}
    			if annotations == nil {
    				t.Errorf("No annotations on obj: %v", f.Live())
    			}
    			lastApplied, ok := annotations[internal.LastAppliedConfigAnnotation]
    			if ok || len(lastApplied) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/DomainObjectCollection.java

    /**
     * <p>A {@code DomainObjectCollection} is a specialised {@link Collection} that adds the ability to receive modification notifications and use live filtered sub collections.</p>
     *
     * <p>The filtered collections returned by the filtering methods, such as {@link #matching(Closure)}, return collections that are live. That is, they reflect
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 31 01:48:06 UTC 2022
    - 7.9K bytes
    - Viewed (0)
  5. src/runtime/importx_test.go

    // Copyright 2023 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // See import_test.go. This is the half that lives in the runtime package.
    
    // TODO: Generate this
    
    package runtime
    
    type TestingT interface {
    	Cleanup(func())
    	Error(args ...any)
    	Errorf(format string, args ...any)
    	Fail()
    	FailNow()
    	Failed() bool
    	Fatal(args ...any)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 10 17:18:27 UTC 2023
    - 763 bytes
    - Viewed (0)
  6. test/fixedbugs/issue16095.go

    	sink = y
    
    	panic(nil)
    
    	// After the recover we reach the deferreturn, which
    	// copies the heap version of x back to the stack.
    	// It gets the pointer to x from a stack slot that was
    	// not marked as live during the call to runtime.GC().
    }
    
    var sinkint int
    
    func g(p *int) (x [20]byte) {
    	// Initialize x.
    	for i := range x {
    		x[i] = byte(i)
    	}
    
    	// Force x to be allocated on the heap.
    	sink = &x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 27 16:48:48 UTC 2016
    - 1.9K bytes
    - Viewed (0)
  7. istioctl/pkg/analyze/analyze.go

    		Example: `  # Analyze the current live cluster
      istioctl analyze
    
      # Analyze the current live cluster for a specific revision
      istioctl analyze --revision 1-16
    
      # Analyze the current live cluster, simulating the effect of applying additional yaml files
      istioctl analyze a.yaml b.yaml my-app-config/
    
      # Analyze the current live cluster, simulating the effect of applying a directory of config recursively
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 17K bytes
    - Viewed (0)
  8. pkg/ctrlz/topics/assets/templates/mem.html

        <tr>
            <td>Frees</td>
            <td id="Frees">{{.Frees}} objects</td>
            <td>Cumulative count of heap objects freed.</td>
        </tr>
    
        <tr>
            <td>Live</td>
            <td id="Live">0 objects</td>
            <td>Count of live heap objects.</td>
        </tr>
    
        <tr>
            <td>HeapAlloc</td>
            <td id="HeapAlloc">{{.HeapAlloc}} bytes</td>
            <td>Allocated heap objects.</td>
        </tr>
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  9. src/syscall/exec_unix.go

    // the lock across those operations.
    //
    // It is worse to inherit some file descriptors than others.
    // If a non-malicious child accidentally inherits an open ordinary file,
    // that's not a big deal. On the other hand, if a long-lived child
    // accidentally inherits the write end of a pipe, then the reader
    // of that pipe will not see EOF until that child exits, potentially
    // causing the parent program to hang. This is a common problem
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:03:59 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/JavaLibraryResolutionAttributesOrderingIntegrationTest.groovy

     *
     * As the necessary attributes are not present on the consumer's compileClasspath configuration until the
     * beforeLocking callback method is called, the previous incorrect behavior of the ArtifactView was to select without
     * considering these attributes.  This has been corrected to use a "live" view
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top