Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 59 for addAction (0.14 sec)

  1. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

                } else {
                    commandLineBuilder.addOption(opt);
                }
            }
            for (Option opt : mavenConfig.getOptions()) {
                commandLineBuilder.addOption(opt);
            }
            // finally add the CLI user properties
            for (Option opt : setPropertyOptions) {
                commandLineBuilder.addOption(opt);
            }
            return commandLineBuilder.build();
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  2. src/math/big/float_test.go

    	{0, -1, -2, -10},
    	// TODO(gri) add more test cases
    }
    
    // TestFloatAdd tests Float.Add/Sub by comparing the result of a "manual"
    // addition/subtraction of arguments represented by Bits values with the
    // respective Float addition/subtraction for a variety of precisions
    // and rounding modes.
    func TestFloatAdd(t *testing.T) {
    	for _, xbits := range bitsList {
    		for _, ybits := range bitsList {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

     * A `test` task of type `Test` that runs those unit tests
    
    The JVM language plugins use the source set to configure the task with the appropriate execution classpath and the directory containing the compiled test classes. In addition, they attach the `test` task to the `check` <<organizing_tasks.adoc#sec:lifecycle_tasks,lifecycle task>>.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    									TlsParams: &tls.TlsParameters{},
    								},
    							}),
    						},
    					},
    					Filters: []*listener.Filter{{Name: "filter"}},
    				},
    			},
    		},
    		{
    			Name: "custom-tls-addition",
    			Address: &core.Address{
    				Address: &core.Address_SocketAddress{
    					SocketAddress: &core.SocketAddress{
    						PortSpecifier: &core.SocketAddress_PortValue{
    							PortValue: 7778,
    						},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  5. guava/src/com/google/common/util/concurrent/Futures.java

       * </ul>
       *
       * <p>The overall principle is to continue to treat every checked exception as a checked
       * exception, every unchecked exception as an unchecked exception, and every error as an error. In
       * addition, the cause of any {@code ExecutionException} is wrapped in order to ensure that the
       * new stack trace matches that of the current thread.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 64.1K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    . Read the <<#changes_5.0, Upgrading from 4.10>> section and make any necessary changes.
    . Try to run the project and debug any errors using the <<troubleshooting.adoc#troubleshooting, Troubleshooting Guide>>.
    
    In addition, Gradle has added several significant new and improved features that you should consider using in your builds:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    		}
    		replicasPathInCustomResource[schema.GroupVersion{Group: crd.Spec.Group, Version: v.Name}.String()] = path
    	}
    
    	for _, v := range crd.Spec.Versions {
    		// In addition to Unstructured objects (Custom Resources), we also may sometimes need to
    		// decode unversioned Options objects, so we delegate to parameterScheme for such types.
    		parameterScheme := runtime.NewScheme()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/deadness_analysis.cc

          }
        }
      }
      return absl::OkStatus();
    }
    
    Status DeadnessAnalysisImpl::HandleRecv(Node* n,
                                            std::vector<bool>* should_revisit) {
      // In addition to being alive or dead based on the inputs, a _Recv can also
      // acquire a dead signal from a _Send.
      std::vector<Predicate*> input_preds;
      TF_RETURN_IF_ERROR(GetInputPreds(n, EdgeKind::kDataAndControl, &input_preds));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    			order = append(order, j)
    			q.Add(*NewScaledQuantity(j, Scale(k)))
    		}
    		for _, j := range order {
    			q.Sub(*NewScaledQuantity(j, Scale(k)))
    		}
    		if !q.IsZero() {
    			t.Errorf("addition and subtraction did not cancel: %s", &q)
    		}
    	}
    }
    
    func TestAddSubRoundTripAcrossScales(t *testing.T) {
    	q := Quantity{Format: DecimalSI}
    	var order []int64
    	for i := 0; i < 100; i++ {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/util/concurrent/Futures.java

       * </ul>
       *
       * <p>The overall principle is to continue to treat every checked exception as a checked
       * exception, every unchecked exception as an unchecked exception, and every error as an error. In
       * addition, the cause of any {@code ExecutionException} is wrapped in order to ensure that the
       * new stack trace matches that of the current thread.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 59.6K bytes
    - Viewed (0)
Back to top