Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 384 for minipay (0.45 sec)

  1. releasenotes/notes/delta-xds-default.yaml

          This may result in reduced CPU and memory utilization in Istiod and proxies, as well as less network traffic between the two.
          Note that while this release changes the *protocol* to be incremental, Istio does not yet send perfect minimal incremental updates.
          However, there are already optimizations in place for a variety of critical code paths, and this change enables us to continue optimizations.
          
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 06 17:43:13 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/samples/java/library-publishing/README.adoc

    This sample shows how to publish a Java library to a repository.
    The library has no dependencies and the build has minimal configuration.
    
    ====
    include::sample[dir="kotlin",files="my-library/build.gradle.kts[]"]
    include::sample[dir="groovy",files="my-library/build.gradle[]"]
    ====
    
    To publish the library:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  3. src/slices/sort.go

    	}
    	m := x[0]
    	for i := 1; i < len(x); i++ {
    		m = min(m, x[i])
    	}
    	return m
    }
    
    // MinFunc returns the minimal value in x, using cmp to compare elements.
    // It panics if x is empty. If there is more than one minimal element
    // according to the cmp function, MinFunc returns the first one.
    func MinFunc[S ~[]E, E any](x S, cmp func(a, b E) int) E {
    	if len(x) < 1 {
    		panic("slices.MinFunc: empty list")
    	}
    	m := x[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 07 23:54:41 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/dependencies/DefaultMinimalDependency.java

        }
    
        @Override
        public void because(String reason) {
            validateMutation();
        }
    
        @Override
        protected void validateMutation() {
            throw new UnsupportedOperationException("Minimal dependencies are immutable.");
        }
    
        @Override
        protected void validateMutation(Object currentValue, Object newValue) {
            validateMutation();
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  5. src/math/cbrt_s390x.s

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    #include "textflag.h"
    
    // Minimax polynomial coefficients and other constants
    DATA ·cbrtrodataL9<> + 0(SB)/8, $-.00016272731015974436E+00
    DATA ·cbrtrodataL9<> + 8(SB)/8, $0.66639548758285293179E+00
    DATA ·cbrtrodataL9<> + 16(SB)/8, $0.55519402697349815993E+00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.9K bytes
    - Viewed (0)
  6. subprojects/core-api/src/main/java/org/gradle/api/artifacts/dsl/Dependencies.java

            return getDependencyConstraintFactory().create(dependencyConstraintNotation);
        }
    
        /**
         * Create a {@link DependencyConstraint} from a minimal dependency.
         *
         * @param dependencyConstraint dependency constraint to add
         * @return the new dependency constraint
         * @since 8.7
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 05:34:03 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  7. src/math/log_s390x.s

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    #include "textflag.h"
    
    // Minimax polynomial approximations
    DATA ·logrodataL21<> + 0(SB)/8, $-.499999999999999778E+00
    DATA ·logrodataL21<> + 8(SB)/8, $0.333333333333343751E+00
    DATA ·logrodataL21<> + 16(SB)/8, $-.250000000001606881E+00
    DATA ·logrodataL21<> + 24(SB)/8, $0.199999999971603032E+00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.3K bytes
    - Viewed (0)
  8. src/vendor/golang.org/x/sys/cpu/cpu_openbsd_arm64.go

    // Copyright 2022 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package cpu
    
    import (
    	"syscall"
    	"unsafe"
    )
    
    // Minimal copy of functionality from x/sys/unix so the cpu package can call
    // sysctl without depending on x/sys/unix.
    
    const (
    	// From OpenBSD's sys/sysctl.h.
    	_CTL_MACHDEP = 7
    
    	// From OpenBSD's machine/cpu.h.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  9. src/crypto/x509/x509_test_import.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build ignore
    
    // This file is run by the x509 tests to ensure that a program with minimal
    // imports can sign certificates without errors resulting from missing hash
    // functions.
    package main
    
    import (
    	"crypto/rand"
    	"crypto/x509"
    	"crypto/x509/pkix"
    	"encoding/pem"
    	"math/big"
    	"strings"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  10. releasenotes/notes/39699.yaml

    issue:
      - 38794
    
    # releaseNotes is a markdown listing of any user facing changes. This will appear in the
    # release notes.
    releaseNotes:
    - |
      **Improved** compatibility with minimal host OSses like Talos OS (without nsenter binary). Changes Network namespaces with internal go routines.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jul 15 15:18:33 UTC 2022
    - 1.3K bytes
    - Viewed (0)
Back to top