Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 18 of 18 for anmelden (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java

         */
        @Override
        public int size() {
            int size = Smb2Constants.SMB2_HEADER_LENGTH + 56;
            int nameLen = 2 * this.name.length();
            if (nameLen == 0) {
                nameLen++;
            }
    
            size += size8(nameLen);
            if (this.createContexts != null) {
                for (final CreateContextRequest ccr : this.createContexts) {
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sat Aug 23 02:21:31 GMT 2025
    - 22.9K bytes
    - Click Count (0)
  2. cmd/os_unix.go

    		// files and directories.
    		typ = unexpectedFileMode
    	}
    
    	nameBuf := (*[unsafe.Sizeof(dirent.Name)]byte)(unsafe.Pointer(&dirent.Name[0]))
    	nameLen, err := direntNamlen(dirent)
    	if err != nil {
    		return consumed, nil, typ, err
    	}
    
    	return consumed, nameBuf[:nameLen], typ, nil
    }
    
    // readDirFn applies the fn() function on each entries at dirPath, doesn't recurse into
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 9.3K bytes
    - Click Count (0)
  3. docs/de/docs/deployment/server-workers.md

    Wie Sie im vorherigen Kapitel über [Deployment-Konzepte](concepts.md){.internal-link target=_blank} gesehen haben, gibt es mehrere Strategien, die Sie anwenden können.
    
    Hier zeige ich Ihnen, wie Sie **Uvicorn** mit **Workerprozessen** verwenden, indem Sie den `fastapi`-Befehl oder den `uvicorn`-Befehl direkt verwenden.
    
    /// info | Info
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Tue Dec 02 17:32:56 GMT 2025
    - 8.8K bytes
    - Click Count (0)
  4. src/main/resources/fess_message_de.properties

    # Application Exception
    # ---------------------
    # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    # five framework-embedded messages (don't change key names)
    # - - - - - - - - - -/
    errors.login.failure = Anmeldung fehlgeschlagen.
    errors.app.illegal.transition = Ungültiger Übergang. Bitte versuchen Sie es erneut.
    errors.app.db.already.deleted = Es wurde möglicherweise von einem anderen Prozess gelöscht. Bitte versuchen Sie den Vorgang erneut.
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Jul 05 02:36:47 GMT 2025
    - 12.7K bytes
    - Click Count (0)
  5. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type Msghdr struct, Iovlen int32
    pkg syscall (freebsd-386-cgo), type Msghdr struct, Name *uint8
    pkg syscall (freebsd-386-cgo), type Msghdr struct, Namelen uint32
    pkg syscall (freebsd-386-cgo), type RawSockaddr struct, Data [14]int8
    pkg syscall (freebsd-386-cgo), type RawSockaddr struct, Family uint8
    pkg syscall (freebsd-386-cgo), type RawSockaddr struct, Len uint8
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Click Count (1)
  6. api/go1.txt

    pkg syscall (darwin-386), type Msghdr struct, Iov *Iovec
    pkg syscall (darwin-386), type Msghdr struct, Iovlen int32
    pkg syscall (darwin-386), type Msghdr struct, Name *uint8
    pkg syscall (darwin-386), type Msghdr struct, Namelen uint32
    pkg syscall (darwin-386), type Radvisory_t struct
    pkg syscall (darwin-386), type Radvisory_t struct, Count int32
    pkg syscall (darwin-386), type Radvisory_t struct, Offset int64
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Click Count (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Iov *Iovec
    pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Iovlen int32
    pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Namelen uint32
    pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Name *uint8
    pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Pad_cgo_0 [4]uint8
    pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Pad_cgo_1 [4]uint8
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Click Count (0)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Msghdr struct, Iovlen int32 #53466
    pkg syscall (freebsd-riscv64), type Msghdr struct, Name *uint8 #53466
    pkg syscall (freebsd-riscv64), type Msghdr struct, Namelen uint32 #53466
    pkg syscall (freebsd-riscv64), type Msghdr struct, Pad_cgo_0 [4]uint8 #53466
    pkg syscall (freebsd-riscv64), type Msghdr struct, Pad_cgo_1 [4]uint8 #53466
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Click Count (0)
Back to Top