- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 22 for Third (0.1 seconds)
-
.teamcity/src/main/kotlin/configurations/SmokeTests.kt
id("${model.projectId}_SmokeTest_$id$suffix") name = "Smoke Tests with 3rd Party Plugins ($task) - ${testJava.version.toCapitalized()} Linux$suffix" description = "Smoke tests against third party plugins to see if they still work with the current Gradle version" if (flakyTestStrategy != FlakyTestStrategy.ONLY) { // No need to split in FlakyTestQuarantine tcParallelTests(splitNumber)
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 1.8K bytes - Click Count (0) -
.github/workflows/scorecard.yml
# This workflow uses actions that are not certified by GitHub. They are provided # by a third-party and are governed by separate terms of service, privacy # policy, and support documentation. name: Scorecard supply-chain security on: # For Branch-Protection check. Only the default branch is supported. See # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection branch_protection_rule:
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Dec 01 19:32:55 GMT 2025 - 2.9K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateInitPluginTemplateVersionFile.kt
findLatest("slf4j", "org.slf4j:slf4j-api:[2.0.17,)", versionProperties) // Starting with ScalaTest 3.1.0, the third party integration were moved out of the main JAR findLatest("scalatest", "org.scalatest:scalatest_${versionProperties["scala"]}:[3.1,)", versionProperties)
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Nov 24 20:45:41 GMT 2025 - 5K bytes - Click Count (0) -
docs/pt/docs/tutorial/security/index.md
OAuth2 é uma especificação que define várias formas para lidar com autenticação e autorização. Ela é bastante extensiva na especificação e cobre casos de uso muito complexos. Ela inclui uma forma para autenticação usando “third party”/aplicações de terceiros. Isso é o que todos os sistemas com “Login with Facebook, Google, X (Twitter), GitHub” usam por baixo. ### OAuth 1 { #oauth-1 }Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 10:17:03 GMT 2025 - 4.9K bytes - Click Count (0) -
architecture/standards/0009-use-american-english.md
* **Consistency with dependencies**: Gradle's ecosystem and dependencies predominantly use American English ### Exceptions Some legitimate exceptions exist where British English or other variants must be preserved: * **Third-party APIs and libraries**: When integrating with external APIs that use different spelling conventions
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Nov 25 07:01:54 GMT 2025 - 3.9K bytes - Click Count (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/AbstractExtractorTest.java
// First call extractor.testValidateInputStream(in1); // Second call with different stream extractor.testValidateInputStream(in2); // Third call with null should still throw try { extractor.testValidateInputStream(null); fail("Expected CrawlerSystemException"); } catch (final CrawlerSystemException e) {Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 8.4K bytes - Click Count (0) -
docs/en/docs/advanced/middleware.md
In general, ASGI middlewares are classes that expect to receive an ASGI app as the first argument. So, in the documentation for third-party ASGI middlewares they will probably tell you to do something like: ```Python from unicorn import UnicornMiddleware app = SomeASGIApp() new_app = UnicornMiddleware(app, some_config="rainbow") ```
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 4.4K bytes - Click Count (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/entity/ExtractDataTest.java
// Second operation (overwrite) data.putValue("key", "value2"); assertEquals("value2", data.getValues("key")[0]); assertEquals(1, data.getValues("key").length); // Third operation with array (overwrite) data.putValues("key", new String[] { "value3", "value4", "value5" }); assertEquals(3, data.getValues("key").length); assertEquals("value3", data.getValues("key")[0]);Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 9.9K bytes - Click Count (0) -
pyproject.toml
"docs_src/security/tutorial005_py39.py" = ["B904"] "docs_src/dependencies/tutorial008b_py39.py" = ["B904"] "docs_src/dependencies/tutorial008b_an_py39.py" = ["B904"] [tool.ruff.lint.isort] known-third-party = ["fastapi", "pydantic", "starlette"] [tool.ruff.lint.pyupgrade] # Preserve types, even if a file imports `from __future__ import annotations`. keep-runtime-typing = true [tool.inline-snapshot]
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 9.3K bytes - Click Count (0) -
apache-maven/src/assembly/maven/bin/mvn.cmd
echo [DEBUG] Parser arguments: "%MAVEN_HOME%\bin\JvmConfigParser.java" "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" "%MAVEN_PROJECTBASEDIR%" "%JVM_CONFIG_TEMP%" ) rem Run parser with output file as third argument - Java writes directly to file to avoid Windows file locking issues "%JAVACMD%" "%MAVEN_HOME%\bin\JvmConfigParser.java" "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" "%MAVEN_PROJECTBASEDIR%" "%JVM_CONFIG_TEMP%"
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Dec 10 16:40:06 GMT 2025 - 10.7K bytes - Click Count (3)