- Sort Score
- Num 10 results
- Language All
Results 101 - 110 of 128 for MODULES (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
api/maven-api-core/src/test/java/org/apache/maven/api/JavaPathTypeTest.java
} /** * Tests the formatting of an option without module name. */ @Test public void testOption() { String[] formatted = JavaPathType.MODULES.option(paths()); assertEquals(2, formatted.length); assertEquals("--module-path", formatted[0]); assertEquals(toPlatformSpecific("src/foo.java:src/bar.java"), formatted[1]); } /**Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Nov 13 14:20:26 GMT 2025 - 2.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
final File moduleDir = new File(esDir, "modules"); if (moduleDir.isDirectory()) { settingsBuilder.put("path.modules", moduleDir.getAbsolutePath()); } else { settingsBuilder.put("path.modules", new File(System.getProperty("user.dir"), "modules").getAbsolutePath()); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 138.6K bytes - Click Count (1) -
CHANGELOG.md
_2024-04-16_ * Breaking: Tag unstable new APIs as `@ExperimentalOkHttpApi`. We intend to release OkHttp 5.0 without stabilizing these new APIs first. Do not use these experimental APIs in modules that may be executed using a version of OkHttp different from the version that the module was compiled with. Do not use them in published libraries. Do not use them if you aren't willing to track changes to them.Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Feb 15 11:57:47 GMT 2026 - 36.2K bytes - Click Count (2) -
api/maven-api-model/src/main/mdo/maven.mdo
<description> Base class for the {@code Model} and the {@code Profile} objects. </description> <fields> <field xdoc.separator="blank"> <name>modules</name> <version>4.0.0/4.2.0</version> <description> @deprecated Use {@link #subprojects} instead. </description> <association> <type>String</type>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 17 09:48:21 GMT 2026 - 133.5K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.15.md
- `k8s.io/kubernetes` and published components (such as `k8s.io/client-go` and `k8s.io/api`) now contain go module files including dependency version information. See [go-modules](http://git.k8s.io/client-go/INSTALL.md#go-modules) for details on consuming `k8s.io/client-go` using go modules. ([#74877](https://github.com/kubernetes/kubernetes/pull/74877), [@liggitt](https://github.com/liggitt)) #### Apps
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 278.9K bytes - Click Count (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/model/License.kt
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.modules.model /** * Canonical representation of an open-source license used by a Gradle distribution component. * * Each entry carries: * - [displayName] — the human-readable name used in the generated LICENSE file
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 13:24:46 GMT 2026 - 3.9K bytes - Click Count (0) -
docs/tr/docs/tutorial/bigger-applications.md
``` İkinci sürüm "absolute import"tur: ```Python from app.routers import items, users ``` Python Packages ve Modules hakkında daha fazlası için, [Python'ın Modules ile ilgili resmi dokümantasyonunu](https://docs.python.org/3/tutorial/modules.html) okuyun. /// ### İsim Çakışmalarını Önleyin { #avoid-name-collisions }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 20.3K bytes - Click Count (0) -
docs/fr/docs/tutorial/testing.md
/// ## Séparer les tests { #separating-tests } Dans une application réelle, vous auriez probablement vos tests dans un fichier différent. Et votre application **FastAPI** pourrait aussi être composée de plusieurs fichiers/modules, etc. ### Fichier d’application **FastAPI** { #fastapi-app-file } Supposons que vous ayez une structure de fichiers comme décrit dans [Applications plus grandes](bigger-applications.md) : ``` . ├── appCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 6.5K bytes - Click Count (0) -
docs/fr/docs/advanced/path-operation-advanced-configuration.md
/// /// warning | Alertes Si vous faites cela, vous devez vous assurer que chacune de vos fonctions de chemin d’accès a un nom unique. Même si elles se trouvent dans des modules différents (fichiers Python). /// ## Exclusion d’OpenAPI { #exclude-from-openapi }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 8K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/oauth2-jwt.md
/// ## Gérer les jetons JWT { #handle-jwt-tokens } Importez les modules installés. Créez une clé secrète aléatoire qui sera utilisée pour signer les jetons JWT. Pour générer une clé secrète aléatoire sécurisée, utilisez la commande : <div class="termy"> ```consoleCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.6K bytes - Click Count (0)