Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 384 for minipay (0.28 sec)

  1. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/classanalysis/AsmConstants.java

     */
    
    package org.gradle.internal.classanalysis;
    
    import org.objectweb.asm.Opcodes;
    
    public class AsmConstants {
        public static final int ASM_LEVEL = Opcodes.ASM9;
    
        /**
         * The minimal version of Java for which ASM understands the bytecodes.
         */
        public static final int MIN_SUPPORTED_JAVA_VERSION = 1;
    
        /**
         * The latest version of Java for which ASM understands the bytecodes.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 17:43:28 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. guava/src/com/google/common/util/concurrent/Service.java

       * {@code A -> B}.
       *
       * @since 9.0 (in 1.0 as {@code com.google.common.base.Service.State})
       */
      enum State {
        /** A service in this state is inactive. It does minimal work and consumes minimal resources. */
        NEW,
    
        /** A service in this state is transitioning to {@link #RUNNING}. */
        STARTING,
    
        /** A service in this state is operational. */
        RUNNING,
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 04 09:45:04 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  3. build-logic/packaging/src/main/kotlin/gradlebuild.distribution.packaging.gradle.kts

     * limitations under the License.
     */
    
    plugins {
        `java-base`
        id("gradlebuild.dependency-modules")
        id("gradlebuild.repositories")
        id("gradlebuild.minify")
        id("gradlebuild.reproducible-archives")
        id("gradlebuild.distributions")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 830 bytes
    - Viewed (0)
  4. src/math/tanh_s390x.s

    // Copyright 2016 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 tanhrodataL18<>+0(SB)/8, $-1.0
    DATA tanhrodataL18<>+8(SB)/8, $-2.0
    DATA tanhrodataL18<>+16(SB)/8, $1.0
    DATA tanhrodataL18<>+24(SB)/8, $2.0
    DATA tanhrodataL18<>+32(SB)/8, $0.20000000000000011868E+01
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.6K bytes
    - Viewed (0)
  5. src/cmd/go/internal/workcmd/sync.go

    workspace's modules
    
    The workspace's build list is the set of versions of all the
    (transitive) dependency modules used to do builds in the workspace. go
    work sync generates that build list using the Minimal Version Selection
    algorithm, and then syncs those versions back to each of modules
    specified in the workspace (with use directives).
    
    The syncing is done by sequentially upgrading each of the dependency
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jun 03 21:13:11 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  6. src/math/acosh_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 ·acoshrodataL11<> + 0(SB)/8, $-1.0
    DATA ·acoshrodataL11<> + 8(SB)/8, $.41375273347623353626
    DATA ·acoshrodataL11<> + 16(SB)/8, $.51487302528619766235E+04
    DATA ·acoshrodataL11<> + 24(SB)/8, $-1.67526912689208984375
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.3K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. operator/cmd/mesh/profile-list_test.go

    	rootCmd.SetErr(&out)
    
    	err := rootCmd.Execute()
    	if err != nil {
    		t.Fatalf("failed to execute istioctl profile command: %v", err)
    	}
    	output := out.String()
    	expectedProfiles := []string{"default", "demo", "empty", "minimal", "openshift", "preview", "remote"}
    	for _, prof := range expectedProfiles {
    		g.Expect(output).To(ContainSubstring(prof))
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 03 06:27:07 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  10. maven-core/src/test/resources-project-builder/empty-scm/pom.xml

    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <!--
      This (almost) minimal POM tests direct inheritance from the super POM.
      -->
    
      <groupId>org.apache.maven.its.mng3843</groupId>
      <artifactId>test-1</artifactId>
      <version>0.1</version>
    
      <name>test</name>
    
      <build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 29 19:02:56 UTC 2020
    - 1.7K bytes
    - Viewed (0)
Back to top