Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 94 of 94 for Parses (0.18 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    Each time a ZIP, TAR, JAR, WAR or EAR is built from source, the order of the files inside the archive may change.
    Files that only have a different timestamp also causes differences in archives from build to build.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    ==== XML parsing now requires recent parsers
    
    Gradle 8.4 now configures XML parsers with security features enabled.
    If your build logic has dependencies on old XML parsers that don't support secure parsing, your build may now fail.
    If you encounter a failure, check and update or remove any dependency on legacy XML parsers.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/regalloc.go

    					// be plain blocks, so check edge pb->pb.Preds instead of edge pb->b.
    					// TODO: improve the prediction of the likely predecessor. The following
    					// method is only suitable for the simplest cases. For complex cases,
    					// the prediction may be inaccurate, but this does not affect the
    					// correctness of the program.
    					// According to the layout algorithm, the predecessor with the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  4. src/reflect/type.go

    	}
    	t := (*interfaceType)(unsafe.Pointer(T))
    	if len(t.Methods) == 0 {
    		return true
    	}
    
    	// The same algorithm applies in both cases, but the
    	// method tables for an interface type and a concrete type
    	// are different, so the code is duplicated.
    	// In both cases the algorithm is a linear scan over the two
    	// lists - T's methods and V's methods - simultaneously.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
Back to top