Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 221 for FILE (0.04 sec)

  1. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    getVersion(); public abstract void setVersion(String); public abstract String getScope(); public abstract String getType(); public abstract String getClassifier(); public abstract boolean hasClassifier(); public abstract java.io.File getFile(); public abstract void setFile(java.io.File); public abstract String getBaseVersion(); public abstract void setBaseVersion(String); public abstract String getId(); public abstract String getDependencyConflic(); public abstract void addMetadata(metadata.ArtifactMetadata);...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 160.1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/gateway_test.go

    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  3. src/debug/elf/elf.go

    const ARM_MAGIC_TRAMP_NUMBER = 0x5c000003
    
    // ELF32 File header.
    type Header32 struct {
    	Ident     [EI_NIDENT]byte /* File identification. */
    	Type      uint16          /* File type. */
    	Machine   uint16          /* Machine architecture. */
    	Version   uint32          /* ELF format version. */
    	Entry     uint32          /* Entry point. */
    	Phoff     uint32          /* Program header file offset. */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  4. cmd/admin-handlers.go

    		return
    	}
    	file := r.Form.Get("file")
    	if len(file) == 0 {
    		writeErrorResponseJSON(ctx, w, errorCodes.ToAPIErr(ErrInvalidRequest), r.URL)
    		return
    	}
    
    	file = filepath.ToSlash(file)
    	// Reject attempts to traverse parent or absolute paths.
    	if hasBadPathComponent(volume) || hasBadPathComponent(file) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_pods_test.go

    			hostAliases:   []v1.HostAlias{},
    			rawHostsFileContent: `# hosts file for testing.
    127.0.0.1	localhost
    ::1	localhost ip6-localhost ip6-loopback
    fe00::0	ip6-localnet
    fe00::0	ip6-mcastprefix
    fe00::1	ip6-allnodes
    fe00::2	ip6-allrouters
    123.45.67.89	some.domain
    `,
    			expectedHostsFileContent: `# Kubernetes-managed hosts file (host network).
    # hosts file for testing.
    127.0.0.1	localhost
    ::1	localhost ip6-localhost ip6-loopback
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    lass package org.codehaus.plexus.component.configurator.expression; public synchronized class DefaultExpressionEva implements ExpressionEvaluator { public void DefaultExpressionEva(); public Object evaluate(String); public java.io.File alignToBaseDirectory(java.io.File); } org/codehaus/plexus/component/configurator/expression/ExpressionEvaluation.class package org.codehaus.plexus.component.configurator.expression; public synchronized class ExpressionEvaluation extends Exception { public void Exp...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 205.7K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    lass package org.codehaus.plexus.component.configurator.expression; public synchronized class DefaultExpressionEva implements ExpressionEvaluator { public void DefaultExpressionEva(); public Object evaluate(String); public java.io.File alignToBaseDirectory(java.io.File); } org/codehaus/plexus/component/configurator/expression/ExpressionEvaluation.class package org.codehaus.plexus.component.configurator.expression; public synchronized class ExpressionEvaluation extends Exception { public void Exp...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 205.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "dev": true,
          "dependencies": {
            "reusify": "^1.0.4"
          }
        },
        "node_modules/file-entry-cache": {
          "version": "6.0.1",
          "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
          "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
          "dev": true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet_pods.go

    	"k8s.io/kubernetes/third_party/forked/golang/expansion"
    	utilnet "k8s.io/utils/net"
    )
    
    const (
    	managedHostsHeader                = "# Kubernetes-managed hosts file.\n"
    	managedHostsHeaderWithHostNetwork = "# Kubernetes-managed hosts file (host network).\n"
    )
    
    // Container state reason list
    const (
    	PodInitializing   = "PodInitializing"
    	ContainerCreating = "ContainerCreating"
    
    	kubeletUser = "kubelet"
    )
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
Back to top