Search Options

Results per page
Sort
Preferred Languages
Advance

Results 2021 - 2030 of 2,365 for no (0.06 sec)

  1. cmd/testdata/xl-meta-merge.zip

    ãÐÐôûåãÜûñò ìïÚïôñÐïÖÕ4 Õïï øÜÜÐÕ 11÷ûò2ûñ1ìñåÕ1÷ûòûñ1ôûòßÈ1ìïÚïôñÐïÖm11_xyY¥pXûXïR ´nV_ô Üñ ÚûïÙ —ûò›‘ µŒ Õ êñÖ ÕßÐÐñÖÜïì ôãòéßãéïÕ2^^%% ‰’¿1”ûòßÈ^^¿Õï Üøï êñôôña¯Jé:ÿëííùèö:Æë:Ìßò ã ÕÜãòìãôñòï —ûò›‘ ÕïÖÚïÖ ñò ”ûòßÈ øñÕÜÕ Ößòòûòé 7æûÜ ›òÜïô1ƒ—Œ ãÖåøûÜïåÜßnïÏ(:¬õÊîùÿõ:úú1ìãÜãàà ÙûÜø Üøï ÐãÜø Üñ Üøï ìÖûÚï ñÖ ìûÖïåÜñÖË ûò Ùøûåø Ëñß ÙãòÜ —ûò›‘ Üñ ÕÜñÖWtTãÞ úÜøpd~W\Ö#ù tˆXzèÎË€£™|^ ë}l¨åk£I}HÄuD­eeì i¯RñnmE}e•êslYn)EqH –­QklSW@EjqÓð€¡F Sy\ÁYú˜»åûJûóÖ mpJkH¢•d ÌsöH@Fj@¢v}ˆz[pèwGaìs²@qxêu²hiKÂQ¸K[ÎJspteH>kHc^åziAVUJIE¬ˆ...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/collect/RangeTest.java

            .addEqualityGroup(Range.all(), Range.all())
            .addEqualityGroup("Phil")
            .testEquals();
      }
    
      @GwtIncompatible // TODO(b/148207871): Restore once Eclipse compiler no longer flakes for this.
      public void testLegacyComparable() {
        Range<LegacyComparable> unused = Range.closed(LegacyComparable.X, LegacyComparable.Y);
      }
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbTreeImpl.java

                    && !sess.getCredentials().isAnonymous() && sess.getDigest() == null ) {
                throw new SmbException("IPC signing is enforced, but no signing is available");
            }
    
            this.service = rsvc;
            this.inDfs = response.isShareDfs();
            this.treeNum = TREE_CONN_COUNTER.incrementAndGet();
    
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 29.6K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java

          invokeAnyImpl(e, l, false, 0, NANOSECONDS);
          fail();
        } catch (NullPointerException success) {
        } finally {
          joinPool(e);
        }
      }
    
      /** invokeAny(c) throws ExecutionException if no task in c completes */
      public void testInvokeAnyImpl_noTaskCompletes() throws Exception {
        ListeningExecutorService e = newDirectExecutorService();
        List<Callable<String>> l = new ArrayList<>();
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 22:10:29 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/HashBiMap.java

        @Override
        public void remove() {
          if (modCount != expectedModCount) {
            throw new ConcurrentModificationException();
          }
          if (toRemove == null) {
            throw new IllegalStateException("no calls to next() since the last call to remove()");
          }
          delete(toRemove);
          expectedModCount = modCount;
          toRemove = null;
        }
    
        abstract T output(BiEntry<K, V> entry);
      }
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 13 14:11:58 UTC 2023
    - 24.5K bytes
    - Viewed (0)
  6. cmd/bucket-metadata-sys.go

    	return sys.updateAndParse(ctx, bucket, configFile, configData, true)
    }
    
    // Get metadata for a bucket.
    // If no metadata exists errConfigNotFound is returned and a new metadata is returned.
    // Only a shallow copy is returned, so referenced data should not be modified,
    // but can be replaced atomically.
    //
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Aug 28 15:32:18 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  7. cmd/object-api-datatypes.go

    	// what decoding mechanisms must be applied to obtain the object referenced
    	// by the Content-Type header field.
    	ContentEncoding string
    
    	// Date and time at which the object is no longer able to be cached
    	Expires time.Time
    
    	// Cache-Control - Specifies caching behavior along the request/reply chain
    	CacheControl string
    
    	// Specify object storage class
    	StorageClass string
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  8. docs/config/README.md

    MINIO_ETCD_CLIENT_CERT_KEY  (path)      client cert key for mTLS authentication
    MINIO_ETCD_COMMENT          (sentence)  optionally add a comment to this setting
    ```
    
    ### API
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Aug 16 08:43:49 UTC 2024
    - 17.9K bytes
    - Viewed (1)
  9. cmd/perf-tests.go

    				objCountPerThread[i]++
    				mu.Lock()
    				uploadTimes = append(uploadTimes, response)
    				mu.Unlock()
    			}
    		}(i)
    	}
    	wg.Wait()
    
    	// We already saw write failures, no need to proceed into read's
    	if retError != "" {
    		return SpeedTestResult{
    			Uploads:     totalBytesWritten,
    			Downloads:   totalBytesRead,
    			UploadTimes: uploadTimes,
    			Error:       retError,
    		}, nil
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  10. docs/debugging/inspect/export.go

    // The remaining payload and versions are returned.
    func checkXL2V1(buf []byte) (payload []byte, major, minor uint16, e error) {
    	if len(buf) <= 8 {
    		return payload, 0, 0, fmt.Errorf("xlMeta: no data")
    	}
    
    	if !bytes.Equal(buf[:4], xlHeader[:]) {
    		return payload, 0, 0, fmt.Errorf("xlMeta: unknown XLv2 header, expected %v, got %v", xlHeader[:4], buf[:4])
    	}
    
    	if bytes.Equal(buf[4:8], []byte("1   ")) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Nov 08 15:58:02 UTC 2022
    - 9.1K bytes
    - Viewed (0)
Back to top