Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 160 for vminus1 (0.15 sec)

  1. docs/en/docs/tutorial/header-params.md

    ## Automatic conversion
    
    `Header` has a little extra functionality on top of what `Path`, `Query` and `Cookie` provide.
    
    Most of the standard headers are separated by a "hyphen" character, also known as the "minus symbol" (`-`).
    
    But a variable like `user-agent` is invalid in Python.
    
    So, by default, `Header` will convert the parameter names characters from underscore (`_`) to hyphen (`-`) to extract and document the headers.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Oct 17 05:59:11 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  2. src/math/expm1_s390x.s

    DATA ·expm1tab<> + 112(SB)/8, $-.218623539150173528E-01
    DATA ·expm1tab<> + 120(SB)/8, $-.115062908917949451E-01
    GLOBL ·expm1tab<> + 0(SB), RODATA, $128
    
    // Expm1 returns e**x - 1, the base-e exponential of x minus 1.
    // It is more accurate than Exp(x) - 1 when x is near zero.
    //
    // Special cases are:
    //      Expm1(+Inf) = +Inf
    //      Expm1(-Inf) = -1
    //      Expm1(NaN) = NaN
    // Very large values overflow to -1 or +Inf.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 5.3K bytes
    - Viewed (0)
  3. platforms/jvm/ear/src/main/java/org/gradle/plugins/ear/EarPlugin.java

                    return project.getConfigurations().getByName(EARLIB_CONFIGURATION_NAME)
                        .minus(project.getConfigurations().getByName(DEPLOY_CONFIGURATION_NAME));
                });
                task.from((Callable<FileCollection>) () -> {
                    // add the module configuration's files
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jul 12 16:57:15 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/primitives/UnsignedLongTest.java

            UnsignedLong bUnsigned = UnsignedLong.fromLongBits(b);
            long expected =
                aUnsigned.bigIntegerValue().subtract(bUnsigned.bigIntegerValue()).longValue();
            UnsignedLong unsignedSub = aUnsigned.minus(bUnsigned);
            assertThat(unsignedSub.longValue()).isEqualTo(expected);
          }
        }
      }
    
      public void testTimes() {
        for (long a : TEST_LONGS) {
          for (long b : TEST_LONGS) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 06 16:10:08 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  5. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/idea/model/internal/IdeaDependenciesProvider.java

    import java.util.List;
    import java.util.Map;
    import java.util.Set;
    
    public class IdeaDependenciesProvider {
    
        public static final String SCOPE_PLUS = "plus";
        public static final String SCOPE_MINUS = "minus";
        private final ModuleDependencyBuilder moduleDependencyBuilder;
        private final IdeaDependenciesOptimizer optimizer;
        private final ProjectComponentIdentifier currentProjectId;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  6. guava/src/com/google/common/primitives/Ints.java

        // array slot is read and written exactly once. However, it can have very poor memory locality:
        // benchmarking shows it can take 7 times longer than the other two in some cases. The other two
        // do n swaps, minus a delta (0 or 2 for Reversal, gcd(d, n) for Successive), so that's about
        // twice as many reads and writes. But benchmarking shows that they usually perform better than
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/primitives/UnsignedIntegerTest.java

            int expected =
                force32(aUnsigned.bigIntegerValue().subtract(bUnsigned.bigIntegerValue()).intValue());
            UnsignedInteger unsignedSub = aUnsigned.minus(bUnsigned);
            assertThat(unsignedSub.intValue()).isEqualTo(expected);
          }
        }
      }
    
      @J2ktIncompatible
      @GwtIncompatible // multiply
      public void testTimes() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Jun 01 09:32:35 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  8. cmd/kube-apiserver/app/options/validation_test.go

    			expectErrors: true,
    		},
    		{
    			name:         "validate port less than base",
    			options:      makeOptionsWithPort(30064, 30065, 1),
    			expectErrors: true,
    		},
    		{
    			name:         "validate port minus base more than size",
    			options:      makeOptionsWithPort(30067, 30065, 1),
    			expectErrors: true,
    		},
    		{
    			name:         "validate success",
    			options:      makeOptionsWithPort(30067, 30065, 5),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/execution/commandline/CommandLineIntegrationTest.groovy

            then:
            def path
            if (OperatingSystem.current().windows) {
                path = ''
            } else {
                // Set up a fake bin directory, containing the things that the script needs, minus any java that might be in /usr/bin
                links.each { linkToBinary(it, binDir) }
                path = binDir.absolutePath
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:22 UTC 2024
    - 12K bytes
    - Viewed (0)
  10. pkg/registry/core/service/portallocator/storage/storage_test.go

    			errMsg: "",
    		},
    		{
    			name:   "Allocate maximum from the port range",
    			port:   basePortRange + sizePortRange - 1,
    			errMsg: "",
    		},
    		{
    			name:   "Allocate invalid port: base port minus 1",
    			port:   basePortRange - 1,
    			errMsg: fmt.Sprintf("provided port is not in the valid range. The range of valid ports is %d-%d", basePortRange, basePortRange+sizePortRange-1),
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 07:15:02 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top