Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 34 for relativeTo (0.38 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "format": "int32",
              "type": "integer"
            },
            "path": {
              "description": "Required: Path is  the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'",
              "type": "string"
            },
            "resourceFieldRef": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/asm9.go

    				o1, o2 = pfxload(p.As, p.To.Reg, REG_R0, PFX_R_PCREL)
    				rel.Type = objabi.R_ADDRPOWER_GOT_PCREL34
    			default:
    				// We've failed to convert a TOC-relative relocation to a PC-relative one.
    				log.Fatalf("Unable convert TOC-relative relocation %v to PC-relative", rel.Type)
    			}
    		} else if c.opform(inst) == DS_FORM && v&0x3 != 0 {
    			log.Fatalf("invalid offset for DS form load/store %v", p)
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm64/asm7.go

    }
    
    // Maximum PC-relative displacement.
    // The actual limit is ±2²⁰, but we are conservative
    // to avoid needing to recompute the literal pool flush points
    // as span-dependent jumps are enlarged.
    const maxPCDisp = 512 * 1024
    
    // ispcdisp reports whether v is a valid PC-relative displacement.
    func ispcdisp(v int32) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            failure.assertHasCause("Failed to transform a.jar to match attributes {artifactType=size}")
            failure.assertHasCause("Transform output ${testDirectory.file('other.jar')} must be a part of the input artifact or refer to a relative path.")
        }
    
        def "user gets a reasonable error message when transform registers an output that is not part of the input artifact or in the output directory"() {
            given:
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  5. src/net/http/server.go

    			r2.URL.Path = p
    			r2.URL.RawPath = rp
    			h.ServeHTTP(w, r2)
    		} else {
    			NotFound(w, r)
    		}
    	})
    }
    
    // Redirect replies to the request with a redirect to url,
    // which may be a path relative to the request path.
    //
    // The provided code should be in the 3xx range and is usually
    // [StatusMovedPermanently], [StatusFound] or [StatusSeeOther].
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/cache/LocalCache.java

        }
    
        void clearValueReferenceQueue() {
          while (valueReferenceQueue.poll() != null) {}
        }
    
        // recency queue, shared by expiration and eviction
    
        /**
         * Records the relative order in which this read was performed by adding {@code entry} to the
         * recency queue. At write-time, or when the queue is full past the threshold, the queue will be
         * drained and the entries therein processed.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    type: object response: properties: add: additionalProperties: type: string type: object remove: items: type: string type: array set: additionalProperties: type: string type: object type: object type: object weight: description: Weight specifies the relative proportion of traffic to be forwarded to the destination. format: int32 type: integer required: - destination type: object type: array timeout: description: Timeout for HTTP requests, default is disabled. type: string type: object type: array tcp:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  8. guava/src/com/google/common/cache/LocalCache.java

        }
    
        void clearValueReferenceQueue() {
          while (valueReferenceQueue.poll() != null) {}
        }
    
        // recency queue, shared by expiration and eviction
    
        /**
         * Records the relative order in which this read was performed by adding {@code entry} to the
         * recency queue. At write-time, or when the queue is full past the threshold, the queue will be
         * drained and the entries therein processed.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/exec.go

    	ignored := str.StringList(a.Package.IgnoredGoFiles, a.Package.IgnoredOtherFiles)
    
    	// Pass list of absolute paths to vet,
    	// so that vet's error messages will use absolute paths,
    	// so that we can reformat them relative to the directory
    	// in which the go command is invoked.
    	vcfg := &vetConfig{
    		ID:           a.Package.ImportPath,
    		Compiler:     cfg.BuildToolchainName,
    		Dir:          a.Package.Dir,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  10. pkg/config/validation/validation_test.go

    		},
    
    		{
    			name: "unix socket, relative path", in: &networking.ServiceEntry{
    				Hosts: []string{"uds.cluster.local"},
    				Ports: []*networking.ServicePort{
    					{Number: 6553, Protocol: "grpc", Name: "grpc-service1"},
    				},
    				Resolution: networking.ServiceEntry_STATIC,
    				Endpoints: []*networking.WorkloadEntry{
    					{Address: "unix://./relative/path.sock"},
    				},
    			},
    			valid: false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
Back to top