Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for predict (0.42 sec)

  1. src/cmd/go/internal/modload/query.go

    // filterVersions classifies versions into releases and pre-releases, filtering
    // out:
    //  1. versions that do not satisfy the 'allowed' predicate, and
    //  2. "+incompatible" versions, if a compatible one satisfies the predicate
    //     and the incompatible version is not preferred.
    //
    // If the allowed predicate returns an error not equivalent to ErrDisallowed,
    // filterVersions returns that error.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 11 22:29:11 UTC 2023
    - 44.7K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/README

    if any command fails unexpectedly, no subsequent commands in the script are
    executed. The command prefix ! indicates that the command on the rest of the
    line (typically go or a matching predicate) must fail instead of succeeding.
    The command prefix ? indicates that the command may or may not succeed, but the
    script should continue regardless.
    
    The command prefix [cond] indicates that the command on the rest of the line
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/types2/decl.go

    			// provides syntactic information (which doesn't rely
    			// on the order in which the objects are set up). For
    			// local objects, we can rely on the order, so use
    			// the object's predicate.
    			// TODO(gri) It would be less fragile to always access
    			// the syntactic information. We should consider storing
    			// this information explicitly in the object.
    			var alias bool
    			if check.conf.EnableAlias {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/plist.go

    	pcdata.To.Offset = oldval
    
    	return pcdata
    }
    
    // MarkUnsafePoints inserts PCDATAs to mark nonpreemptible and restartable
    // instruction sequences, based on isUnsafePoint and isRestartable predicate.
    // p0 is the start of the instruction stream.
    // isUnsafePoint(p) returns true if p is not safe for async preemption.
    // isRestartable(p) returns true if we can restart at the start of p (this Prog)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 15:52:41 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  5. src/cmd/go/internal/script/engine.go

    // if any command fails unexpectedly, no subsequent commands in the script are
    // executed. The command prefix ! indicates that the command on the rest of the
    // line (typically go or a matching predicate) must fail instead of succeeding.
    // The command prefix ? indicates that the command may or may not succeed, but
    // the script should continue regardless.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 27 01:16:19 UTC 2023
    - 22.2K bytes
    - Viewed (0)
  6. src/archive/tar/common.go

    // The value returned is the logical OR of multiple possible formats.
    // If the value is FormatUnknown, then the input Header cannot be encoded
    // and an error is returned explaining why.
    //
    // As a by-product of checking the fields, this function returns paxHdrs, which
    // contain all fields that could not be directly encoded.
    // A value receiver ensures that this method does not mutate the source Header.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 16:01:50 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top