Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 146 for sourceDir (1.54 sec)

  1. cmd/policy_test.go

    		AccountName: "Q3AM3UQ867SPQQA43P2F",
    		Action:      policy.PutObjectAction,
    		BucketName:  "mybucket",
    		ConditionValues: map[string][]string{
    			"x-amz-copy-source": {"mybucket/myobject"},
    			"SourceIp":          {"192.168.1.10"},
    		},
    		ObjectName: "myobject",
    	}
    
    	anonGetObjectActionArgs := policy.BucketPolicyArgs{
    		AccountName:     "Q3AM3UQ867SPQQA43P2F",
    		Action:          policy.GetObjectAction,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/catalog/DefaultDependenciesAccessors.java

            }
    
        }
    
        private static class GeneratedAccessors {
            private final File sourcesDir;
            private final File classesDir;
    
            private GeneratedAccessors(File sourcesDir, File classesDir) {
                this.sourcesDir = sourcesDir;
                this.classesDir = classesDir;
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 26.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/experimental/tac/utils/utils.h

    absl::StatusOr<mlir::OwningOpRef<mlir::ModuleOp>> ImportFlatbufferOrMlir(
        const std::string& input_filename, bool input_mlir,
        bool experimental_prune_unreachable_nodes_unconditionally,
        llvm::SourceMgr* source_mgr, mlir::MLIRContext* context);
    
    // Export the module to file, can be either mlir or flatbuffer.
    absl::Status ExportFlatbufferOrMlir(const std::string& output_filename,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 03:47:03 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/mlir_tflite_runner.cc

    #include "absl/strings/str_join.h"
    #include "llvm/Support/CommandLine.h"
    #include "llvm/Support/InitLLVM.h"
    #include "llvm/Support/MemoryBuffer.h"
    #include "llvm/Support/SMLoc.h"
    #include "llvm/Support/SourceMgr.h"
    #include "mlir/Dialect/Arith/IR/Arith.h"  // from @llvm-project
    #include "mlir/Dialect/Func/IR/FuncOps.h"  // from @llvm-project
    #include "mlir/IR/BuiltinOps.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 03 00:14:05 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/networkfilter.go

    				} else {
    					// This means that subset has defined non sourceIP consistent hash load balancer.
    					useSourceIP = false
    				}
    			}
    			break
    		}
    		// If destinationrule has consistent hash source ip set, use it for tcp proxy.
    		if useSourceIP {
    			tcpProxy.HashPolicy = []*hashpolicy.HashPolicy{{PolicySpecifier: &hashpolicy.HashPolicy_SourceIp_{
    				SourceIp: &hashpolicy.HashPolicy_SourceIp{},
    			}}}
    		}
    	}
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  6. pkg/proxy/apis/config/v1alpha1/zz_generated.conversion.go

    	out.NetworkName = in.NetworkName
    	out.SourceVip = in.SourceVip
    	out.EnableDSR = in.EnableDSR
    	out.RootHnsEndpointName = in.RootHnsEndpointName
    	out.ForwardHealthCheckVip = in.ForwardHealthCheckVip
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:33:53 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  7. pkg/proxy/winkernel/hns.go

    	lbDistributionType := hcn.LoadBalancerDistributionNone
    
    	if flags.sessionAffinity {
    		lbDistributionType = hcn.LoadBalancerDistributionSourceIP
    	}
    
    	loadBalancer := &hcn.HostComputeLoadBalancer{
    		SourceVIP: sourceVip,
    		PortMappings: []hcn.LoadBalancerPortMapping{
    			{
    				Protocol:         uint32(protocol),
    				InternalPort:     internalPort,
    				ExternalPort:     externalPort,
    				DistributionType: lbDistributionType,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 09 21:21:12 UTC 2023
    - 15K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/dsl/org.gradle.plugins.ide.idea.model.IdeaModule.xml

                    <td/>
                </tr>
                <tr>
                    <td>sourceDirs</td>
                    <td><literal>[]</literal></td>
                    <td>project.sourceSets.main.allJava</td>
                </tr>
                <tr>
                    <td>scopes</td>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/api/BuildScriptExecutionIntegrationTest.groovy

    logging.captureStandardOutput(LogLevel.ERROR)
    println 'error message'
    assert project != null
    assert "${buildScript.absolutePath.replace("\\", "\\\\")}" == buildscript.sourceFile as String
    assert "${buildScript.toURI()}" == buildscript.sourceURI as String
    assert buildscript.classLoader == getClass().classLoader.parent
    assert buildscript.classLoader == Thread.currentThread().contextClassLoader
    Gradle.class.classLoader.loadClass('${implClassName}')
    try {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 21 07:18:32 UTC 2020
    - 2.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/passes/insert_quantized_functions.cc

    #include <memory>
    #include <string>
    #include <tuple>
    #include <utility>
    
    #include "absl/container/flat_hash_map.h"
    #include "llvm/ADT/StringRef.h"
    #include "llvm/Support/CommandLine.h"
    #include "llvm/Support/SourceMgr.h"
    #include "mlir/Dialect/Func/IR/FuncOps.h"  // from @llvm-project
    #include "mlir/IR/BuiltinOps.h"  // from @llvm-project
    #include "mlir/IR/DialectRegistry.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 05:52:39 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top