Search Options

Results per page
Sort
Preferred Languages
Advance

Results 511 - 520 of 3,691 for Private (0.1 sec)

  1. android/guava-tests/test/com/google/common/graph/EndpointPairTest.java

    @NullUnmarked
    public final class EndpointPairTest {
      private static final Integer N0 = 0;
      private static final Integer N1 = 1;
      private static final Integer N2 = 2;
      private static final Integer N3 = 3;
      private static final Integer N4 = 4;
      private static final String E12 = "1-2";
      private static final String E12_A = "1-2a";
      private static final String E21 = "2-1";
      private static final String E13 = "1-3";
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/suggest/request/popularwords/PopularWordsRequest.java

            // nothing
        }
    
        private String index = null;
    
        private int size = 10;
    
        private final List<String> tags = new ArrayList<>();
    
        private final List<String> roles = new ArrayList<>();
    
        private final List<String> fields = new ArrayList<>();
    
        private final List<String> languages = new ArrayList<>();
    
        private String seed = String.valueOf(System.currentTimeMillis());
    
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Thu Aug 07 02:41:28 UTC 2025
    - 9.2K bytes
    - Viewed (0)
  3. src/test/java/jcifs/internal/smb1/trans/nt/NtTransNotifyChangeTest.java

        private static final int FILE_NOTIFY_CHANGE_LAST_WRITE = 0x00000010;
        private static final int FILE_NOTIFY_CHANGE_LAST_ACCESS = 0x00000020;
        private static final int FILE_NOTIFY_CHANGE_CREATION = 0x00000040;
        private static final int FILE_NOTIFY_CHANGE_EA = 0x00000080;
        private static final int FILE_NOTIFY_CHANGE_SECURITY = 0x00000100;
        private static final int FILE_NOTIFY_CHANGE_STREAM_NAME = 0x00000200;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 18.4K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/helper/DataIndexHelperTest.java

                return 0L;
            }
        }
    
        private static class FastMockDataConfigBhv extends DataConfigBhv {
            // Minimal implementation
        }
    
        private static class TestSystemHelper extends SystemHelper {
            private final AtomicBoolean forceStop = new AtomicBoolean(false);
    
            @Override
            public boolean isForceStop() {
                return forceStop.get();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 05:35:01 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  5. guava/src/com/google/common/util/concurrent/FuturesGetChecked.java

       */
    
      private static boolean hasConstructorUsableByGetChecked(
          Class<? extends Exception> exceptionClass) {
        try {
          Exception unused = newWithCause(exceptionClass, new Exception());
          return true;
        } catch (Throwable t) { // sneaky checked exception
          return false;
        }
      }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 11.8K bytes
    - Viewed (0)
  6. fess-crawler/src/main/java/org/codelibs/fess/crawler/util/TextUtil.java

     */
    public final class TextUtil {
        private static final Logger logger = LogManager.getLogger(TextUtil.class);
    
        private TextUtil() {
        }
    
        /**
         * This class provides a context for normalizing text.
         */
        public static class TextNormalizeContext {
    
            private final Reader reader;
    
            private int initialCapacity = 10000;
    
            private int maxAlphanumTermSize = -1;
    
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Jul 06 02:13:03 UTC 2025
    - 12K bytes
    - Viewed (0)
  7. api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelBuilderRequest.java

            }
    
            private static class DefaultModelBuilderRequest extends BaseRequest<Session> implements ModelBuilderRequest {
                private final RequestType requestType;
                private final boolean locationTracking;
                private final boolean recursive;
                private final ModelSource source;
                private final Collection<Profile> profiles;
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Wed Mar 26 20:54:22 UTC 2025
    - 16.3K bytes
    - Viewed (0)
  8. .teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt

    )
    
    class StatisticsBasedPerformanceTestBucketProvider(
        private val model: CIBuildModel,
        performanceTestDurationsJson: File,
        performanceTestsCiJson: File,
    ) : PerformanceTestBucketProvider {
        private val objectMapper = ObjectMapper().registerKotlinModule()
        private val performanceTestConfigurations = readPerformanceTestConfigurations(performanceTestsCiJson)
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Jul 10 02:18:03 UTC 2025
    - 16.6K bytes
    - Viewed (0)
  9. okhttp-sse/src/main/kotlin/okhttp3/sse/internal/ServerSentEventReader.kt

    import okio.Buffer
    import okio.BufferedSource
    import okio.ByteString.Companion.encodeUtf8
    import okio.Options
    
    internal class ServerSentEventReader(
      private val source: BufferedSource,
      private val callback: Callback,
    ) {
      private var lastId: String? = null
    
      interface Callback {
        fun onEvent(
          id: String?,
          type: String?,
          data: String,
        )
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 30 11:47:47 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.java

      private PairedStatsAccumulator manyValuesAccumulator;
      private PairedStatsAccumulator manyValuesAccumulatorByAddAllPartitionedPairedStats;
      private PairedStatsAccumulator horizontalValuesAccumulator;
      private PairedStatsAccumulator horizontalValuesAccumulatorByAddAllPartitionedPairedStats;
      private PairedStatsAccumulator verticalValuesAccumulator;
      private PairedStatsAccumulator verticalValuesAccumulatorByAddAllPartitionedPairedStats;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 23.4K bytes
    - Viewed (0)
Back to top