Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 53 for intree (0.12 sec)

  1. docs/de/docs/tutorial/handling-errors.md

    Sie können diese Exceptionhandler mit ihren eigenen überschreiben.
    
    ### Requestvalidierung-Exceptions überschreiben
    
    Wenn ein Request ungültige Daten enthält, löst **FastAPI** intern einen `RequestValidationError` aus.
    
    Und bietet auch einen Default-Exceptionhandler dafür.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:28:29 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  2. pkg/registry/core/service/ipallocator/cidrallocator.go

    	return allocator, nil
    }
    
    func (c *MetaAllocator) addAllocator(cidr netip.Prefix, allocator *Allocator) {
    	c.muTree.Lock()
    	defer c.muTree.Unlock()
    	c.tree.InsertPrefix(cidr, allocator)
    }
    
    func (c *MetaAllocator) deleteAllocator(cidr netip.Prefix) {
    	c.muTree.Lock()
    	defer c.muTree.Unlock()
    	ok := c.tree.DeletePrefix(cidr)
    	if ok {
    		klog.V(3).Infof("CIDR %s deleted", cidr)
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  3. src/os/file_plan9.go

    	d.Null()
    	d.Length = size
    
    	var buf [syscall.STATFIXLEN]byte
    	n, err := d.Marshal(buf[:])
    	if err != nil {
    		return &PathError{Op: "truncate", Path: f.name, Err: err}
    	}
    
    	if err := f.incref("truncate"); err != nil {
    		return err
    	}
    	defer f.decref()
    
    	if err = syscall.Fwstat(f.fd, buf[:n]); err != nil {
    		return &PathError{Op: "truncate", Path: f.name, Err: err}
    	}
    	return nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 30 15:35:30 UTC 2024
    - 16K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/pcln.go

    				default:
    					panic(fmt.Sprint("Unhandled architecture:", target.Arch.Family))
    				}
    			}
    			break // only need one
    		}
    	}
    	return deferreturn
    }
    
    // genInlTreeSym generates the InlTree sym for a function with the
    // specified FuncInfo.
    func genInlTreeSym(ctxt *Link, cu *sym.CompilationUnit, fi loader.FuncInfo, arch *sys.Arch, nameOffsets map[loader.Sym]uint32) loader.Sym {
    	ldr := ctxt.loader
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  5. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/incremental/deps/ClassAnalysis.java

        private final Set<String> accessibleClassDependencies;
        private final String dependencyToAllReason;
        private final IntSet constants;
    
        public ClassAnalysis(String className, Set<String> privateClassDependencies, Set<String> accessibleClassDependencies, String dependencyToAllReason, IntSet constants) {
            this.className = className;
            this.privateClassDependencies = ImmutableSet.copyOf(privateClassDependencies);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 15:22:57 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/go.mod

    	github.com/go-openapi/swag v0.22.4 // indirect
    	github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
    	github.com/google/pprof v0.0.0-20240525223248-4bfdf5a9a2af // indirect
    	github.com/josharian/intern v1.0.0 // indirect
    	github.com/json-iterator/go v1.1.12 // indirect
    	github.com/kr/pretty v0.3.1 // indirect
    	github.com/mailru/easyjson v0.7.7 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 14:02:04 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes/decode.go

    		// Accept inputs that contain CBOR tags.
    		TagsMd: cbor.TagsAllowed,
    
    		// Decode type 0 (unsigned integer) as int64.
    		// TODO: IntDecConvertSignedOrFail errors on overflow, JSON will try to fall back to float64.
    		IntDec: cbor.IntDecConvertSignedOrFail,
    
    		// Disable producing map[cbor.ByteString]interface{}, which is not acceptable for
    		// decodes into interface{}.
    		MapKeyByteString: cbor.MapKeyByteStringForbidden,
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 14:03:36 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  8. src/internal/poll/fd_poll_runtime.go

    	var d int64
    	if !t.IsZero() {
    		d = int64(time.Until(t))
    		if d == 0 {
    			d = -1 // don't confuse deadline right now with no deadline
    		}
    	}
    	if err := fd.incref(); err != nil {
    		return err
    	}
    	defer fd.decref()
    	if fd.pd.runtimeCtx == 0 {
    		return ErrNoDeadline
    	}
    	runtime_pollSetDeadline(fd.pd.runtimeCtx, d, mode)
    	return nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:59 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/img/file-collection-vs-file-tree.png

    file-collection-vs-file-tree.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 21:47:26 UTC 2024
    - 185.5K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/link.go

    	Pcline    *LSym
    	Pcinline  *LSym
    	Pcdata    []*LSym
    	Funcdata  []*LSym
    	UsedFiles map[goobj.CUFileIndex]struct{} // file indices used while generating pcfile
    	InlTree   InlTree                        // per-function inlining tree extracted from the global tree
    }
    
    type Reloc struct {
    	Off  int32
    	Siz  uint8
    	Type objabi.RelocType
    	Add  int64
    	Sym  *LSym
    }
    
    type Auto struct {
    	Asym    *LSym
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 33.1K bytes
    - Viewed (0)
Back to top