- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 117 for rotw (0.18 seconds)
-
src/cmd/asm/internal/lex/tokenizer.go
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Aug 04 20:35:21 GMT 2022 - 3K bytes - Click Count (0) -
docs/pt/docs/tutorial/cookie-params.md
Se você for à **interface de documentação da API** em `/docs`, poderá ver a **documentação** de cookies para suas *operações de rota*.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Nov 12 16:23:57 GMT 2025 - 1.8K bytes - Click Count (0) -
docs/pt/docs/advanced/dataclasses.md
8. Note que esta *função de operação de rota* usa `def` regular em vez de `async def`. Como sempre, no FastAPI você pode combinar `def` e `async def` conforme necessário. Se você precisar de uma atualização sobre quando usar qual, confira a seção _"Com pressa?"_ na documentação sobre [`async` e `await`](../async.md#in-a-hurry){.internal-link target=_blank}.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 10:43:02 GMT 2025 - 4.5K bytes - Click Count (0) -
internal/s3select/sql/analysis.go
// rows in some manner. Requires all input rows to be processed, // before a result is returned. // // Row function - An expression that depends on a value in the // row. They have an output for each input row. // // Some types of a queries are not valid. For example, an aggregation // function combined with a row function is meaningless ("AVG(s.Age) + // s.Salary"). Analysis determines if such a scenario exists so an
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 8.6K bytes - Click Count (0) -
tests/association_generics_test.go
} AssertAssociationCount(t, user, "Languages", 1, "after delete one") // language row remains var count int64 if err := DB.Model(&Language{}).Where("code = ?", "es").Count(&count).Error; err != nil { t.Fatalf("count lang: %v", err) } if count != 1 { t.Fatalf("expected language row still exists, got %d", count) } } // Multi-owners: HasMany update and delete
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Fri Sep 12 05:42:26 GMT 2025 - 37.9K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/amd64enc.s
//TODO: RETFQ $0xf123 // ca23f1 ROLW $1, (BX) // 66d103 ROLW $1, (R11) // 6641d103 ROLW $1, DX // 66d1c2 ROLW $1, R11 // 6641d1c3 ROLW CL, (BX) // 66d303 ROLW CL, (R11) // 6641d303 ROLW CL, DX // 66d3c2
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Oct 08 21:38:44 GMT 2021 - 581.9K bytes - Click Count (1) -
docs/pt/docs/_llm-test.md
* servir a aplicação * servir a página * o app * a aplicação * a requisição * a resposta * a resposta de erro * a operação de rota * o decorador de operação de rota * a função de operação de rota * o corpo * o corpo da requisição * o corpo da resposta * o corpo JSON * o corpo do formulário * o corpo do arquivo * o corpo da função * o parâmetro
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 10:17:03 GMT 2025 - 12.4K bytes - Click Count (0) -
internal/disk/stat_linux.go
qst, err = bfs.SysBlockDeviceQueueStats(parentDev) } } if err == nil { info.NRRequests = qst.NRRequests rot := qst.Rotational == 1 // Rotational is '1' if the device is HDD info.Rotational = &rot } } } } return info, nil } // GetDriveStats returns IO stats of the drive by its major:minor
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 4.8K bytes - Click Count (0) -
docs/pt/docs/tutorial/extra-data-types.md
## Exemplo { #example } Aqui está um exemplo de *operação de rota* com parâmetros utilizando-se de alguns dos tipos acima. {* ../../docs_src/extra_data_types/tutorial001_an_py310.py hl[1,3,12:16] *}Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Nov 12 16:23:57 GMT 2025 - 3K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/mips64.s
SRAV R20, R19, R19 // 02939817 ROTR R19, R18, R20 // 0272a046 ROTRV R9, R13, R16 // 012d8056 // LSHW rreg ',' rreg // { // outcode(int($1), &$2, 0, &$4); // } SLL R1, R2 // 00221004 SLLV R10, R22 // 0156b014 SRL R27, R6 // 03663006 SRLV R27, R6 // 03663016 SRA R11, R19 // 01739807 SRAV R20, R19 // 02939817 ROTR R20, R19 // 02939846 ROTRV R16, R9 // 02094856
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Aug 08 12:17:12 GMT 2023 - 12.4K bytes - Click Count (0)