Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for od (0.02 sec)

  1. src/main/resources/fess_message_pl.properties

    constraints.Null.message = {item} musi być null.
    constraints.Past.message = {item} musi być wartością przeszłą.
    constraints.Pattern.message = {item} nie pasuje do "{regexp}".
    constraints.Size.message = Rozmiar {item} musi być w zakresie od {min} do {max} znaków.
    # ----------------------------------------------------------
    # Hibernate Validator
    # -------------------
    constraints.CreditCardNumber.message = {item} jest nieprawidłowym numerem karty kredytowej.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.5K bytes
    - Viewed (0)
  2. src/test/java/jcifs/internal/smb2/ioctl/Smb2IoctlResponseTest.java

            assertEquals(16, resp.getFileId().length);
            assertEquals(12, resp.getOutputLength());
    
            SrvCopyChunkCopyResponse od = resp.getOutputData(SrvCopyChunkCopyResponse.class);
            assertEquals(1, od.getChunksWritten());
            assertEquals(2, od.getChunkBytesWritten());
            assertEquals(3, od.getTotalBytesWritten());
    
            // Type mismatch should raise SmbException
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  3. cmd/batch-expire.go

    				// Cache ObjectInfo value via pointers for
    				// subsequent use to track objects which
    				// couldn't be deleted.
    				od := ObjectToDelete{
    					ObjectV: ObjectV{
    						ObjectName: exp.Name,
    						VersionID:  exp.VersionID,
    					},
    				}
    				toDel = append(toDel, od)
    				oiCache.Add(od, &exp.ObjectInfo)
    			}
    
    			// DeleteObject(deletePrefix: true) to expire all versions of an object
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Apr 22 11:16:32 UTC 2025
    - 23K bytes
    - Viewed (0)
  4. docs/pl/docs/features.md

    * **Bez prania mózgu**:
        * Brak nowego mikrojęzyka do definiowania schematu, którego trzeba się nauczyć.
        * Jeśli znasz adnotacje typów Pythona to wiesz jak używać Pydantic.
    * Dobrze współpracuje z Twoim **<abbr title='Skrót od "Integrated Development Environment", podobne do edytora kodu'>IDE</abbr>/<abbr title="Program, który sprawdza Twój kod pod kątem błędów">linterem</abbr>/mózgiem**:
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  5. cmd/storage-datatypes.go

    //     only after as a 2-phase call, allowing the older dataDir to
    //     hang-around in-case we need some form of recovery.
    type RenameDataResp struct {
    	Sign       []byte `msg:"s"`
    	OldDataDir string `msg:"od"` // contains '<uuid>', it is designed to be passed as value to Delete(bucket, pathJoin(object, dataDir))
    }
    
    const (
    	checkPartUnknown int = iota
    
    	// Changing the order can cause a data loss
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Apr 25 05:41:04 UTC 2025
    - 17.4K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/loong64enc1.s

    	VNEGW		V1, V2		// 22389c72
    	VNEGV		V1, V2		// 223c9c72
    	XVNEGB		X2, X1		// 41309c76
    	XVNEGH		X2, X1		// 41349c76
    	XVNEGW		X2, X1		// 41389c76
    	XVNEGV		X2, X1		// 413c9c76
    
    	// [X]{VMULW}{EV/OD}.{H.B/W.H/D.W/Q.D}[U] instructions
    	VMULWEVHB	V1, V2, V3	// 43049070
    	VMULWEVWH	V1, V2, V3	// 43849070
    	VMULWEVVW	V1, V2, V3	// 43049170
    	VMULWEVQV	V1, V2, V3	// 43849170
    	VMULWODHB	V1, V2, V3	// 43049270
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Sep 04 19:24:25 UTC 2025
    - 35.5K bytes
    - Viewed (0)
  7. docs/pl/docs/help-fastapi.md

    Jeśli masz pytania, zadaj je w <a href="https://github.com/fastapi/fastapi/discussions/new?category=questions" class="external-link" target="_blank">Dyskusjach na GitHubie</a>, jest dużo większa szansa, że otrzymasz pomoc od [Ekspertów FastAPI](fastapi-people.md#fastapi-experts){.internal-link target=_blank}.
    
    Używaj czatu tylko do innych ogólnych rozmów.
    
    ///
    
    ### Nie zadawaj pytań na czacie
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 14.8K bytes
    - Viewed (0)
Back to top