Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 349 for uber (0.05 sec)

  1. integration-tests/gradle/gradle/wrapper/gradle-wrapper.jar

    Wrapper org/gradle/wrapper/GradleWrapperMain.class package org.gradle.wrapper; public synchronized class GradleWrapperMain { public static final String GRADLE_USER_HOME_OPTION = g; public static final String GRADLE_USER_HOME_DETAILED_OPTION = gradle-user-home; public static final String GRADLE_QUIET_OPTION = q; public static final String GRADLE_QUIET_DETAILED_OPTION = quiet; public void GradleWrapperMain(); public static void main(String[]) throws Exception; private static void addSystemProperties...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Oct 31 19:07:19 UTC 2023
    - 62.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	{15, "SIGTERM", "terminated"},
    	{16, "SIGUSR1", "user Signal 1"},
    	{17, "SIGUSR2", "user Signal 2"},
    	{18, "SIGCHLD", "child Status Changed"},
    	{19, "SIGPWR", "power-Fail/Restart"},
    	{20, "SIGWINCH", "window Size Change"},
    	{21, "SIGURG", "urgent Socket Condition"},
    	{22, "SIGIO", "pollable Event"},
    	{23, "SIGSTOP", "stopped (signal)"},
    	{24, "SIGTSTP", "stopped (user)"},
    	{25, "SIGCONT", "continued"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/authentication/v1/generated.pb.go

    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&TokenReviewStatus{`,
    		`Authenticated:` + fmt.Sprintf("%v", this.Authenticated) + `,`,
    		`User:` + strings.Replace(strings.Replace(this.User.String(), "UserInfo", "UserInfo", 1), `&`, ``, 1) + `,`,
    		`Error:` + fmt.Sprintf("%v", this.Error) + `,`,
    		`Audiences:` + fmt.Sprintf("%v", this.Audiences) + `,`,
    		`}`,
    	}, "")
    	return s
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 72K bytes
    - Viewed (0)
  4. pkg/apis/batch/validation/validation.go

    			// the error will be reported to the user when validating the format.
    			completedPos++
    			if completedPos < len(completedIndexesIntervals) {
    				cX, cY, cErr = parseIndexInterval(completedIndexesIntervals[completedPos], completions)
    			}
    		} else if fErr != nil {
    			// Failure to parse "failed" interval. We go to the next interval,
    			// the error will be reported to the user when validating the format.
    			failedPos++
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 16:43:24 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  5. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // request. Valid values are:
      // - All: all dry run stages will be processed
      // +optional
      repeated string dryRun = 1;
    
      // Force is going to "force" Apply requests. It means user will
      // re-acquire conflicting fields owned by other people.
      optional bool force = 2;
    
      // fieldManager is a name associated with the actor or entity
      // that is making these changes. The value must be less than or
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // request. Valid values are:
      // - All: all dry run stages will be processed
      // +optional
      // +listType=atomic
      repeated string dryRun = 1;
    
      // Force is going to "force" Apply requests. It means user will
      // re-acquire conflicting fields owned by other people.
      optional bool force = 2;
    
      // fieldManager is a name associated with the actor or entity
      // that is making these changes. The value must be less than or
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/mark_for_compilation_pass.cc

        // See b/221997940 for a real-world example of this.
        if (n->op_def().name() == "Fill" &&
            n->out_nodes().begin() != n->out_nodes().end() &&
            absl::c_all_of(n->out_nodes(), [&](Node* user) {
              return GetClusterForNode(user) != cluster;
            })) {
          declustered_nodes_.insert(n);
        }
      }
    
      return absl::OkStatus();
    }
    
    // Tracks monotonic sequence numbers for graphs.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

          // Any Exception is either a RuntimeException or sneaky checked exception.
          //
          // Don't call getMessage or toString() on the exception, in case the exception thrown by the
          // user object is implemented with bugs similar to the user object.
          builder.append("Exception thrown from implementation: ").append(e.getClass());
        }
      }
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 63.1K bytes
    - Viewed (1)
  9. guava/src/com/google/common/util/concurrent/AbstractFuture.java

          // Any Exception is either a RuntimeException or sneaky checked exception.
          //
          // Don't call getMessage or toString() on the exception, in case the exception thrown by the
          // user object is implemented with bugs similar to the user object.
          builder.append("Exception thrown from implementation: ").append(e.getClass());
        }
      }
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 62.8K bytes
    - Viewed (1)
  10. platforms/documentation/docs/src/docs/css/manual.css

    	overflow: hidden;
    	padding: 0 25px;
    	position: relative;
    	text-align: center;
    	text-transform: none;
    	transform: translateZ(0);
    	transition: all .2s, box-shadow .08s ease-in;
    	user-select: none;
    	-webkit-user-select: none;
    	touch-action: manipulation;
    	width: 25%;
    }
    
    .button-9:disabled {
    	cursor: default;
    }
    
    .button-9:focus {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
Back to top