- Sort Score
- Num 10 results
- Language All
Results 441 - 450 of 675 for dependente (0.22 seconds)
-
src/test/java/jcifs/smb1/UniAddressTest.java
* the public API of {@code UniAddress} and its behaviour when provided * with different kinds of inputs. Many static helpers in {@code * UniAddress} are network dependent and therefore not exercised here – they * would require complex stubbing of static methods. Instead the tests * concentrate on the instance methods and simple static predicates * that are observable without network access.Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 7.9K bytes - Click Count (0) -
docs/uk/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
/// ## Помилки залежностей і значення, що повертаються { #dependencies-errors-and-return-values } Ви можете використовувати ті самі *функції* залежностей, що й зазвичай. ### Вимоги залежностей { #dependency-requirements } Вони можуть оголошувати вимоги до запиту (наприклад, заголовки) або інші підзалежності: {* ../../docs_src/dependencies/tutorial006_an_py310.py hl[8,13] *} ### Підіймати винятки { #raise-exceptions }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 4.8K bytes - Click Count (0) -
docs/pt/docs/advanced/sub-applications.md
## Montando uma aplicação **FastAPI** { #mounting-a-fastapi-application } "Montar" significa adicionar uma aplicação completamente "independente" em um path específico, que então se encarrega de lidar com tudo sob esse path, com as _operações de rota_ declaradas nessa sub-aplicação. ### Aplicação de nível superior { #top-level-application }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 3.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/stopwords/StopwordsCreator.java
super("stopwords.*\\.txt"); } /** * Registers this creator with the dictionary manager upon initialization. * This method is annotated with {@link PostConstruct} to be executed after * dependency injection is complete. */ @PostConstruct public void register() { if (logger.isInfoEnabled()) { logger.info("Loaded {}", this.getClass().getSimpleName()); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 2.5K bytes - Click Count (0) -
android/guava/src/com/google/common/base/AbstractIterator.java
import java.util.Iterator; import java.util.NoSuchElementException; import org.jspecify.annotations.Nullable; /** * Note this class is a copy of {@link com.google.common.collect.AbstractIterator} (for dependency * reasons). */ @GwtCompatible abstract class AbstractIterator<T extends @Nullable Object> implements Iterator<T> { private State state = State.NOT_READY; protected AbstractIterator() {}Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 2.4K bytes - Click Count (0) -
.teamcity/subprojects.json
"crossVersionTests": false }, { "name": "dependency-management", "path": "platforms/software/dependency-management", "unitTests": true, "functionalTests": true, "crossVersionTests": true }, { "name": "dependency-management-serialization-codecs", "path": "platforms/core-configuration/dependency-management-serialization-codecs", "unitTests": false,
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 15:03:00 GMT 2026 - 42K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelCacheTag.java
} @Override public ModelData fromCache(ModelData data) { return intoCache(data); } }; /** * The tag used to denote an effective dependency management section from an imported model. */ ModelCacheTag<DependencyManagement> IMPORT = new ModelCacheTag<DependencyManagement>() { @Override public String getName() {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 3.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/FileTypeHelper.java
public FileTypeHelper() { // Default constructor } /** * Initializes the file type mappings by loading configuration from Fess settings. * This method is called automatically after dependency injection is complete. * The mappings are loaded from the index filetype configuration property, * where each line contains a MIME type to file type mapping in the format "mimetype=filetype". */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4.4K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
在這個範例中我們使用了自訂的(虛構的)標頭 `X-Key` 與 `X-Token`。 但在實際情況下,當你實作安全機制時,使用整合的 [Security utilities(下一章)](../security/index.md) 會獲得更多好處。 /// ## 依賴的錯誤與回傳值 { #dependencies-errors-and-return-values } 你可以使用與平常相同的依賴函式。 ### 依賴的需求 { #dependency-requirements } 它們可以宣告請求需求(例如標頭(headers))或其他子依賴: {* ../../docs_src/dependencies/tutorial006_an_py310.py hl[8,13] *} ### 拋出例外 { #raise-exceptions } 這些依賴可以 `raise` 例外,與一般依賴相同:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 2.7K bytes - Click Count (0) -
docs/ru/docs/tutorial/security/get-current-user.md
{* ../../docs_src/security/tutorial002_an_py310.py hl[5,12:6] *} ## Создать зависимость `get_current_user` { #create-a-get-current-user-dependency } Давайте создадим зависимость `get_current_user`. Помните, что у зависимостей могут быть подзависимости? `get_current_user` будет иметь зависимость от того же `oauth2_scheme`, который мы создали ранее.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 12 19:57:34 GMT 2026 - 6.9K bytes - Click Count (0)