- Sort Score
- Num 10 results
- Language All
Results 571 - 580 of 3,983 for private (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava/src/com/google/common/collect/RegularImmutableBiMap.java
static final double MAX_LOAD_FACTOR = 1.2; private final transient @Nullable ImmutableMapEntry<K, V> @Nullable [] keyTable; private final transient @Nullable ImmutableMapEntry<K, V> @Nullable [] valueTable; @VisibleForTesting final transient Entry<K, V>[] entries; private final transient int mask; private final transient int hashCode;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Dec 26 20:08:09 GMT 2025 - 11.1K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionDownloadPlugin.java
return projectName + "cloud-ess-docker" + archString + "-export"; } return projectName + distribution.getType().getName(); } private static class ProjectBasedDistributionDependency implements DistributionDependency { private Function<String, Dependency> function; ProjectBasedDistributionDependency(Function<String, Dependency> function) { this.function = function;Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Aug 20 19:11:05 GMT 2021 - 8.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/PurgeDocJobTest.java
public class PurgeDocJobTest extends UnitFessTestCase { private PurgeDocJob purgeDocJob; private SearchEngineClient searchEngineClient; private FessConfig fessConfig; private boolean deleteByQueryCalled; private String deleteIndex; private QueryBuilder deleteQuery; private String expiresFieldName; private String documentUpdateIndex; @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/DataConfigPager.java
/** Flag indicating if there is a previous page. */ private boolean existPrePage; /** Flag indicating if there is a next page. */ private boolean existNextPage; /** List of page numbers for pagination navigation. */ private List<Integer> pageNumberList; /** Number of records to display per page. */ private int pageSize; /** Current page number being displayed. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 7.6K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequestTest.java
class Smb2IoctlRequestTest { @Mock private Configuration mockConfig; @Mock private CIFSContext mockContext; @Mock private Encodable mockInputData; @Mock private Encodable mockOutputData; private static final int TEST_CONTROL_CODE = Smb2IoctlRequest.FSCTL_DFS_GET_REFERRALS; private static final byte[] TEST_FILE_ID = new byte[16];Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 14.3K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/DefaultBuildResumptionDataRepository.java
@Named @Singleton public class DefaultBuildResumptionDataRepository implements BuildResumptionDataRepository { private static final String RESUME_PROPERTIES_FILENAME = "resume.properties"; private static final String REMAINING_PROJECTS = "remainingProjects"; private static final String PROPERTY_DELIMITER = ", "; private static final Logger LOGGER = LoggerFactory.getLogger(DefaultBuildResumptionDataRepository.class); @OverrideCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 11 16:38:19 GMT 2025 - 4.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/KuromojiPager.java
/** Whether a next page exists. */ private boolean existNextPage; /** The list of page numbers. */ private List<Integer> pageNumberList; /** The number of items per page. */ private int pageSize; /** The current page number. */ private int currentPageNumber; /** The ID of the Kuromoji dictionary. */ public String id; /** * Clears the pager fields.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/IntentDetectionResult.java
* Contains the detected intent type, Fess query, and other metadata. */ public class IntentDetectionResult { private final ChatIntent intent; private final String query; private final String documentUrl; private final String reasoning; private IntentDetectionResult(final ChatIntent intent, final String query, final String documentUrl, final String reasoning) { this.intent = intent;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 07 13:27:59 GMT 2026 - 4.1K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDocumentationExtension.java
/** * Common root for all Gradle documentation configuration. */ public abstract class GradleDocumentationExtension { private final ReleaseNotes releaseNotes; private final UserManual userManual; private final DslReference dslReference; private final Javadocs javadocs; private final KotlinDslReference kotlinDslReference; @Inject public GradleDocumentationExtension(ObjectFactory objects) {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Aug 20 14:11:17 GMT 2024 - 4.4K bytes - Click Count (0) -
okhttp-dnsoverhttps/src/main/kotlin/okhttp3/dnsoverhttps/DnsRecordCodec.kt
/** * Trivial Dns Encoder/Decoder, basically ripped from Netty full implementation. */ internal object DnsRecordCodec { private const val SERVFAIL = 2 private const val NXDOMAIN = 3 const val TYPE_A = 0x0001 const val TYPE_AAAA = 0x001c private const val TYPE_PTR = 0x000c private val ASCII = Charsets.US_ASCII fun encodeQuery( host: String, type: Int, ): ByteString = Buffer()Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 3.9K bytes - Click Count (0)