Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 116 for Install (0.99 sec)

  1. mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt

    import javax.net.ssl.X509TrustManager
    import mockwebserver3.SocketEffect.CloseSocket
    import mockwebserver3.SocketEffect.CloseStream
    import mockwebserver3.SocketEffect.ShutdownConnection
    import mockwebserver3.SocketEffect.Stall
    import mockwebserver3.internal.DEFAULT_REQUEST_LINE_HTTP_1
    import mockwebserver3.internal.DEFAULT_REQUEST_LINE_HTTP_2
    import mockwebserver3.internal.MockWebServerSocket
    import mockwebserver3.internal.RecordedRequest
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 02 20:36:00 UTC 2025
    - 40.3K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/it/CrudTestBase.java

        // ================
        // Constant
        // ================
        protected String getIdKey() {
            return "id";
        }
    
        @BeforeAll
        protected static void initAll() {
            RestAssured.baseURI = getFessUrl();
            settingTestToken();
        }
    
        @BeforeEach
        protected void init() {
        }
    
        @AfterEach
        protected void tearDown() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 9.2K bytes
    - Viewed (0)
  3. mockwebserver/api/mockwebserver3.api

    	public static final field INSTANCE Lmockwebserver3/SocketEffect$ShutdownConnection;
    }
    
    public final class mockwebserver3/SocketEffect$Stall : mockwebserver3/SocketEffect {
    	public static final field INSTANCE Lmockwebserver3/SocketEffect$Stall;
    }
    
    public abstract interface class mockwebserver3/SocketHandler {
    	public abstract fun handle (Lokio/Socket;)V
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Jun 20 11:46:46 UTC 2025
    - 11.8K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_it.properties

    labels.plugin_name=Nome
    labels.plugin_version=Versione
    labels.plugin_delete=Elimina
    labels.plugin_install=Installa
    labels.plugin_install_title=Installa plugin
    labels.plugin_jar_file=File Jar
    labels.plugin_local_install=Locale
    labels.plugin_remote_install=Remoto
    labels.crud_button_install=Installa
    labels.storage_configuration=Archiviazione
    labels.storage_name=Nome
    labels.storage_size=Dimensione
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.23.md

         `CSIMigrationRBD`: true
    
      As a Kubernetes cluster operator that administers storage, here are the prerequisites that you must complete before you attempt migration to the RBD CSI driver:
    
      * You must install the Ceph CSI driver (rbd.csi.ceph.com), v3.5.0 or above, into your Kubernetes cluster.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  6. okhttp-testing-support/src/main/kotlin/okhttp3/OkHttpClientTestRule.kt

        EventListener.Factory { call -> ClientRuleEventListener(eventListenerFactory.create(call), ::addEvent) }
    
      /**
       * Returns an OkHttpClient for tests to use as a starting point.
       *
       * The returned client installs a default event listener that gathers debug information. This will
       * be logged if the test fails.
       *
       * This client is also configured to be slightly more deterministic, returning a single IP
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri May 30 21:28:20 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/fess/it/search/SearchApiTests.java

        private static final String TEST_LABEL = "tools";
        private static String fileConfigId;
        private static String labelId;
        private static String crawlLabelId;
    
        @BeforeAll
        protected static void initAll() {
            RestAssured.baseURI = getFessUrl();
            settingTestToken();
    
            // create and execute a file crawler
            labelId = createLabel();
            crawlLabelId = createCrawlLabel();
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/collect/ImmutableRangeSetTest.java

        assertFalse(rangeSet.encloses(Range.singleton(0)));
        assertTrue(rangeSet.enclosesAll(rangeSet));
        assertTrue(rangeSet.isEmpty());
      }
    
      public void testAll() {
        ImmutableRangeSet<Integer> rangeSet = ImmutableRangeSet.all();
    
        assertThat(rangeSet.asRanges()).contains(Range.<Integer>all());
        assertTrue(rangeSet.contains(0));
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Jan 25 16:19:30 UTC 2025
    - 21.7K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.20.md

    - Set CSIMigrationvSphere feature gates to beta.
      Users should enable CSIMigration + CSIMigrationvSphere features and install the vSphere CSI Driver (https://github.com/kubernetes-sigs/vsphere-csi-driver) to move workload from the in-tree vSphere plugin "kubernetes.io/vsphere-volume" to vSphere CSI Driver.
      
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  10. okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HttpOverHttp2Test.kt

    import mockwebserver3.QueueDispatcher
    import mockwebserver3.RecordedRequest
    import mockwebserver3.SocketEffect.CloseStream
    import mockwebserver3.SocketEffect.ShutdownConnection
    import mockwebserver3.SocketEffect.Stall
    import mockwebserver3.junit5.StartStop
    import okhttp3.Cache
    import okhttp3.Call
    import okhttp3.Callback
    import okhttp3.Connection
    import okhttp3.Cookie
    import okhttp3.Credentials.basic
    import okhttp3.EventListener
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Jun 20 11:46:46 UTC 2025
    - 73.4K bytes
    - Viewed (0)
Back to top