Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for speak (0.19 sec)

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

    
    
                               CHAPTER II
    
                            The Pool of Tears
    
    
      `Curiouser and curiouser!' cried Alice (she was so much
    surprised, that for the moment she quite forgot how to speak good
    English); `now I'm opening out like the largest telescope that
    ever was!  Good-bye, feet!' (for when she looked down at her
    feet, they seemed to be almost out of sight, they were getting so
    Plain Text
    - Registered: Fri Apr 26 12:43:10 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

    
    
                               CHAPTER II
    
                            The Pool of Tears
    
    
      `Curiouser and curiouser!' cried Alice (she was so much
    surprised, that for the moment she quite forgot how to speak good
    English); `now I'm opening out like the largest telescope that
    ever was!  Good-bye, feet!' (for when she looked down at her
    feet, they seemed to be almost out of sight, they were getting so
    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. cmd/metrics-v2.go

    			if len(qs.XferStats) > 0 {
    				tots := qs.XferStats[Total]
    				currTransferRate.Value = tots.Curr
    				avgTransferRate.Value = tots.Avg
    				maxTransferRate.Value = tots.Peak
    			}
    			ml = []MetricV2{
    				activeWorkersCount,
    				avgActiveWorkersCount,
    				maxActiveWorkersCount,
    				currInQueueCount,
    				currInQueueBytes,
    				avgQueueCount,
    				avgQueueBytes,
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 22:01:31 GMT 2024
    - 132.6K bytes
    - Viewed (0)
  4. cmd/site-replication.go

    				x2, ok := v2.XferStats[replication.MetricName(rm)]
    				if !ok {
    					x2 = replication.XferStats{}
    				}
    				x2.AvgRate += x.Avg
    				x2.CurrRate += x.Curr
    				if x.Peak > x2.PeakRate {
    					x2.PeakRate = x.Peak
    				}
    				v2.XferStats[replication.MetricName(rm)] = x2
    			}
    			sm.Metrics[dID] = v2
    		}
    	}
    	sm.Uptime = UTCNow().Unix() - globalBootTime.Unix()
    	return sm, nil
    }
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 184.1K bytes
    - Viewed (1)
Back to top