Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 122 for Ginnish (0.16 sec)

  1. src/main/resources/fess_label_de.properties

    labels.wizard_start_crawler_title=Crawler
    labels.wizard_start_crawling_desc=Über die Schaltfläche "Crawling starten", können Sie das Crawling direkt starten.
    labels.wizard_button_start_crawling=Crawling starten
    labels.wizard_button_finish=Überspringen
    labels.search_list_configuration=Suche
    labels.search_list_button_delete=Löschen
    labels.search_list_delete_confirmation=Möchten Sie es wirklich löschen?
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/Futures.java

          Executor executor) {
        return AbstractCatchingFuture.create(input, exceptionType, fallback, executor);
      }
    
      /**
       * Returns a future that delegates to another but will finish early (via a {@link
       * TimeoutException} wrapped in an {@link ExecutionException}) if the specified duration expires.
       *
       * <p>The delegate future is interrupted and cancelled if it times out.
       *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 59.6K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_ko.properties

    labels.wizard_start_crawling_title = 크롤링 시작
    labels.wizard_start_crawler_title = 크롤러
    labels.wizard_start_crawling_desc = "탐색 시작"버튼을 클릭하여 이제 크롤링을 시작할 수 있습니다.
    labels.wizard_button_start_crawling = 크롤링 시작
    labels.wizard_button_finish = 건너 뛰기
    labels.search_list_configuration = 검색
    labels.search_list_button_delete = 삭제
    labels.search_list_delete_confirmation = 삭제 하시겠습니까?
    labels.search_list_button_delete_all =이 쿼리에서 모두 삭제
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/internal/http2/Http2ConnectionTest.kt

        peer.play()
    
        // Play it back.
        val connection = connect(peer)
        connection.writePingAndAwaitPong()
        val stream = connection.newStream(headerEntries("a", "android"), true)
        // finish the stream
        stream.writeHeaders(headerEntries("b", "berserk"), true, false)
        assertFailsWith<IllegalStateException> {
          stream.enqueueTrailers(headersOf("trailers", "boom"))
        }
      }
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Apr 20 17:03:43 GMT 2024
    - 75.4K bytes
    - Viewed (0)
  5. docs/changelogs/changelog_3x.md

        [ObsoleteApacheClient.java][obsolete_apache_client] into your project.
    
     *  **OkHttp now supports duplex calls over HTTP/2.** With normal HTTP calls the request must finish
        before the response starts. With duplex, request and response bodies are transmitted
        simultaneously. This can be used to implement interactive conversations within a single HTTP
        call.
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Feb 06 14:55:54 GMT 2022
    - 50.8K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_fr.properties

    labels.wizard_start_crawling_desc	=	En cliquant sur le bouton "Commencer à explorer", vous pouvez commencer une exploration maintenant.
    labels.wizard_button_start_crawling	=	Commencer à explorer
    labels.wizard_button_finish	=	Passer
    labels.search_list_configuration	=	Recherche
    labels.search_list_button_delete	=	Supprimer
    labels.search_list_delete_confirmation	=	Voulez-vous vraiment supprimer?
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ja.properties

    labels.wizard_start_crawling_title=クロールの開始
    labels.wizard_start_crawler_title=クローラー
    labels.wizard_start_crawling_desc=「クロールの開始」ボタンをクリックして、あなたは今、クロールを開始することができます。
    labels.wizard_button_start_crawling=クロールの開始
    labels.wizard_button_finish=スキップ
    labels.search_list_configuration=検索
    labels.search_list_button_delete=削除
    labels.search_list_delete_confirmation=本当に削除しますか?
    labels.search_list_button_delete_all=このクエリですべてを削除
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  8. cmd/erasure-object.go

    			if err != nil {
    				return err
    			}
    			diskVersions[index] = resp.Sign
    			dataDirs[index] = resp.OldDataDir
    			return nil
    		}, index)
    	}
    
    	// Wait for all renames to finish.
    	errs := g.Wait()
    
    	err := reduceWriteQuorumErrs(ctx, errs, objectOpIgnoredErrs, writeQuorum)
    	if err != nil {
    		dg := errgroup.WithNErrs(len(disks))
    		for index, nerr := range errs {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun May 05 16:56:21 GMT 2024
    - 77.2K bytes
    - Viewed (2)
  9. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    ner.class package org.apache.maven.artifact.resolver; public abstract interface ResolutionListener { public static final String ROLE; public static final int TEST_ARTIFACT = 1; public static final int PROCESS_CHILDREN = 2; public static final int FINISH_PROCESSING_CHILDREN = 3; public static final int INCLUDE_ARTIFACT = 4; public static final int OMIT_FOR_NEARER = 5; public static final int UPDATE_SCOPE = 6; public static final int MANAGE_ARTIFACT = 7; public static final int OMIT_FOR_CYCLE = 8;...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 160.1K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

                inputs.assertHasImmediateFailure(iFuture, jFuture, e);
              } catch (TimeoutException e) {
                inputs.assertHasDelayed(iFuture, jFuture, e);
              }
    
              // Finish the two futures in the currently specified order:
              inputs.allFutures.get(iBeforeJ ? i : j).finisher.run();
              inputs.allFutures.get(iBeforeJ ? j : i).finisher.run();
    
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Tue Feb 20 17:00:05 GMT 2024
    - 144.5K bytes
    - Viewed (0)
Back to top