Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 427 for Duchess (0.17 sec)

  1. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    say it out loud.
    
      `Thinking again?' the Duchess asked, with another dig of her
    sharp little chin.
    
      `I've a right to think,' said Alice sharply, for she was
    beginning to feel a little worried.
    
      `Just about as much right,' said the Duchess, `as pigs have to fly;
    and the m--'
    
      But here, to Alice's great surprise, the Duchess's voice died
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    say it out loud.
    
      `Thinking again?' the Duchess asked, with another dig of her
    sharp little chin.
    
      `I've a right to think,' said Alice sharply, for she was
    beginning to feel a little worried.
    
      `Just about as much right,' said the Duchess, `as pigs have to fly;
    and the m--'
    
      But here, to Alice's great surprise, the Duchess's voice died
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  3. src/main/resources/fess_message_ru.properties

    success.failure_url_delete_all=Deleted failure urls.
    success.delete_file=Deleted {0} file.
    success.job_started=Started job {0}.
    success.job_stopped=Stopped job {0}.
    success.upload_synonym_file=Uploaded Synonym file.
    success.upload_kuromoji_file=Uploaded Kuromoji file.
    success.upload_elevate_word=Uploaded Additional Word file.
    success.upload_bad_word=Uploaded Bad Word file.
    success.upload_mapping_file=Uploaded Mapping file.
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri May 20 12:12:28 GMT 2022
    - 10.2K bytes
    - Viewed (0)
  4. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/Result.java

     */
    public class Result<T> {
    
        /**
         * Success without warnings
         *
         * @param model
         */
        public static <T> Result<T> success(T model) {
            return success(model, Collections.emptyList());
        }
    
        /**
         * Success with warnings
         *
         * @param model
         * @param problems
         */
        public static <T> Result<T> success(T model, Iterable<? extends ModelProblem> problems) {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 6.8K bytes
    - Viewed (0)
  5. internal/dsync/locker.go

    type NetLocker interface {
    	// Do read lock for given LockArgs.  It should return
    	// * a boolean to indicate success/failure of the operation
    	// * an error on failure of lock request operation.
    	RLock(ctx context.Context, args LockArgs) (bool, error)
    
    	// Do write lock for given LockArgs. It should return
    	// * a boolean to indicate success/failure of the operation
    	// * an error on failure of lock request operation.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Jan 18 20:44:38 GMT 2022
    - 2.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_message.properties

    success.failure_url_delete_all=Deleted failure urls.
    success.delete_file=Deleted {0} file.
    success.job_started=Started job {0}.
    success.job_stopped=Stopped job {0}.
    success.upload_synonym_file=Uploaded Synonym file.
    success.upload_protwords_file=Uploaded Protwords file.
    success.upload_stopwords_file=Uploaded Stopwords file.
    success.upload_stemmeroverride_file=Uploaded Stemmer Override file.
    success.upload_kuromoji_file=Uploaded Kuromoji file.
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 12.5K bytes
    - Viewed (0)
  7. cmd/namespace-lock.go

    	lockSource := getSource(2)
    	start := UTCNow()
    	const readLock = false
    	success := make([]int, len(li.paths))
    	for i, path := range li.paths {
    		if !li.ns.lock(ctx, li.volume, path, lockSource, li.opsID, readLock, timeout.Timeout()) {
    			timeout.LogFailure()
    			for si, sint := range success {
    				if sint == 1 {
    					li.ns.unlock(li.volume, li.paths[si], readLock)
    				}
    			}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Jun 05 23:56:35 GMT 2023
    - 9.2K bytes
    - Viewed (0)
  8. cmd/format-erasure_test.go

    		t.Fatal("Unexpected success")
    	}
    
    	formats[0] = nil
    	quorumFormat, err = getFormatErasureInQuorum(formats)
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	badFormat := *quorumFormat
    	badFormat.Erasure.Sets = nil
    	if err = formatErasureV3Check(quorumFormat, &badFormat); err == nil {
    		t.Fatal("Unexpected success")
    	}
    
    	badFormatUUID := *quorumFormat
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Apr 15 08:25:46 GMT 2024
    - 12.9K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/math/MathPreconditionsTest.java

        }
      }
    
      public void testCheckRoundingUnnecessary_success() {
        MathPreconditions.checkRoundingUnnecessary(true);
      }
    
      public void testCheckRoundingUnnecessary_failure() {
        try {
          MathPreconditions.checkRoundingUnnecessary(false);
          fail();
        } catch (ArithmeticException expected) {
        }
      }
    
      public void testCheckInRange_success() {
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 8.2K bytes
    - Viewed (0)
  10. src/main/java/jcifs/netbios/NbtException.java

        public int errorCode;
    
    
        public static String getErrorString ( int errorClass, int errorCode ) {
            String result = "";
            switch ( errorClass ) {
            case SUCCESS:
                result += "SUCCESS";
                break;
            case ERR_NAM_SRVC:
                result += "ERR_NAM_SRVC/";
                switch ( errorCode ) {
                case FMT_ERR:
                    result += "FMT_ERR: Format Error";
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 3.8K bytes
    - Viewed (0)
Back to top