- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 278 for lena (0.02 sec)
-
src/main/resources/fess_indices/fess/en-ie/stopwords.txt
dhá do don dtí dá dár dó faoi faoin faoina faoinár fara fiche gach gan go gur haon hocht i iad idir in ina ins inár is le leis lena lenár m' mar mo mé na nach naoi naonúr ná ní níor nó nócha ocht ochtar os roimh sa seacht seachtar seachtó seasca seisear siad sibh sinn
Registered: 2025-05-26 08:04 - Last Modified: 2018-07-19 06:31 - 685 bytes - Viewed (0) -
android/guava-tests/test/com/google/common/base/CharMatcherTest.java
assertFalse(len2.matches(c)); } assertTrue(len3.matches('a')); assertTrue(len3.matches('b')); assertTrue(len3.matches('c')); for (char c = 'd'; c < 'z'; c++) { assertFalse(len3.matches(c)); } assertTrue(len4.matches('a')); assertTrue(len4.matches('b')); assertTrue(len4.matches('c')); assertTrue(len4.matches('d'));
Registered: 2025-05-30 12:43 - Last Modified: 2025-02-12 03:05 - 30.3K bytes - Viewed (0) -
src/main/resources/fess_indices/_aws/fess.json
"deich", "deichniúr", "den", "dhá", "do", "don", "dtí", "dá", "dár", "dó", "faoi", "faoin", "faoina", "faoinár", "fara", "fiche", "gach", "gan", "go", "gur", "haon", "hocht", "i", "iad", "idir", "in", "ina", "ins", "inár", "is", "le", "leis", "lena", "lenár", "m'", "mar", "mo", "mé", "na", "nach", "naoi", "naonúr", "ná", "ní", "níor", "nó", "nócha", "ocht", "ochtar", "os", "roimh", "sa", "seacht", "seachtar", "seachtó", "seasca", "seisear", "siad", "sibh", "sinn", "sna", "sé", "sí", "tar", "thar",...
Registered: 2025-05-26 08:04 - Last Modified: 2021-03-23 12:38 - 117.3K bytes - Viewed (0) -
src/main/resources/fess_indices/_cloud/fess.json
"deich", "deichniúr", "den", "dhá", "do", "don", "dtí", "dá", "dár", "dó", "faoi", "faoin", "faoina", "faoinár", "fara", "fiche", "gach", "gan", "go", "gur", "haon", "hocht", "i", "iad", "idir", "in", "ina", "ins", "inár", "is", "le", "leis", "lena", "lenár", "m'", "mar", "mo", "mé", "na", "nach", "naoi", "naonúr", "ná", "ní", "níor", "nó", "nócha", "ocht", "ochtar", "os", "roimh", "sa", "seacht", "seachtar", "seachtó", "seasca", "seisear", "siad", "sibh", "sinn", "sna", "sé", "sí", "tar", "thar",...
Registered: 2025-05-26 08:04 - Last Modified: 2021-02-27 09:26 - 117.3K bytes - Viewed (0) -
docs/pt/docs/how-to/general.md
## Filtro de dados- Segurança Para assegurar que você não vai retornar mais dados do que deveria, leia a seção [Tutorial - Response Model - Return Type](../tutorial/response-model.md){.internal-link target=_blank}. ## Tags de Documentação - OpenAPI
Registered: 2025-05-25 07:19 - Last Modified: 2024-07-12 02:41 - 2.4K bytes - Viewed (0) -
guava/src/com/google/common/io/Files.java
* entities such as devices or pipes, in which case we must fall back on comparing the bytes * directly. */ long len1 = file1.length(); long len2 = file2.length(); if (len1 != 0 && len2 != 0 && len1 != len2) { return false; } return asByteSource(file1).contentEquals(asByteSource(file2)); } /**
Registered: 2025-05-30 12:43 - Last Modified: 2025-05-13 17:27 - 32.9K bytes - Viewed (0) -
internal/hash/crc.go
gf2MatrixSquare(odd, even) // apply len2 zeros to crc1 (first square will put the operator for one // zero byte, eight zero bits, in even) crc1n := uint64(crc1) for { // apply zeros operator for this bit of len2 gf2MatrixSquare(even, odd) if len2&1 != 0 { crc1n = gf2MatrixTimes(even, crc1n) } len2 >>= 1 // if no more bits set, then done if len2 == 0 { break }
Registered: 2025-05-25 19:28 - Last Modified: 2025-01-20 14:49 - 5.8K bytes - Viewed (0) -
android/guava/src/com/google/common/io/Files.java
* entities such as devices or pipes, in which case we must fall back on comparing the bytes * directly. */ long len1 = file1.length(); long len2 = file2.length(); if (len1 != 0 && len2 != 0 && len1 != len2) { return false; } return asByteSource(file1).contentEquals(asByteSource(file2)); } /**
Registered: 2025-05-30 12:43 - Last Modified: 2025-05-13 17:27 - 32.9K bytes - Viewed (0) -
docs/vi/docs/fastapi-cli.md
**FastAPI CLI** là một chương trình dòng lệnh có thể được sử dụng để phục vụ ứng dụng FastAPI của bạn, quản lý dự án FastAPI của bạn và nhiều hoạt động khác. Khi bạn cài đặt FastAPI (vd với `pip install "fastapi[standard]"`), nó sẽ bao gồm một gói được gọi là `fastapi-cli`, gói này cung cấp lệnh `fastapi` trong terminal. Để chạy ứng dụng FastAPI của bạn cho quá trình phát triển (development), bạn có thể sử dụng lệnh `fastapi dev`: <div class="termy">
Registered: 2025-05-25 07:19 - Last Modified: 2025-02-07 22:09 - 5.4K bytes - Viewed (0) -
docs/vi/docs/index.md
Registered: 2025-05-25 07:19 - Last Modified: 2025-02-20 20:53 - 21.9K bytes - Viewed (0)