Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 93 for Uncommon (0.15 sec)

  1. hack/local-up-cluster.sh

    mkdir -p "${CERT_DIR}" &>/dev/null || sudo mkdir -p "${CERT_DIR}"
    CONTROLPLANE_SUDO=$(test -w "${CERT_DIR}" || echo "sudo -E")
    
    function test_apiserver_off {
        # For the common local scenario, fail fast if server is already running.
        # this can happen if you run local-up-cluster.sh twice and kill etcd in between.
        if [[ "${API_PORT}" -gt "0" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            configuration.incoming.files.buildDependencies.getDependencies(targetTask) == requiredTasks
        }
    
        def "task dependency from project dependency without common configuration"() {
            // This test exists because a NullPointerException was thrown by getTaskDependencyFromProjectDependency()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KaFirResolver.kt

            val typeParameter = partiallyAppliedSymbol.symbol.typeParameters.singleOrNull() ?: return emptyMap()
            return mapOf(typeParameter to elementType)
        }
    
        // TODO: Refactor common code with FirElement.toKtCallInfo() when other FirResolvables are handled
        private fun FirElement.collectCallCandidates(
            psi: KtElement,
            resolveCalleeExpressionOfFunctionCall: Boolean,
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 73K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/MapPropertySpec.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.internal.provider
    
    import com.google.common.collect.ImmutableMap
    import org.gradle.api.Task
    import org.gradle.api.Transformer
    import org.gradle.api.provider.MapProperty
    import org.gradle.api.provider.Property
    import org.gradle.api.provider.Provider
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 58.7K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/route/route.go

    	"strings"
    
    	core "github.com/envoyproxy/go-control-plane/envoy/config/core/v3"
    	route "github.com/envoyproxy/go-control-plane/envoy/config/route/v3"
    	xdsfault "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3"
    	cors "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/cors/v3"
    	xdshttpfault "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    // Do the interface allocations only once for common
    // Errno values.
    var (
    	errEAGAIN error = syscall.EAGAIN
    	errEINVAL error = syscall.EINVAL
    	errENOENT error = syscall.ENOENT
    )
    
    var ZosTraceLevel int
    var ZosTracefile *os.File
    
    var (
    	signalNameMapOnce sync.Once
    	signalNameMap     map[string]syscall.Signal
    )
    
    // errnoErr returns common boxed Errno values, to prevent
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/listener.go

    	// in the map.
    	//
    	// Check if this HTTP listener conflicts with an existing TCP
    	// listener. We could have listener conflicts occur on unix domain
    	// sockets, or on IP binds. Specifically, its common to see
    	// conflicts on binds for wildcard address when a service has NONE
    	// resolution type, since we collapse all HTTP listeners into a
    	// single 0.0.0.0:port listener and use vhosts to distinguish
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

    #include "tensorflow/compiler/mlir/lite/utils/const_tensor_utils.h"
    #include "tensorflow/compiler/mlir/lite/utils/convert_type.h"
    #include "tensorflow/compiler/mlir/lite/utils/size_utils.h"
    #include "tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_traits.h"
    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_attributes.h"
    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_dialect.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  9. pkg/controller/volume/persistentvolume/pv_controller.go

    	ref "k8s.io/client-go/tools/reference"
    	"k8s.io/client-go/util/workqueue"
    	volerr "k8s.io/cloud-provider/volume/errors"
    	storagehelpers "k8s.io/component-helpers/storage/volume"
    	"k8s.io/kubernetes/pkg/controller/volume/common"
    	"k8s.io/kubernetes/pkg/controller/volume/events"
    	"k8s.io/kubernetes/pkg/controller/volume/persistentvolume/metrics"
    	"k8s.io/kubernetes/pkg/util/goroutinemap"
    	"k8s.io/kubernetes/pkg/util/goroutinemap/exponentialbackoff"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  10. src/os/os_test.go

    			Getenv("SystemRoot") + "\\system32\\drivers\\etc",
    			[]string{
    				"networks",
    				"protocol",
    				"services",
    			},
    		}
    	case "plan9":
    		return &sysDir{
    			"/lib/ndb",
    			[]string{
    				"common",
    				"local",
    			},
    		}
    	case "wasip1":
    		// wasmtime has issues resolving symbolic links that are often present
    		// in directories like /etc/group below (e.g. private/etc/group on OSX).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
Back to top