- Sort Score
- Num 10 results
- Language All
Results 231 - 240 of 1,141 for ctype (0.01 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Reader.kt
} val type = source.readByte() and 0xff val flags = source.readByte() and 0xff val streamId = source.readInt() and 0x7fffffff // Ignore reserved bit. if (type != TYPE_WINDOW_UPDATE && logger.isLoggable(FINE)) { logger.fine(frameLog(true, streamId, length, type, flags)) } if (requireSettings && type != TYPE_SETTINGS) {Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Mar 15 09:02:18 GMT 2026 - 19.7K bytes - Click Count (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/JSpecifyNullabilityChangesTest.kt
) { assertHasErrors( "Class com.example.Source: Type parameter 1 nullability changed, might be a breaking change depending on its usage.", ) assertHasNoWarning() assertHasNoInformation() } } @Test fun `from null class type argument bound to non-null might be breaking`() { checkNotBinaryCompatibleJava(Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu May 15 17:05:08 GMT 2025 - 18K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ds/AbstractDataStore.java
private static final Logger logger = LogManager.getLogger(AbstractDataStore.class); /** * The script type. */ protected static final String SCRIPT_TYPE = "script_type"; /** * The mime type. */ public String mimeType = "application/datastore"; /** * The flag to check if the data store is alive.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 7.6K bytes - Click Count (0) -
guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/EnumMultiset.java
@J2ktIncompatible public final class EnumMultiset<E extends Enum<E>> extends AbstractMapBasedMultiset<E> implements Serializable { public static <E extends Enum<E>> EnumMultiset<E> create(Class<E> type) { return new EnumMultiset<>(new EnumMap<E, Count>(type)); } public static <E extends Enum<E>> EnumMultiset<E> create(Iterable<E> elements) { Iterator<E> iterator = elements.iterator();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 2K bytes - Click Count (0) -
CLAUDE.md
### Test Structure - JUnit 4 + Hamcrest matchers - Test class: `{ClassName}Test.java` - Test method: `test{MethodName}` ## Naming Conventions | Type | Pattern | |------|---------| | Utility | `{Feature}Util.java` | | Conversion | `{Type}ConversionUtil.java` | | Exception | `{Name}RuntimeException.java` / `Cl{Name}Exception.java` | | Implementation | `{Interface}Impl.java` | ## Important NotesCreated: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Mar 12 03:38:56 GMT 2026 - 3K bytes - Click Count (0) -
src/main/java/org/codelibs/core/beans/impl/ParameterizedClassDescImpl.java
return arguments; } /** * Sets an array of {@link ParameterizedClassDesc} representing type arguments. * * @param arguments * An array of {@link ParameterizedClassDesc} representing type arguments */ public void setArguments(final ParameterizedClassDesc[] arguments) { this.arguments = arguments; }Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 2.8K bytes - Click Count (0) -
android/guava/src/com/google/common/reflect/TypeCapture.java
import java.lang.reflect.ParameterizedType; import java.lang.reflect.Type; /** * Captures the actual type of {@code T}. * * @author Ben Yu */ abstract class TypeCapture<T> { /** Returns the captured type. */ final Type capture() { Type superclass = getClass().getGenericSuperclass();Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Dec 21 03:10:51 GMT 2024 - 1.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/SearchEngineUtil.java
} return new ByteArrayOutputStream(); } } /** * Creates an OutputStream from a ToXContent object with the specified media type. * * @param xContent the content object to convert * @param mediaType the media type for the output * @return an OutputStream containing the converted content */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.1K bytes - Click Count (0) -
src/main/java/org/codelibs/core/stream/StreamUtil.java
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 4.4K bytes - Click Count (0) -
okhttp-idna-mapping-table/src/main/kotlin/okhttp3/internal/idn/MappedRange.kt
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Mon Jan 08 01:13:22 GMT 2024 - 2.5K bytes - Click Count (0)