Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 90 for _objects (0.19 sec)

  1. src/cmd/go/internal/work/exec.go

    			if err != nil {
    				return err
    			}
    			objects = append(objects, ofiles...)
    		}
    	}
    
    	// NOTE(rsc): On Windows, it is critically important that the
    	// gcc-compiled objects (cgoObjects) be listed after the ordinary
    	// objects in the archive. I do not know why this is.
    	// https://golang.org/issue/2601
    	objects = append(objects, cgoObjects...)
    
    	// Add system object files.
    	for _, syso := range p.SysoFiles {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  2. cmd/server_test.go

    		c.Assert(response.StatusCode, http.StatusOK)
    		// Append all objects.
    		delObjReq.Objects = append(delObjReq.Objects, ObjectToDelete{
    			ObjectV: ObjectV{
    				ObjectName: objName,
    			},
    		})
    	}
    	// Marshal delete request.
    	deleteReqBytes, err := xml.Marshal(delObjReq)
    	c.Assert(err, nil)
    
    	// Delete list of objects.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  3. cmd/admin-handlers.go

    			objects = madmin.Objects{Count: dataUsageInfo.ObjectsTotalCount}
    			versions = madmin.Versions{Count: dataUsageInfo.VersionsTotalCount}
    			deleteMarkers = madmin.DeleteMarkers{Count: dataUsageInfo.DeleteMarkersTotalCount}
    			usage = madmin.Usage{Size: dataUsageInfo.ObjectsTotalSize}
    		} else {
    			buckets = madmin.Buckets{Error: err.Error()}
    			objects = madmin.Objects{Error: err.Error()}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    l Creates a matcher that matches when the examined object is logically equal to the specified operand, as determined by calling the Object.equals(java.lang.Object) method on the examined object. equalTo(T) - Static method in class org.hamcrest.CoreMatchers Creates a matcher that matches when the examined object is logically equal to the specified operand, as determined by calling the Object.equals(java.lang.Object) method on the examined object. evalSubstringOf(String) - Method in class org.hamc...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.5.md

    * If you used the [PodDisruptionBudget](http://kubernetes.io/docs/admin/disruptions/) feature in 1.4 (i.e. created `PodDisruptionBudget` objects), then **BEFORE**  upgrading from 1.4 to 1.5, you must delete all `PodDisruptionBudget` objects (`policy/v1alpha1/PodDisruptionBudget`) that you have created. It is not possible to delete these objects after you upgrade, and their presence will prevent you from using the beta PodDisruptionBudget feature in 1.5 (which uses `policy/v1beta1/PodDisruptionBudget`)....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  6. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/resolver/FirIdeNormalAnalysisLibrarySourceModuleResolveCallTestGenerated.java

        @TestDataPath("$PROJECT_ROOT")
        public class OnObjects {
          @Test
          public void testAllFilesPresentInOnObjects() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:00 UTC 2024
    - 175.8K bytes
    - Viewed (0)
  7. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/resolver/FirIdeNormalAnalysisLibrarySourceModuleResolveCandidatesTestGenerated.java

        @TestDataPath("$PROJECT_ROOT")
        public class OnObjects {
          @Test
          public void testAllFilesPresentInOnObjects() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:00 UTC 2024
    - 175.9K bytes
    - Viewed (0)
  8. guava/src/com/google/common/collect/Maps.java

          return right;
        }
    
        @Override
        public boolean equals(@CheckForNull Object object) {
          if (object instanceof MapDifference.ValueDifference) {
            MapDifference.ValueDifference<?> that = (MapDifference.ValueDifference<?>) object;
            return Objects.equal(this.left, that.leftValue())
                && Objects.equal(this.right, that.rightValue());
          }
          return false;
        }
    
        @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  9. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/resolver/FirIdeNormalAnalysisLibrarySourceModuleResolveReferenceTestGenerated.java

        @TestDataPath("$PROJECT_ROOT")
        public class OnObjects {
          @Test
          public void testAllFilesPresentInOnObjects() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:01 UTC 2024
    - 175.9K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/Maps.java

          return right;
        }
    
        @Override
        public boolean equals(@CheckForNull Object object) {
          if (object instanceof MapDifference.ValueDifference) {
            MapDifference.ValueDifference<?> that = (MapDifference.ValueDifference<?>) object;
            return Objects.equal(this.left, that.leftValue())
                && Objects.equal(this.right, that.rightValue());
          }
          return false;
        }
    
        @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
Back to top