- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 165 for inativo (0.06 seconds)
-
.github/workflows/lock.yml
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Jan 30 03:27:43 GMT 2022 - 447 bytes - Click Count (0) -
android/guava-tests/test/com/google/common/primitives/UnsignedIntsTest.java
// In contrast to the JVM, Kotlin native throws an Illegal argument exception in this case // (which seems to make more sense). try { UnsignedInts.parseUnsignedInt("0", Character.MIN_RADIX - 1); fail(); } catch (NumberFormatException expected) { } catch (IllegalArgumentException expected) { // Kotlin native, see above } try {Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 12.5K bytes - Click Count (0) -
guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/DoublesMethodsForWeb.java
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Oct 26 00:50:12 GMT 2023 - 1K bytes - Click Count (0) -
internal/http/server.go
// GlobalDeploymentID - is sent in the header to all http targets GlobalDeploymentID string ) const ( // DefaultIdleTimeout for idle inactive connections DefaultIdleTimeout = 30 * time.Second // DefaultReadHeaderTimeout for very slow inactive connections DefaultReadHeaderTimeout = 30 * time.Second // DefaultMaxHeaderBytes - default maximum HTTP header size in bytes.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 6.5K bytes - Click Count (0) -
architecture/standards/0007-java-pre-requisite.md
- Finalize Daemon JVM toolchain support, including auto-provisioning. - To stop requiring a pre-installed Java runtime for the Gradle Wrapper and Launcher, Gradle will need to find an alternative.
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Jan 07 08:44:20 GMT 2025 - 3.3K bytes - Click Count (0) -
apache-maven/src/assembly/maven/bin/mvn
cmd="\"$JAVACMD\" \ $MAVEN_OPTS \ $MAVEN_DEBUG_OPTS \ --enable-native-access=ALL-UNNAMED \ -classpath \"$LAUNCHER_JAR\" \ \"-Dclassworlds.conf=$CLASSWORLDS_CONF\" \ \"-Dmaven.home=$MAVEN_HOME\" \ \"-Dmaven.mainClass=$MAVEN_MAIN_CLASS\" \ \"-Dlibrary.jline.path=${MAVEN_HOME}/lib/jline-native\" \ \"-Dmaven.multiModuleProjectDirectory=$MAVEN_PROJECTBASEDIR\" \ $LAUNCHER_CLASS \Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Dec 10 16:40:06 GMT 2025 - 9.2K bytes - Click Count (0) -
docs_src/security/tutorial003_py310.py
) return user async def get_current_active_user(current_user: User = Depends(get_current_user)): if current_user.disabled: raise HTTPException(status_code=400, detail="Inactive user") return current_user @app.post("/token") async def login(form_data: OAuth2PasswordRequestForm = Depends()): user_dict = fake_users_db.get(form_data.username) if not user_dict:Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Nov 24 19:03:06 GMT 2025 - 2.4K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
checkBuildPluginWithArtifactId( inactiveProfilePlugins, "only-inactive-profile", "Inactive only ||${project.basedir}||", "<plugin-in-inactive-only>Inactive only ||${project.basedir}||</plugin-in-inactive-only>"); } private void checkReportPluginWithArtifactId(Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 94.8K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/reflect/InvokableTest.java
assertTrue(invokable.isAnnotationPresent(Tested.class)); } public void testNativeMethod() throws Exception { Invokable<?, Object> invokable = A.method("nativeMethod"); assertTrue(invokable.isNative()); assertTrue(invokable.isPackagePrivate()); } public void testSynchronizedMethod() throws Exception { Invokable<?, Object> invokable = A.method("synchronizedMethod");
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Jul 16 17:42:14 GMT 2025 - 30.7K bytes - Click Count (0) -
.github/workflows/issue-manager.yml
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 19:36:25 GMT 2025 - 1.6K bytes - Click Count (0)