Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 339 for index_3 (0.13 sec)

  1. staging/src/k8s.io/api/batch/v1/types.go

    	// Specifies the limit for the number of retries within an
    	// index before marking this index as failed. When enabled the number of
    	// failures per index is kept in the pod's
    	// batch.kubernetes.io/job-index-failure-count annotation. It can only
    	// be set when Job's completionMode=Indexed, and the Pod's restart
    	// policy is Never. The field is immutable.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  2. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/parsing/RejectedLanguageFeaturesParsingTest.kt

                    potentialElementSource = indexes: 0..14, line/column: 1/1..1/15, file: test,
                    erroneousSource = indexes: 13..14, line/column: 1/14..1/15, file: test
                )
                UnsupportedConstruct(
                    languageFeature = StarImport,
                    potentialElementSource = indexes: 15..25, line/column: 2/1..2/11, file: test,
                    erroneousSource = indexes: 24..25, line/column: 2/10..2/11, file: test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 10:53:44 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/batch/v1/generated.proto

      optional int32 backoffLimit = 7;
    
      // Specifies the limit for the number of retries within an
      // index before marking this index as failed. When enabled the number of
      // failures per index is kept in the pod's
      // batch.kubernetes.io/job-index-failure-count annotation. It can only
      // be set when Job's completionMode=Indexed, and the Pod's restart
      // policy is Never. The field is immutable.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util.h

          const int other_index =
              CheckedDowncastToActualType<const Iterator>(&other)->index_;
          return index_ == other_index;
        }
    
       private:
        Iterator(const Iterator& other)
            : ParamIteratorInterface<T>(),
              base_(other.base_), value_(other.value_), index_(other.index_),
              step_(other.step_) {}
    
        // No implementation - assignment is unsupported.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 23.6K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/DenseImmutableTable.java

            private int index = -1;
            private final int maxIndex = keyToIndex().size();
    
            @Override
            @CheckForNull
            protected Entry<K, V> computeNext() {
              for (index++; index < maxIndex; index++) {
                V value = getValue(index);
                if (value != null) {
                  return Maps.immutableEntry(getKey(index), value);
                }
              }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Nov 30 21:54:06 UTC 2023
    - 10K bytes
    - Viewed (0)
  6. src/go/types/index.go

    	}
    	return expr.Indices[0]
    }
    
    // index checks an index expression for validity.
    // If max >= 0, it is the upper bound for index.
    // If the result typ is != Typ[Invalid], index is valid and typ is its (possibly named) integer type.
    // If the result val >= 0, index is valid and val is its constant int value.
    func (check *Checker) index(index ast.Expr, max int64) (typ Type, val int64) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 16:17:05 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/types2/index.go

    }
    
    // singleIndex returns the (single) index from the index expression e.
    // If the index is missing, or if there are multiple indices, an error
    // is reported and the result is nil.
    func (check *Checker) singleIndex(e *syntax.IndexExpr) syntax.Expr {
    	index := e.Index
    	if index == nil {
    		check.errorf(e, InvalidSyntaxTree, "missing index for %s", e.X)
    		return nil
    	}
    	if l, _ := index.(*syntax.ListExpr); l != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 15 16:16:58 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  8. src/index/suffixarray/sais.go

    // induceSubS_8_32 leaves behind only the leftmost S-type text
    // index for each LMS-substring, in sorted order, at the right end of sa.
    // That is, it removes the L-type indexes that are present on entry,
    // and it inserts but then removes the interior S-type indexes too,
    // leaving the LMS-substring start indexes packed into sa[len(sa)-numLMS:].
    // (Only the LMS-substring start indexes are processed by the recursion.)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-death-test-internal.h

                               int a_write_fd)
          : file_(a_file), line_(a_line), index_(an_index),
            write_fd_(a_write_fd) {}
    
      ~InternalRunDeathTestFlag() {
        if (write_fd_ >= 0)
          posix::Close(write_fd_);
      }
    
      const std::string& file() const { return file_; }
      int line() const { return line_; }
      int index() const { return index_; }
      int write_fd() const { return write_fd_; }
    
     private:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  10. pkg/controller/job/indexed_job_utils_test.go

    		jobname             string
    		index               int
    		wantPodGenerateName string
    	}{
    		"short job name": {
    			jobname:             "indexed-job",
    			index:               1,
    			wantPodGenerateName: "indexed-job-1-",
    		},
    		"job name exceeds MaxGeneneratedNameLength": {
    			jobname:             "hhhhhooooohhhhhooooohhhhhooooohhhhhooooohhhhhooooohhhhhooooohhhhhooooo",
    			index:               1,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.9K bytes
    - Viewed (0)
Back to top