- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 20 for polas (0.02 sec)
-
src/main/resources/fess_indices/_aws/fess.json
"me", "meu", "meus", "min", "miña", "miñas", "moi", "na", "nas", "neste", "nin", "no", "non", "nos", "nosa", "nosas", "noso", "nosos", "nós", "nun", "nunha", "nuns", "nunhas", "o", "os", "ou", "ó", "ós", "para", "pero", "pode", "pois", "pola", "polas", "polo", "polos", "por", "que", "se", "senón", "ser", "seu", "seus", "sexa", "sido", "sobre", "súa", "súas", "tamén", "tan", "te", "ten", "teñen", "teño", "ter", "teu", "teus", "ti", "tido", "tiña", "tiven", "túa", "túas", "un", "unha", "unhas", "uns",...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 14 00:36:40 UTC 2025 - 117.3K bytes - Viewed (0) -
src/main/java/org/codelibs/core/crypto/CachedCipher.java
} catch (final UnsupportedEncodingException e) { throw new UnsupportedEncodingRuntimeException(e); } } /** * Polls an encryption cipher from the queue, creating a new one if none are available. * * @return an encryption cipher */ protected Cipher pollEncryptoCipher() { Cipher cipher = encryptoQueue.poll();
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 11.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/service/UrlQueueService.java
* * @param sessionId The session ID. * @param newUrlQueueList The list of new URL queues. */ void offerAll(String sessionId, List<QUEUE> newUrlQueueList); /** * Polls a URL queue. * * @param sessionId The session ID. * @return The URL queue. */ QUEUE poll(String sessionId); /** * Saves the session. *
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 2.6K bytes - Viewed (0) -
docs/es/docs/history-design-future.md
> ¿Cuál es la historia de este proyecto? Parece haber surgido de la nada y ser increíble en pocas semanas [...] Aquí hay un poquito de esa historia. ## Alternativas
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 4.6K bytes - Viewed (0) -
docs/en/data/topic_repos.yml
- name: FileCodeBox html_url: https://github.com/vastsa/FileCodeBox stars: 7179 owner_login: vastsa owner_html_url: https://github.com/vastsa - name: polar html_url: https://github.com/polarsource/polar stars: 7106 owner_login: polarsource owner_html_url: https://github.com/polarsource - name: nonebot2 html_url: https://github.com/nonebot/nonebot2 stars: 6998 owner_login: nonebot
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 08:57:41 UTC 2025 - 15.8K bytes - Viewed (0) -
docs/pt/docs/tutorial/path-operation-configuration.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.2K bytes - Viewed (0) -
docs/pt/docs/how-to/custom-request-and-route.md
# Requisições Personalizadas e Classes da APIRoute Em algum casos, você pode querer sobreescrever a lógica usada pelas classes `Request`e `APIRoute`. Em particular, isso pode ser uma boa alternativa para uma lógica em um middleware Por exemplo, se você quiser ler ou manipular o corpo da requisição antes que ele seja processado pela sua aplicação. /// danger | Perigo Isso é um recurso "avançado".
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.7K bytes - Viewed (0) -
docs/pt/docs/tutorial/response-model.md
<img src="/img/tutorial/response-model/image02.png"> ## Outras anotações de tipo de retorno Pode haver casos em que você retorna algo que não é um campo Pydantic válido e anota na função, apenas para obter o suporte fornecido pelas ferramentas (o editor, mypy, etc). ### Retornar uma resposta diretamente
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Nov 26 22:51:05 UTC 2024 - 16.5K bytes - Viewed (0) -
docs/es/docs/advanced/settings.md
``` </div> /// tip | Consejo Para establecer múltiples variables de entorno para un solo comando, simplemente sepáralas con un espacio y ponlas todas antes del comando. /// Y luego la configuración `admin_email` se establecería en `"******@****.***"`. El `app_name` sería `"ChimichangApp"`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 12.7K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/OpenSearchUrlQueueService.java
if (logger.isDebugEnabled()) { logger.debug("Offered URL: Session ID: {}, UrlQueue: {}", sessionId, targetList); } } } /** * Polls the next URL queue entry for the specified session. * This method manages local caches and fetches from OpenSearch when needed. * * @param sessionId The session ID.
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 17K bytes - Viewed (0)