Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 220 for External (0.12 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsToolingApiIdeaProjectIntegrationTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.cc.impl.isolated
    
    import org.gradle.api.JavaVersion
    import org.gradle.plugins.ide.internal.tooling.idea.IsolatedIdeaModuleInternal
    import org.gradle.plugins.ide.internal.tooling.model.IsolatedGradleProjectInternal
    import org.gradle.tooling.model.idea.BasicIdeaProject
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/passes.h

    // Creates a pass that lifts operations on external resource variables from
    // device computation nested in `tf_device::LaunchOp` out so that resource
    // variable load operations are all before device computation while resource
    // variable store operations are all after device computation. After this pass,
    // device computation no longer interacts with external resource variables.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 31.8K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_builder.go

    	// discovery type.
    	maybeApplyEdsConfig(mc.cluster)
    
    	cb.applyMetadataExchange(opts.mutable.cluster)
    
    	if service.MeshExternal {
    		im := getOrCreateIstioMetadata(mc.cluster)
    		im.Fields["external"] = &structpb.Value{
    			Kind: &structpb.Value_BoolValue{
    				BoolValue: true,
    			},
    		}
    	}
    
    	if destRule != nil {
    		mc.cluster.Metadata = util.AddConfigInfoMetadata(mc.cluster.Metadata, destRule.Meta)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
  4. src/cmd/go/internal/help/helpdoc.go

    		See src/internal/goexperiment/flags.go for currently valid values.
    		Warning: This variable is provided for the development and testing
    		of the Go toolchain itself. Use beyond that purpose is unsupported.
    	GO_EXTLINK_ENABLED
    		Whether the linker should use external linking mode
    		when using -linkmode=auto with code that uses cgo.
    		Set to 0 to disable external linking mode, 1 to enable it.
    	GIT_ALLOW_PROTOCOL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  5. platforms/extensibility/plugin-development/src/main/java/org/gradle/plugin/devel/plugins/JavaGradlePluginPlugin.java

    import org.gradle.api.file.FileCopyDetails;
    import org.gradle.api.internal.artifacts.dsl.dependencies.DependencyFactoryInternal;
    import org.gradle.api.internal.artifacts.ivyservice.projectmodule.ProjectPublicationRegistry;
    import org.gradle.api.internal.plugins.PluginDescriptor;
    import org.gradle.api.internal.project.ProjectInternal;
    import org.gradle.api.internal.tasks.JvmConstants;
    import org.gradle.api.logging.Logger;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 06:56:29 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/fingerprint/ConfigurationCacheFingerprintWriter.kt

    import org.gradle.internal.concurrent.CompositeStoppable
    import org.gradle.internal.execution.UnitOfWork
    import org.gradle.internal.execution.UnitOfWork.InputFileValueSupplier
    import org.gradle.internal.execution.UnitOfWork.InputVisitor
    import org.gradle.internal.execution.WorkExecutionTracker
    import org.gradle.internal.execution.WorkInputListener
    import org.gradle.internal.hash.HashCode
    import org.gradle.internal.properties.InputBehavior
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/BUILD

            "//tensorflow/compiler/mlir/tensorflow:tensorflow_ops_td_files",
            "@llvm-project//mlir:ArithOpsTdFiles",
            "@llvm-project//mlir:FuncTdFiles",
        ],
    )
    
    # This is a separate library so that external passes can link only this library
    # without linking any of the other tensorflow passes.
    gentbl_cc_library(
        name = "lower_tf_inc_gen",
        compatible_with = get_compatible_with_portable(),
        tbl_outs = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/types2/api.go

    // and checks for compliance with the language specification.
    // Use Info.Types[expr].Type for the results of type inference.
    package types2
    
    import (
    	"cmd/compile/internal/syntax"
    	"fmt"
    	"go/constant"
    	. "internal/types/errors"
    	"strings"
    )
    
    // An Error describes a type-checking error; it implements the error interface.
    // A "soft" error is an error that still permits a valid interpretation of a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 13:48:53 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  9. pilot/test/xds/fake.go

    	}
    	schemas := collections.Pilot.All()
    	if features.EnableGatewayAPI {
    		schemas = collections.PilotGatewayAPI().All()
    	}
    	for _, schema := range schemas {
    		// This resource type was handled in external/servicediscovery.go, no need to rehandle here.
    		if schema.GroupVersionKind() == gvk.ServiceEntry {
    			continue
    		}
    		if schema.GroupVersionKind() == gvk.WorkloadEntry {
    			continue
    		}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 16:08:52 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  10. src/os/exec/exec_test.go

    // Use an external test to avoid os/exec -> net/http -> crypto/x509 -> os/exec
    // circular dependency on non-cgo darwin.
    
    package exec_test
    
    import (
    	"bufio"
    	"bytes"
    	"context"
    	"errors"
    	"flag"
    	"fmt"
    	"internal/poll"
    	"internal/testenv"
    	"io"
    	"log"
    	"net"
    	"net/http"
    	"net/http/httptest"
    	"os"
    	"os/exec"
    	"os/exec/internal/fdtest"
    	"os/signal"
    	"path/filepath"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 48.4K bytes
    - Viewed (0)
Back to top