Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 665 for termination (0.48 sec)

  1. src/runtime/sigtab_linux_generic.go

    	/* 12 */ {_SigNotify, "SIGUSR2: user-defined signal 2"},
    	/* 13 */ {_SigNotify, "SIGPIPE: write to broken pipe"},
    	/* 14 */ {_SigNotify, "SIGALRM: alarm clock"},
    	/* 15 */ {_SigNotify + _SigKill, "SIGTERM: termination"},
    	/* 16 */ {_SigThrow + _SigUnblock, "SIGSTKFLT: stack fault"},
    	/* 17 */ {_SigNotify + _SigUnblock + _SigIgn, "SIGCHLD: child status has changed"},
    	/* 18 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 3.5K bytes
    - Viewed (0)
  2. licenses/github.com/hashicorp/errwrap/LICENSE

         shall terminate.
    
    5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
         license agreements (excluding distributors and resellers) which have been
         validly granted by You or Your distributors under this License prior to
         termination shall survive termination.
    
    6. Disclaimer of Warranty
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  3. src/html/escape_test.go

    		"Delta = Δ ",
    		"Delta = Δ ",
    	},
    	// Handle hexadecimal numeric entities.
    	{
    		"hexadecimalEntity",
    		"Lambda = λ = &#X3Bb ",
    		"Lambda = λ = λ ",
    	},
    	// Handle numeric early termination.
    	{
    		"numericEnds",
    		"&# &#x €43 &copy = &#169f = &#xa9",
    		"&# &#x €43 © = ©f = ©",
    	},
    	// Handle numeric ISO-8859-1 entity replacements.
    	{
    		"numericReplacements",
    		"Footnote‡",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 22 12:45:38 UTC 2015
    - 3.3K bytes
    - Viewed (0)
  4. src/runtime/mgcsweep.go

    	g      *g
    	parked bool
    
    	// active tracks outstanding sweepers and the sweep
    	// termination condition.
    	active activeSweep
    
    	// centralIndex is the current unswept span class.
    	// It represents an index into the mcentral span
    	// sets. Accessed and updated via its load and
    	// update methods. Not protected by a lock.
    	//
    	// Reset at mark termination.
    	// Used by mheap.nextSpanForSweep.
    	centralIndex sweepClass
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:52:18 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/io/LineReader.java

       * linefeed ({@code "\r\n"}).
       *
       * @return a {@code String} containing the contents of the line, not including any
       *     line-termination characters, or {@code null} if the end of the stream has been reached.
       * @throws IOException if an I/O error occurs
       */
      @CanIgnoreReturnValue // to skip a line
      @CheckForNull
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 17 14:35:11 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  6. guava/src/com/google/common/io/CharSource.java

       * text that is terminated by (but does not include) one of {@code \r\n}, {@code \r} or {@code
       * \n}. If the source's content does not end in a line termination sequence, it is treated as if
       * it does.
       *
       * <p>The caller is responsible for ensuring that the returned stream is closed. For example:
       *
       * <pre>{@code
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 17 14:35:11 UTC 2023
    - 25.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/analysisinternal/extractdoc.go

    	"go/parser"
    	"go/token"
    	"strings"
    )
    
    // MustExtractDoc is like [ExtractDoc] but it panics on error.
    //
    // To use, define a doc.go file such as:
    //
    //	// Package halting defines an analyzer of program termination.
    //	//
    //	// # Analyzer halting
    //	//
    //	// halting: reports whether execution will halt.
    //	//
    //	// The halting analyzer reports a diagnostic for functions
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 18 21:28:13 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/waypoint.go

    import (
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pkg/config/host"
    	"istio.io/istio/pkg/maps"
    	"istio.io/istio/pkg/util/sets"
    )
    
    const (
    	// ConnectTerminate is the name for the resources associated with the termination of HTTP CONNECT.
    	ConnectTerminate = "connect_terminate"
    
    	// MainInternalName is the name for the resources associated with the main (non-tunnel) internal listener.
    	MainInternalName = "main_internal"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  9. pkg/kubelet/kuberuntime/kuberuntime_container.go

    		return fmt.Sprintf("Error on reading termination message from logs: %v", err)
    	}
    	return buf.String()
    }
    
    func (m *kubeGenericRuntimeManager) convertToKubeContainerStatus(status *runtimeapi.ContainerStatus) (cStatus *kubecontainer.Status) {
    	cStatus = toKubeContainerStatus(status, m.runtimeName)
    	if status.State == runtimeapi.ContainerState_CONTAINER_EXITED {
    		// Populate the termination message if needed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  10. licenses/github.com/hashicorp/go-version/LICENSE

         shall terminate.
    
    5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
         license agreements (excluding distributors and resellers) which have been
         validly granted by You or Your distributors under this License prior to
         termination shall survive termination.
    
    6. Disclaimer of Warranty
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 15:59:40 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top