- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 180 for extentions (0.05 sec)
-
src/main/resources/fess_config.properties
max.log.output.length=4000 # Adaptive load control value. adaptive.load.control=50 # Supported JavaScript file extensions for upload. supported.uploaded.js.extentions=js # Supported CSS file extensions for upload. supported.uploaded.css.extentions=css # Supported media file extensions for upload. supported.uploaded.media.extentions=jpg,jpeg,gif,png,swf # Supported files for upload. supported.uploaded.files=license.properties
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String SUPPORTED_UPLOADED_JS_EXTENTIONS = "supported.uploaded.js.extentions"; /** The key of the configuration. e.g. css */ String SUPPORTED_UPLOADED_CSS_EXTENTIONS = "supported.uploaded.css.extentions"; /** The key of the configuration. e.g. jpg,jpeg,gif,png,swf */ String SUPPORTED_UPLOADED_MEDIA_EXTENTIONS = "supported.uploaded.media.extentions"; /** The key of the configuration. e.g. license.properties */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2) -
.teamcity/.mvn/extensions.xml
~ See the License for the specific language governing permissions and ~ limitations under the License. --> <extensions> <extension> <groupId>com.gradle</groupId> <artifactId>develocity-maven-extension</artifactId> <version>2.3</version> </extension>Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 17 22:04:22 UTC 2025 - 808 bytes - Viewed (0) -
fastapi/exceptions.py
from collections.abc import Sequence from typing import Annotated, Any, Optional, TypedDict, Union from annotated_doc import Doc from pydantic import BaseModel, create_model from starlette.exceptions import HTTPException as StarletteHTTPException from starlette.exceptions import WebSocketException as StarletteWebSocketException class EndpointContext(TypedDict, total=False): function: str path: str file: str line: int
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 12:54:56 UTC 2025 - 6.8K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/extensions/BootstrapCoreExtensionManager.java
extensions.add(new LoadedCoreExtension(extension, createExtension(extension, artifacts))); } } return Collections.unmodifiableList(extensions); } private CoreExtensionEntry createExtension(CoreExtension extension, List<Artifact> artifacts) throws Exception { String realmId = "coreExtension>" + extension.getGroupId() + ":" + extension.getArtifactId() + ":"
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 16 13:41:14 UTC 2025 - 13.9K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/BootstrapCoreExtensionManager.java
extensions.add(createExtension(extension, artifacts)); } } return Collections.unmodifiableList(extensions); } private CoreExtensionEntry createExtension(CoreExtension extension, List<Artifact> artifacts) throws Exception { String realmId = "coreExtension>" + extension.getGroupId() + ":" + extension.getArtifactId() + ":" + extension.getVersion();
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 16 13:41:14 UTC 2025 - 13.3K bytes - Viewed (0) -
docs/es/docs/advanced/path-operation-advanced-configuration.md
/// tip | Consejo Este es un punto de extensión de bajo nivel. Si solo necesitas declarar responses adicionales, una forma más conveniente de hacerlo es con [Responses Adicionales en OpenAPI](additional-responses.md){.internal-link target=_blank}. /// Puedes extender el esquema de OpenAPI para una *path operation* usando el parámetro `openapi_extra`. ### Extensiones de OpenAPI { #openapi-extensions }
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 8.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/JodExtractor.java
* Gets the extractor for the specified file extension. * * @param ext the file extension * @return the extractor for the extension, or null if not found */ private Extractor getExtractor(final String ext) { return extractorMap.get(ext); } /** * Gets the output extension for the specified input extension. * * @param extension the input file extensionRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 10.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/CommandExtractor.java
createTempFile("cmdextin_" + filePrefix + "_", StringUtil.isNotBlank(extention) ? "." + extention : extention, tempDir); String ext; if (outputExtension == null) { if (StringUtil.isNotBlank(extention)) { ext = "." + extention; } else { ext = extention; } } else { ext = outputExtension;
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 16.1K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/androidhomewarmup/AndroidHomeWarmupPlugin.kt
val extension = project.extensions.create("androidHomeWarmup", AndroidHomeWarmupExtension::class.java).apply { warmupProjectsDirectory.convention(project.layout.buildDirectory.dir("android-home-warmup")) } project.tasks.register("androidHomeWarmup", AndroidHomeWarmupTask::class) { warmupProjectsDirectory.set(extension.warmupProjectsDirectory)Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Nov 27 08:49:21 UTC 2025 - 2.2K bytes - Viewed (0)