- Sort Score
- Num 10 results
- Language All
Results 131 - 140 of 167 for MODULES (0.38 seconds)
-
LICENSE
included without limitation in the term "modification".) "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. Activities other than copying, distribution and modification are not
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Mon Jan 18 20:25:38 GMT 2016 - 25.8K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultTypeRegistry.java
handler.isIncludesDependencies(), handler.isAddedToClasspath() ? new JavaPathType[] {JavaPathType.CLASSES, JavaPathType.MODULES} : new JavaPathType[] {}); } return type; }); }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed May 14 04:47:58 GMT 2025 - 4K bytes - Click Count (0) -
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)