Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 256 for decreasing (0.2 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/version/version_test.go

    		}
    	}
    
    	return nil
    }
    
    func TestSemanticVersions(t *testing.T) {
    	tests := []testItem{
    		// This is every version string that appears in the 2.0 semver spec,
    		// sorted in strictly increasing order except as noted.
    		{version: "0.1.0"},
    		{version: "1.0.0-0.3.7"},
    		{version: "1.0.0-alpha"},
    		{version: "1.0.0-alpha+001", equalsPrev: true},
    		{version: "1.0.0-alpha.1"},
    		{version: "1.0.0-alpha.beta"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 18 19:25:29 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/batch/v1/types.go

    	// completedIndexes holds the completed indexes when .spec.completionMode =
    	// "Indexed" in a text format. The indexes are represented as decimal integers
    	// separated by commas. The numbers are listed in increasing order. Three or
    	// more consecutive numbers are compressed and represented by the first and
    	// last element of the series, separated by a hyphen.
    	// For example, if the completed indexes are 1, 3, 4, 5 and 7, they are
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  3. platforms/software/testing-base-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/worker/TestEventSerializer.java

                writeThrowableWithType(encoder, value, value.getRawFailure());
            }
    
            /**
             * Serializes the exception thrown by the test and also writes the exception type so that if there is a failure recreating the exception, we can at least
             * provide the user with some information about what type of exception was thrown.
             */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 20:33:30 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  4. pkg/apis/batch/types.go

    	Failed int32
    
    	// completedIndexes holds the completed indexes when .spec.completionMode =
    	// "Indexed" in a text format. The indexes are represented as decimal integers
    	// separated by commas. The numbers are listed in increasing order. Three or
    	// more consecutive numbers are compressed and represented by the first and
    	// last element of the series, separated by a hyphen.
    	// For example, if the completed indexes are 1, 3, 4, 5 and 7, they are
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 33K bytes
    - Viewed (0)
  5. operator/cmd/mesh/manifest_shared_test.go

    // controller runtime, which is used in the operator.
    func recreateTestEnv() error {
    	// If kubebuilder is installed, use that test env for apply and controller testing.
    	log.Infof("Recreating kubebuilder test environment\n")
    
    	if testenv != nil {
    		testenv.Stop()
    	}
    
    	var err error
    	testenv = &envtest.Environment{}
    	testRestConfig, err := testenv.Start()
    	if err != nil {
    		return err
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 20 22:39:28 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  6. src/vendor/golang.org/x/text/unicode/bidi/bidi.go

    // The following option may be a way to expose this functionality in this API.
    // // LevelFunc sets a function that associates nesting levels with the given text.
    // // The levels function will be called with monotonically increasing values for p.
    // func LevelFunc(levels func(p int) int) Option {
    // 	panic("unimplemented")
    // }
    
    // DefaultDirection sets the default direction for a Paragraph. The direction is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 10.3K bytes
    - Viewed (0)
  7. src/debug/dwarf/line.go

    import (
    	"errors"
    	"fmt"
    	"io"
    	"path"
    	"strings"
    )
    
    // A LineReader reads a sequence of [LineEntry] structures from a DWARF
    // "line" section for a single compilation unit. LineEntries occur in
    // order of increasing PC and each [LineEntry] gives metadata for the
    // instructions from that [LineEntry]'s PC to just before the next
    // [LineEntry]'s PC. The last entry will have the [LineEntry.EndSequence] field set.
    type LineReader struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 23.5K bytes
    - Viewed (0)
  8. pkg/apis/batch/validation/validation_test.go

    			wantTotal:     0,
    			wantError:     errors.New(`too large index: "5"`),
    		},
    		"invalid due to non-increasing order of intervals": {
    			indexesString: "1-3,0,5",
    			completions:   6,
    			wantTotal:     0,
    			wantError:     errors.New(`non-increasing order, previous: 3, current: 0`),
    		},
    		"invalid due to non-increasing order between intervals": {
    			indexesString: "0,0,5",
    			completions:   6,
    			wantTotal:     0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/compilability_check_util.h

      };
    
      // Contains information about uncompilable node inside a function body.
      struct UncompilableNodeInfo {
        std::string name;
        // A list representing a stacktrace from the highest level node in
        // increasing call depth to immediate node that fails the
        // compilability checker.
        std::vector<StackFrame> stack_trace;
        std::string uncompilable_reason;
      };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  10. pkg/registry/apps/statefulset/storage/storage_test.go

    					t.Errorf("wrong label value: expected: %s, got: %s", expectedLabelValue, gotLabelValue)
    					return
    				}
    			}
    		}
    	}()
    
    	// continuously submits a scale patch of replicas for a monotonically increasing replica value
    	applyReplicaPatch := func(replicas int) rest.TransformFunc {
    		return func(_ context.Context, _, currentObject runtime.Object) (objToUpdate runtime.Object, patchErr error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 14K bytes
    - Viewed (0)
Back to top