Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 106 for associateBy (1.74 sec)

  1. guava/src/com/google/common/collect/ImmutableSortedMap.java

         * ImmutableSortedMap#orderedBy}.
         */
        public Builder(Comparator<? super K> comparator) {
          this.comparator = checkNotNull(comparator);
        }
    
        /**
         * Associates {@code key} with {@code value} in the built map. Duplicate keys, according to the
         * comparator (which might be the keys' natural order), are not allowed, and will cause {@link
         * #build} to fail.
         */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 50.3K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/route/route.go

    			if !localMatch {
    				// If the wildcard doesn't even match this service, it won't be in the index
    				continue
    			}
    			// The mostSpecificWildcardVsIndex ensures that each VirtualService host is only associated with
    			// a single service in the registry. This is generally results in the most specific wildcard match for
    			// a given wildcard host (unless PERSIST_OLDEST_FIRST_HEURISTIC_FOR_VIRTUAL_SERVICE_HOST_MATCHING is true).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  3. src/reflect/type.go

    // and colon (U+003A ':').  Each value is quoted using U+0022 '"'
    // characters and Go string literal syntax.
    type StructTag string
    
    // Get returns the value associated with key in the tag string.
    // If there is no such key in the tag, Get returns the empty string.
    // If the tag does not have the conventional format, the value
    // returned by Get is unspecified. To determine whether a tag is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

      sensitive. If empty, then the Run will not be associated with any
      Experiment.
    run_name: Can't contain ASCII control characters or <>. Case sensitive.
      If empty, then each Tag will not be associated with any Run.
    user_name: Must be valid as both a DNS label and Linux username. If
      empty, then the Experiment will not be associated with any User.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    	case err != nil:
    		logger.Error(err, "delete PodSchedulingContext")
    	default:
    		logger.V(5).Info("PodSchedulingContext object deleted")
    	}
    }
    
    // statusUnschedulable ensures that there is a log message associated with the
    // line where the status originated.
    func statusUnschedulable(logger klog.Logger, reason string, kv ...interface{}) *framework.Status {
    	if loggerV := logger.V(5); loggerV.Enabled() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/collect/ImmutableSortedMap.java

            this.keys = Arrays.copyOf(keys, newCapacity);
            this.values = Arrays.copyOf(values, newCapacity);
          }
        }
    
        /**
         * Associates {@code key} with {@code value} in the built map. Duplicate keys, according to the
         * comparator (which might be the keys' natural order), are not allowed, and will cause {@link
         * #build} to fail.
         */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 53K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/runtime/framework.go

    	find(&plugins.MultiPoint)
    
    	return pgSet
    }
    
    // ProfileName returns the profile name associated to this framework.
    func (f *frameworkImpl) ProfileName() string {
    	return f.profileName
    }
    
    // PercentageOfNodesToScore returns percentageOfNodesToScore associated to a profile.
    func (f *frameworkImpl) PercentageOfNodesToScore() *int32 {
    	return f.percentageOfNodesToScore
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	{119, "ETIME", "system call timed out"},
    	{120, "EBADMSG", "next message has wrong type"},
    	{121, "EPROTO", "error in protocol"},
    	{122, "ENODATA", "no message on stream head read q"},
    	{123, "ENOSTR", "fd not associated with a stream"},
    	{124, "ENOTSUP", "unsupported attribute value"},
    	{125, "EMULTIHOP", "multihop is not allowed"},
    	{126, "ENOLINK", "the server link has been severed"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	{119, "ETIME", "system call timed out"},
    	{120, "EBADMSG", "next message has wrong type"},
    	{121, "EPROTO", "error in protocol"},
    	{122, "ENODATA", "no message on stream head read q"},
    	{123, "ENOSTR", "fd not associated with a stream"},
    	{124, "ENOTSUP", "unsupported attribute value"},
    	{125, "EMULTIHOP", "multihop is not allowed"},
    	{126, "ENOLINK", "the server link has been severed"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  10. src/cmd/internal/testdir/testdir_test.go

    			continue
    		}
    		srcFileLine, asm := matches[1], matches[2]
    
    		// Associate the original file/line information to the current
    		// function in the output; it will be useful to dump it in case
    		// of error.
    		lineFuncMap[srcFileLine] = len(functionMarkers) - 1
    
    		// If there are opcode checks associated to this source file/line,
    		// run the checks.
    		if ops, found := fullops[srcFileLine]; found {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top