Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1041 - 1050 of 4,240 for _this3 (0.04 seconds)

  1. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsScheduledJobCQ.java

        }
    
        @Deprecated
        public BsScheduledJobCQ addOrderBy_Id_Asc() {
            regOBA("_id");
            return this;
        }
    
        @Deprecated
        public BsScheduledJobCQ addOrderBy_Id_Desc() {
            regOBD("_id");
            return this;
        }
    
        public void setAvailable_Equal(Boolean available) {
            setAvailable_Term(available, null);
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 98.1K bytes
    - Click Count (0)
  2. android/guava-tests/test/com/google/common/cache/PopulatedCachesTest.java

    /*
     * Copyright (C) 2011 The Guava Authors
     *
     * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
     * in compliance with the License. You may obtain a copy of the License at
     *
     * http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software distributed under the License
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 18 18:06:14 GMT 2026
    - 15.4K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessSecurityResourceProvider.java

        public FessSecurityResourceProvider(final InvertibleCryptographer primaryInvertibleCryptographer,
                final OneWayCryptographer primaryOneWayCryptographer) {
            this.primaryInvertibleCryptographer = primaryInvertibleCryptographer;
            this.primaryOneWayCryptographer = primaryOneWayCryptographer;
        }
    
        @Override
        public InvertibleCryptographer providePrimaryInvertibleCryptographer() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 1.7K bytes
    - Click Count (0)
  4. CHANGELOG/CHANGELOG-1.36.md

      
      <!--
      This section can be blank if this pull request does not require a release note.
      
      When adding links which point to resources within git repositories, like
      KEPs or supporting documentation, please reference a specific commit and avoid
      linking directly to the master branch. This ensures that links reference a
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 23:38:00 GMT 2026
    - 142.1K bytes
    - Click Count (0)
  5. okhttp/src/androidMain/kotlin/okhttp3/internal/platform/AndroidPlatform.kt

        } else {
          Log.i(Tag, message, t)
        }
      }
    
      /**
       * A trust manager for Android applications that customize the trust manager.
       *
       * This class exploits knowledge of Android implementation details. This class is potentially
       * much faster to initialize than [BasicTrustRootIndex] because it doesn't need to load and
       * index trusted CA certificates.
       */
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Fri Oct 10 05:19:46 GMT 2025
    - 6.5K bytes
    - Click Count (0)
  6. android/guava-testlib/test/com/google/common/collect/testing/MapTestSuiteBuilderTests.java

        private final Map<String, String> map;
        private final AtomicBoolean setUpRan;
    
        CheckSetUpInvocationHandler(Map<String, String> map, AtomicBoolean setUpRan) {
          this.map = map;
          this.setUpRan = setUpRan;
        }
    
        @Override
        public Object invoke(Object target, Method method, Object[] args) throws Throwable {
          assertTrue("setUp should have run", setUpRan.get());
          try {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 19:26:39 GMT 2026
    - 11.2K bytes
    - Click Count (0)
  7. android/guava-tests/test/com/google/common/util/concurrent/WrappingExecutorServiceTest.java

        WrappedCallable(Callable<T> delegate) {
          this.delegate = delegate;
        }
    
        @Override
        public T call() throws Exception {
          return delegate.call();
        }
      }
    
      private static final class WrappedRunnable implements Runnable {
        private final Runnable delegate;
    
        WrappedRunnable(Runnable delegate) {
          this.delegate = delegate;
        }
    
        @Override
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  8. CHANGELOG/CHANGELOG-1.21.md

    ## Urgent Upgrade Notes
    
    ### (No, really, you MUST read this before you upgrade)
    
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Click Count (0)
  9. android/guava-tests/test/com/google/common/util/concurrent/AbstractServiceTest.java

        RecordingListener(Service service) {
          this.service = service;
        }
    
        @GuardedBy("this")
        final List<State> stateHistory = new ArrayList<>();
    
        final CountDownLatch completionLatch = new CountDownLatch(1);
    
        ImmutableList<State> getStateHistory() throws Exception {
          completionLatch.await();
          synchronized (this) {
            return ImmutableList.copyOf(stateHistory);
          }
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 28.7K bytes
    - Click Count (0)
  10. guava-tests/test/com/google/common/util/concurrent/AbstractServiceTest.java

        RecordingListener(Service service) {
          this.service = service;
        }
    
        @GuardedBy("this")
        final List<State> stateHistory = new ArrayList<>();
    
        final CountDownLatch completionLatch = new CountDownLatch(1);
    
        ImmutableList<State> getStateHistory() throws Exception {
          completionLatch.await();
          synchronized (this) {
            return ImmutableList.copyOf(stateHistory);
          }
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 28.7K bytes
    - Click Count (0)
Back to Top