- Sort Score
- Num 10 results
- Language All
Results 181 - 190 of 1,235 for fileOps (0.05 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/ReleaseToolsPlugin.java
.register("validateChangelogsAgainstSchema", ValidateYamlAgainstSchemaTask.class, task -> { task.setGroup("Documentation"); task.setDescription("Validate that the changelog YAML files comply with the changelog schema"); task.setInputFiles(yamlFiles); task.setJsonSchema(new File(project.getRootDir(), RESOURCES + "changelog-schema.json"));
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Sep 24 10:57:02 GMT 2021 - 4.8K bytes - Click Count (0) -
android/guava/src/com/google/common/io/TempFileCreator.java
private static final String MESSAGE = "Guava cannot securely create temporary files or directories under SDK versions before" + " Jelly Bean. You can create one yourself, either in the insecure default directory" + " or in a more secure directory, such as context.getCacheDir(). For more information," + " see the Javadoc for Files.createTempDir()."; @Override File createTempDir() {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 29 18:50:14 GMT 2025 - 11.8K bytes - Click Count (0) -
docs/en/docs/environment-variables.md
* `/bin` * `/usr/sbin` * `/sbin` //// //// tab | Windows ```plaintext C:\Program Files\Python312\Scripts;C:\Program Files\Python312;C:\Windows\System32 ``` This means that the system should look for programs in the directories: * `C:\Program Files\Python312\Scripts` * `C:\Program Files\Python312` * `C:\Windows\System32` ////
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 7.9K bytes - Click Count (0) -
docs/zh-hant/docs/how-to/custom-docs-ui-assets.md
├── redoc.standalone.js ├── swagger-ui-bundle.js └── swagger-ui.css ``` ### 提供靜態檔案 { #serve-the-static-files } * 匯入 `StaticFiles`。 * 在特定路徑「掛載」一個 `StaticFiles()` 實例。 {* ../../docs_src/custom_docs_ui/tutorial002_py310.py hl[7,11] *} ### 測試靜態檔案 { #test-the-static-files } 啟動你的應用並前往 [http://127.0.0.1:8000/static/redoc.standalone.js](http://127.0.0.1:8000/static/redoc.standalone.js)。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 6.9K bytes - Click Count (0) -
benchmarks/src/main/java/org/elasticsearch/benchmark/fs/AvailableIndexFoldersBenchmark.java
.build(); nodeEnv = new NodeEnvironment(settings, new Environment(settings, null)); Files.createDirectories(nodePath.indicesPath); excludedDirs = new HashSet<>(); int numIndices = 5000; for (int i = 0; i < numIndices; i++) { String dirName = "dir" + i; Files.createDirectory(nodePath.indicesPath.resolve(dirName)); excludedDirs.add(dirName); }
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Apr 27 15:29:12 GMT 2021 - 3K bytes - Click Count (0) -
src/main/java/org/codelibs/core/io/FileUtil.java
* <p> * <strong>Note:</strong> This method loads the entire file into memory. * For files larger than {@value #MAX_BUF_SIZE} bytes (10MB), an * {@link IORuntimeException} will be thrown to prevent OutOfMemoryError. * For large files, use streaming APIs instead. * </p> * * @param file * The file. Must not be {@literal null}.Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Feb 12 12:10:45 GMT 2026 - 13.2K bytes - Click Count (0) -
docs/ko/docs/how-to/custom-docs-ui-assets.md
├── swagger-ui-bundle.js └── swagger-ui.css ``` ### 정적 파일 제공하기 { #serve-the-static-files } * `StaticFiles`를 import합니다. * 특정 경로에 `StaticFiles()` 인스턴스를 "마운트(mount)"합니다. {* ../../docs_src/custom_docs_ui/tutorial002_py310.py hl[7,11] *} ### 정적 파일 테스트하기 { #test-the-static-files } 애플리케이션을 시작하고 [http://127.0.0.1:8000/static/redoc.standalone.js](http://127.0.0.1:8000/static/redoc.standalone.js)로 이동하세요.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 8.9K bytes - Click Count (0) -
docs/pt/docs/environment-variables.md
* `/bin` * `/usr/sbin` * `/sbin` //// //// tab | Windows ```plaintext C:\Program Files\Python312\Scripts;C:\Program Files\Python312;C:\Windows\System32 ``` Isso significa que o sistema deve procurar programas nos diretórios: * `C:\Program Files\Python312\Scripts` * `C:\Program Files\Python312` * `C:\Windows\System32` ////
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 8.4K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/aether/ReverseTreeRepositoryListener.java
*/ package org.apache.maven.internal.aether; import java.io.File; import java.io.IOException; import java.io.UncheckedIOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; import java.util.ArrayList; import java.util.List; import java.util.ListIterator; import java.util.Objects; import org.apache.maven.api.model.InputLocation;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jan 29 08:17:07 GMT 2025 - 10.1K bytes - Click Count (0) -
guava/module.json
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 29 19:50:42 GMT 2025 - 7.5K bytes - Click Count (0)