- Sort Score
- Num 10 results
- Language All
Results 341 - 350 of 907 for txt (0.05 seconds)
-
build-logic-commons/publishing/src/main/kotlin/gradlebuild.publish-defaults.gradle.kts
} url = "https://gradle.org" licenses { license { name = "Apache-2.0" url = "http://www.apache.org/licenses/LICENSE-2.0.txt" } } developers { developer { name = "The Gradle team" organization = "Gradle Technologies"Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Feb 06 07:41:19 GMT 2026 - 3.4K bytes - Click Count (0) -
android/guava-bom/pom.xml
<url>https://github.com/google/guava</url> <inceptionYear>2010</inceptionYear> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers>
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jan 12 15:41:31 GMT 2026 - 2.9K bytes - Click Count (0) -
build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/LicensingPlugin.java
final static String ELASTIC_LICENSE_URL_PREFIX = "https://raw.githubusercontent.com/elastic/elasticsearch/"; final static String ELASTIC_LICENSE_URL_POSTFIX = "/licenses/ELASTIC-LICENSE-2.0.txt"; private ProviderFactory providerFactory; @Inject public LicensingPlugin(ProviderFactory providerFactory) { this.providerFactory = providerFactory; } @OverrideCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 2.8K bytes - Click Count (0) -
guava-bom/pom.xml
<url>https://github.com/google/guava</url> <inceptionYear>2010</inceptionYear> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers>
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jan 12 15:41:31 GMT 2026 - 3.1K bytes - Click Count (0) -
pom.xml
<url>https://github.com/codelibs/curl4j</url> <inceptionYear>2011</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <organization> <name>CodeLibs Project</name> <url>http://www.codelibs.org/</url> </organization> <developers> <developer>
Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Sat Dec 20 04:17:15 GMT 2025 - 4.7K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/NoticeTask.java
*/ public class NoticeTask extends DefaultTask { @InputFile private File inputFile = getProject().getRootProject().file("NOTICE.txt"); @OutputFile private File outputFile = new File(getProject().getBuildDir(), "notices/" + getName() + "/NOTICE.txt"); private FileTree sources; /** * Directories to include notices from */ private List<File> licensesDirs = new ArrayList<File>();Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 6.9K bytes - Click Count (0) -
src/main/resources/crawler/rule.xml
</component> </property> <postConstruct name="addRule"> <arg>"url"</arg> <arg>"http[s]?:.*sitemap[^/]*\.xml.*|http[s]?:.*sitemap[^/]*\.gz.*|http[s]?:.*sitemap[^/]*\.txt.*"</arg> </postConstruct> </component> <component name="webHtmlRule" class="org.codelibs.fess.crawler.rule.impl.RegexRule" > <property name="ruleId">"webHtmlRule"</property> <property name="responseProcessor">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 29 08:21:02 GMT 2026 - 4.6K bytes - Click Count (0) -
docs/ja/docs/advanced/wsgi.md
/// ## チェック { #check-it } これで、パス `/v1/` 配下へのすべてのリクエストは Flask アプリケーションが処理します。 それ以外は **FastAPI** が処理します。 実行して [http://localhost:8000/v1/](http://localhost:8000/v1/) にアクセスすると、Flask からのレスポンスが表示されます: ```txt Hello, World from Flask! ``` さらに [http://localhost:8000/v2](http://localhost:8000/v2) にアクセスすると、FastAPI からのレスポンスが表示されます: ```JSON { "message": "Hello World" }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 1.8K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/DosFileFilter.java
* filtering there (although attributes are largely ignored by servers * they are filtered locally by the default accept method). * * @param wildcard the wildcard pattern for matching file names (e.g., "*.txt") * @param attributes the DOS file attributes to match (e.g., ATTR_DIRECTORY) */ public DosFileFilter(final String wildcard, final int attributes) { this.wildcard = wildcard;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.5K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/DependencyLicensesTask.java
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Jul 26 12:16:14 GMT 2021 - 14.3K bytes - Click Count (0)