Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of about 10,000 for internally (0.48 sec)

  1. platforms/core-runtime/logging/src/main/java/org/gradle/util/GUtil.java

    import org.gradle.api.specs.Spec;
    import org.gradle.internal.Cast;
    import org.gradle.internal.Factory;
    import org.gradle.internal.InternalTransformer;
    import org.gradle.internal.IoActions;
    import org.gradle.internal.UncheckedException;
    import org.gradle.internal.deprecation.DeprecationLogger;
    import org.gradle.internal.io.StreamByteBuffer;
    import org.gradle.util.internal.CollectionUtils;
    
    import javax.annotation.Nullable;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/testing_gradle_plugins.adoc

    ====
    
    Functional tests for Gradle plugins use an instance of `GradleRunner` to execute the build under test.
    `GradleRunner` is an API provided by TestKit, which internally uses the Tooling API to execute the build.
    
    The following example applies the plugin to the build script under test, configures the extension and executes the build with the task `verifyUrl`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 22:49:20 UTC 2024
    - 16K bytes
    - Viewed (0)
  3. docs/sts/ldap.md

    ## Configuring AD/LDAP on MinIO
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/core-plugins/eclipse_plugin.adoc

    ====
    include::sample[dir="snippets/ide/eclipse/kotlin",files="build.gradle.kts[tags=use-eclipse-wtp-plugin]"]
    include::sample[dir="snippets/ide/eclipse/groovy",files="build.gradle[tags=use-eclipse-wtp-plugin]"]
    ====
    
    _Note:_ Internally, the `eclipse-wtp` plugin also applies the `eclipse` plugin so you don't need to apply both.
    
    Both Eclipse plugins add a number of tasks to your projects. The main tasks that you will use are the `eclipse` and `cleanEclipse` tasks.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  5. pkg/registry/core/service/storage/alloc.go

    		}
    		released[family] = ip
    	}
    
    	return released, nil
    }
    
    func (al *Allocators) txnAllocNodePorts(service *api.Service, dryRun bool) (transaction, error) {
    	// The allocator tracks dry-run-ness internally.
    	nodePortOp := portallocator.StartOperation(al.serviceNodePorts, dryRun)
    
    	txn := callbackTransaction{
    		commit: func() {
    			nodePortOp.Commit()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:05 UTC 2023
    - 37.3K bytes
    - Viewed (0)
  6. cmd/encryption-v1.go

    	"strings"
    
    	"github.com/minio/kms-go/kes"
    	"github.com/minio/minio/internal/crypto"
    	"github.com/minio/minio/internal/etag"
    	"github.com/minio/minio/internal/fips"
    	"github.com/minio/minio/internal/hash"
    	"github.com/minio/minio/internal/hash/sha256"
    	xhttp "github.com/minio/minio/internal/http"
    	"github.com/minio/minio/internal/kms"
    	"github.com/minio/minio/internal/logger"
    	"github.com/minio/sio"
    )
    
    var (
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/text/unicode/norm/composition.go

    	}
    	rb.reset()
    	return p
    }
    
    // insertOrdered inserts a rune in the buffer, ordered by Canonical Combining Class.
    // It returns false if the buffer is not large enough to hold the rune.
    // It is used internally by insert and insertString only.
    func (rb *reorderBuffer) insertOrdered(info Properties) {
    	n := rb.nrune
    	b := rb.rune[:]
    	cc := info.ccc
    	if cc > 0 {
    		// Find insertion position + move elements to make room.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 19:27:51 UTC 2019
    - 14.1K bytes
    - Viewed (0)
  8. pkg/controlplane/instance.go

    	//   2. which component owns this lease
    	// TODO(sttts): remove this indirection
    	IdentityLeaseComponentLabelKey = controlplaneapiserver.IdentityLeaseComponentLabelKey
    	// KubeAPIServer defines variable used internally when referring to kube-apiserver component
    	KubeAPIServer = "kube-apiserver"
    	// repairLoopInterval defines the interval used to run the Services ClusterIP and NodePort repair loops
    	repairLoopInterval = 3 * time.Minute
    )
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/cmd/config.go

    			read, deserialized, defaulted, converted, validated, and re-serialized when written to stdout or
    			--new-config if specified.
    
    			In other words, the output of this command is what kubeadm actually would read internally if you
    			submitted this file to "kubeadm init"
    		`), kubeadmapiv1old.SchemeGroupVersion, kubeadmapiv1old.SchemeGroupVersion),
    		RunE: func(cmd *cobra.Command, args []string) error {
    			if len(oldCfgPath) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/unicode/norm/composition.go

    	}
    	rb.reset()
    	return p
    }
    
    // insertOrdered inserts a rune in the buffer, ordered by Canonical Combining Class.
    // It returns false if the buffer is not large enough to hold the rune.
    // It is used internally by insert and insertString only.
    func (rb *reorderBuffer) insertOrdered(info Properties) {
    	n := rb.nrune
    	b := rb.rune[:]
    	cc := info.ccc
    	if cc > 0 {
    		// Find insertion position + move elements to make room.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top