Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 344 for other2 (0.19 sec)

  1. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    In other words, you can only use one or the other in Groovy for any given method.
    
    ==== Calling Kotlin from Groovy
    
    To call a Kotlin function that has named arguments from Groovy, just use a normal method call with positional parameters.
    There is no way to provide values by argument name.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier.go

    		}
    	}
    
    	// Delete chains no longer in use. Since "iptables-save" can take several seconds
    	// to run on hosts with lots of iptables rules, we don't bother to do this on
    	// every sync in large clusters. (Stale chains will not be referenced by any
    	// active rules, so they're harmless other than taking up memory.)
    	deletedChains := 0
    	if !proxier.largeClusterMode || time.Since(proxier.lastIPTablesCleanup) > proxier.syncPeriod {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // platforms.  They are subject to change without notice.  DO NOT USE
    // THEM IN USER CODE.
    //
    // This file is fundamental to Google Test.  All other Google Test source
    // files are expected to #include this.  Therefore, it cannot #include
    // any other Google Test header.
    
    #ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_
    #define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

     * The link:{javadocPath}/org/gradle/api/tasks/TaskInputs.html#dir-java.lang.Object-[TaskInputs.dir(Object)] method can no longer be called with an argument that resolves to anything other than a single directory.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/listener.go

    			}
    
    			opts = append(tcpOpts, httpOpts...)
    
    		default:
    			// UDP or other protocols: no need to log, it's too noisy
    			return
    		}
    	}
    
    	// If there is a TCP listener on well known port, cannot add any http filter chain
    	// with the inspector as it will break for server-first protocols. Similarly,
    	// if there was a HTTP listener on well known port, cannot add a tcp listener
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  6. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // platforms.  They are subject to change without notice.  DO NOT USE
    // THEM IN USER CODE.
    //
    // This file is fundamental to Google Test.  All other Google Test source
    // files are expected to #include this.  Therefore, it cannot #include
    // any other Google Test header.
    
    #ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_
    #define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb/SmbFile.java

                ServerMessageBlock2Request<?>... others ) throws CIFSException {
            return withOpen(th, Smb2CreateRequest.FILE_OPEN, 0x00120089, SmbConstants.FILE_SHARE_READ | SmbConstants.FILE_SHARE_WRITE, first, others);
        }
    
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
  8. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    	s.assertAddresses(t, "", "pod1")
    	s.assertEvent(t, s.podXdsName("pod1"))
    
    	s.addPods(t, "127.0.0.2", "pod2", "sa1", map[string]string{"app": "a", "other": "label"}, nil, true, corev1.PodRunning)
    	s.addPods(t, "127.0.0.3", "pod3", "sa1", map[string]string{"app": "other"}, nil, true, corev1.PodRunning)
    	s.assertAddresses(t, "", "pod1", "pod2", "pod3")
    	s.assertAddresses(t, s.addrXdsName("127.0.0.1"), "pod1")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // Each variable is defined as a named CEL expression.
      // The variables defined here will be available under `variables` in other expressions of the policy
      // except MatchConditions because MatchConditions are evaluated before the rest of the policy.
      //
      // The expression of a variable can refer to other variables defined earlier in the list but not those after.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

        quantization_method_ = other.quantization_method_;
        target_opset_ = other.target_opset_;
        enable_per_channel_quantization_ = other.enable_per_channel_quantization_;
        min_num_elements_for_weights_ = other.min_num_elements_for_weights_;
        enable_legacy_weight_only_ = other.enable_legacy_weight_only_;
        mlir_dump_file_name_ = other.mlir_dump_file_name_;
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top