- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 334 for producer (0.04 seconds)
-
.github/CODEOWNERS
# Release coordination packaging/core-platform/ @gradle/bt-product-operations packaging/distributions-dependencies/ @gradle/bt-product-operations packaging/distributions-full/ @gradle/bt-product-operations packaging/public-api @gradle/bt-product-operations testing/performance/ @gradle/bt-developer-productivity
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Nov 07 21:47:29 GMT 2025 - 11K bytes - Click Count (0) -
doc/go_spec.html
the corresponding iteration value will not be produced. If a map entry is created during iteration, that entry may be produced during the iteration or may be skipped. The choice may vary for each entry created and from one iteration to the next. If the map is <code>nil</code>, the number of iterations is 0. </li> <li> For channels, the iteration values produced are the successive values sent on
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Dec 02 23:07:19 GMT 2025 - 286.5K bytes - Click Count (1) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.reproducible-archives.gradle.kts
* 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. */ // Ensure the archives produced are reproducible tasks.withType<AbstractArchiveTask>().configureEach { isPreserveFileTimestamps = false isReproducibleFileOrder = true dirPermissions { unix("0755") } filePermissions { unix("0644") }
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Mar 06 15:37:11 GMT 2024 - 867 bytes - Click Count (0) -
android/guava/src/com/google/common/collect/Sets.java
* } * } * * <p>Note that if any input set is empty, the Cartesian product will also be empty. If no sets at * all are provided (an empty list), the resulting Cartesian product has one element, an empty * list (counter-intuitive, but mathematically consistent). * * <p><i>Performance notes:</i> while the cartesian product of sets of size {@code m, n, p} is a
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 18:35:44 GMT 2025 - 81.6K bytes - Click Count (0) -
docs/pt/docs/how-to/conditional-openapi.md
Ocultar suas interfaces de usuário de documentação na produção não *deveria* ser a maneira de proteger sua API. Isso não adiciona nenhuma segurança extra à sua API; as *operações de rota* ainda estarão disponíveis onde estão. Se houver uma falha de segurança no seu código, ela ainda existirá.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 2.7K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/filters/KotlinInvokeDefaultBridgeFilter.groovy
* limitations under the License. */ package gradlebuild.binarycompatibility.filters import japicmp.filter.BehaviorFilter import javassist.CtBehavior /** * Kotlin 2.2 produces bridge methods for invoke operator functions compiled as JVM default methods. */ class KotlinInvokeDefaultBridgeFilter implements BehaviorFilter { @Override boolean matches(CtBehavior ctBehavior) {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Jul 08 07:03:16 GMT 2025 - 1K bytes - Click Count (0) -
src/test/java/jcifs/util/StringsTest.java
if (input == null || input.isEmpty()) { assertEquals(0, result.length, "Null or empty input should produce empty array"); } else { assertTrue(result.length > 0, "Non-empty input should produce non-empty array"); } } } @Nested @DisplayName("Unicode and ASCII Encoding") class UnicodeAndASCIITests {
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 18.6K bytes - Click Count (0) -
build-logic/jvm/src/main/kotlin/gradlebuild.strict-compile.gradle.kts
tasks.withType<JavaCompile>().configureEach { // Generated classes may not adhere to the strict no-warning policy that we apply to handwritten code // For example, external JMH plugin generates code that produces compiler warnings if (!name.contains("CompileGeneratedClasses")) { options.compilerArgs.addAll(strictCompilerArgs) }
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Dec 15 20:21:31 GMT 2023 - 1.2K bytes - Click Count (0) -
docs/pt/docs/fastapi-cli.md
Para produção, você usaria `fastapi run`. 🚀 Internamente, o **FastAPI CLI** usa o <a href="https://www.uvicorn.dev" class="external-link" target="_blank">Uvicorn</a>, um servidor ASGI de alta performance e pronto para produção. 😎 ## `fastapi dev` { #fastapi-dev } Executar `fastapi dev` inicia o modo de desenvolvimento.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Nov 12 16:23:57 GMT 2025 - 5.1K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/conflict/ConflictResolverFactory.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.repository.legacy.resolver.conflict; /** * A factory that produces conflict resolvers of various types. * * @see ConflictResolver * @since 3.0 */ @Deprecated public interface ConflictResolverFactory {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.6K bytes - Click Count (0)