Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of about 10,000 for frog (0.06 sec)

  1. src/cmd/link/internal/ld/elf.go

    // but buggy ELF loaders like the one in some
    // versions of QEMU and UPX won't.
    func fixElfPhdr(e *ElfPhdr) {
    	frag := int(e.Vaddr & (e.Align - 1))
    
    	e.Off -= uint64(frag)
    	e.Vaddr -= uint64(frag)
    	e.Paddr -= uint64(frag)
    	e.Filesz += uint64(frag)
    	e.Memsz += uint64(frag)
    }
    
    func elf64phdr(out *OutBuf, e *ElfPhdr) {
    	if e.Type == elf.PT_LOAD {
    		fixElfPhdr(e)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  2. fastapi/security/__init__.py

    from .api_key import APIKeyCookie as APIKeyCookie
    from .api_key import APIKeyHeader as APIKeyHeader
    from .api_key import APIKeyQuery as APIKeyQuery
    from .http import HTTPAuthorizationCredentials as HTTPAuthorizationCredentials
    from .http import HTTPBasic as HTTPBasic
    from .http import HTTPBasicCredentials as HTTPBasicCredentials
    from .http import HTTPBearer as HTTPBearer
    from .http import HTTPDigest as HTTPDigest
    from .oauth2 import OAuth2 as OAuth2
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Dec 20 18:50:00 UTC 2020
    - 881 bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/obj9.go

    	q.As = AMOVD
    	q.From.Type = obj.TYPE_MEM
    	q.From.Sym = symtoc
    	q.From.Name = obj.NAME_TOCREF
    	q.To.Type = obj.TYPE_REG
    	q.To.Reg = REGTMP
    
    	q = obj.Appendp(q, c.newprog)
    	q.As = p.As
    	q.From = p.From
    	q.To = p.To
    	if p.From.Name != obj.NAME_NONE {
    		q.From.Type = obj.TYPE_MEM
    		q.From.Reg = REGTMP
    		q.From.Name = obj.NAME_NONE
    		q.From.Sym = nil
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/loong64/obj.go

    				break
    			}
    			p.From.Type = obj.TYPE_MEM
    			p.From.Sym = ctxt.Float64Sym(f64)
    			p.From.Name = obj.NAME_EXTERN
    			p.From.Offset = 0
    		}
    	}
    
    	// Rewrite SUB constants into ADD.
    	switch p.As {
    	case ASUB:
    		if p.From.Type == obj.TYPE_CONST {
    			p.From.Offset = -p.From.Offset
    			p.As = AADD
    		}
    
    	case ASUBU:
    		if p.From.Type == obj.TYPE_CONST {
    			p.From.Offset = -p.From.Offset
    			p.As = AADDU
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:22:18 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  5. pilot/pkg/security/authz/builder/testdata/http/single-policy-in.yaml

      selector:
        matchLabels:
          app: httpbin
          version: v1
      rules:
        - from:
            - source:
                principals: ["rule[0]-from[0]-principal[1]", "rule[0]-from[0]-principal[2]"]
                requestPrincipals: ["rule[0]-from[0]-requestPrincipal[1]", "rule[0]-from[0]-requestPrincipal[2]"]
                namespaces: ["rule[0]-from[0]-ns[1]", "rule[0]-from[0]-ns[2]"]
                ipBlocks: ["10.0.0.1", "10.0.0.2"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 01 19:25:01 UTC 2021
    - 3.1K bytes
    - Viewed (0)
  6. clause/limit_test.go

    			"SELECT * FROM `users` LIMIT ?",
    			[]interface{}{limit0},
    		},
    		{
    			[]clause.Interface{clause.Select{}, clause.From{}, clause.Limit{Offset: 20}},
    			"SELECT * FROM `users` OFFSET ?",
    			[]interface{}{20},
    		},
    		{
    			[]clause.Interface{clause.Select{}, clause.From{}, clause.Limit{Offset: 20}, clause.Limit{Offset: 30}},
    			"SELECT * FROM `users` OFFSET ?",
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Tue Feb 06 02:54:40 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolvedFileOrderingIntegrationTest.groovy

            outputContains("files 3: [test-lib.jar, a.jar, a-lib.jar, b.jar, b-lib.jar, c.jar, c-lib.jar, test-1.0.jar, test-1.0-from-main.jar, test-1.0-from-a.jar, test-1.0-from-c.jar, test2-1.0.jar, test3-1.0.jar]")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 18:18:46 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  8. testing/integ-test/src/integTest/groovy/org/gradle/integtests/TaskErrorExecutionIntegrationTest.groovy

            failure.assertHasLineNumber(4)
            failure.assertHasDescription("Execution failed for task ':brokenClosure'.")
            failure.assertHasCause("broken closure")
        }
    
        def "reports task action execution fails from java with runtime exception"() {
            file("buildSrc/src/main/java/org/gradle/BrokenTask.java") << """
                package org.gradle;
    
                import org.gradle.api.Action;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  9. src/runtime/mstats.go

    	// returned to the heap (and hence counted toward HeapIdle).
    	StackInuse uint64
    
    	// StackSys is bytes of stack memory obtained from the OS.
    	//
    	// StackSys is StackInuse, plus any memory obtained directly
    	// from the OS for OS thread stacks.
    	//
    	// In non-cgo programs this metric is currently equal to StackInuse
    	// (but this should not be relied upon, and the value may change in
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 08 21:03:13 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/builder/testdata/tcp/deny-both-http-tcp-in.yaml

      namespace: foo
    spec:
      action: DENY
      rules:
      # rule[0] `from`: HTTP field, `to`: HTTP field.
      - from:
        - source:
            requestPrincipals: ["id-1"]
        to:
        - operation:
            methods: ["GET"]
      # rule[1] `from`: nil, `to`: HTTP field.
      - to:
        - operation:
            methods: ["GET"]
      # rule[2] `from`: HTTP field, `to`: nil.
      - from:
        - source:
              requestPrincipals: ["id-1"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 12 19:47:37 UTC 2022
    - 3.9K bytes
    - Viewed (0)
Back to top