Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for trunk (0.1 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    act/maven-artifact/pom.xml maven-parent org.apache.maven 5 4.0.0 org.apache.maven.artifact maven-artifact 3.0-SNAPSHOT Maven Artifact scm:svn:http://svn.apache.org/repos/asf/maven/artifact/trunk scm:svn:https://svn.apache.org/repos/asf/maven/artifact/trunk http://svn.apache.org/viewcvs.cgi/maven/artifact/trunk org.codehaus.plexus plexus-utils 1.4.5 org.codehaus.plexus plexus-container-default 1.0-alpha-32 org.codehaus.plexus plexus-active-collections 1.0-beta-1 org.apache.maven.wagon wagon-provider-api...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160.1K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    act/maven-artifact/pom.xml maven-parent org.apache.maven 5 4.0.0 org.apache.maven.artifact maven-artifact 3.0-SNAPSHOT Maven Artifact scm:svn:http://svn.apache.org/repos/asf/maven/artifact/trunk scm:svn:https://svn.apache.org/repos/asf/maven/artifact/trunk http://svn.apache.org/viewcvs.cgi/maven/artifact/trunk org.codehaus.plexus plexus-utils 1.4.5 org.codehaus.plexus plexus-container-default 1.0-alpha-32 org.codehaus.plexus plexus-active-collections 1.0-beta-1 org.apache.maven.wagon wagon-provider-api...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 160.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        //     return %0 : tensor<f32>
        //   }
        // }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  4. src/reflect/value.go

    func (v Value) OverflowInt(x int64) bool {
    	k := v.kind()
    	switch k {
    	case Int, Int8, Int16, Int32, Int64:
    		bitSize := v.typ().Size() * 8
    		trunc := (x << (64 - bitSize)) >> (64 - bitSize)
    		return x != trunc
    	}
    	panic(&ValueError{"reflect.Value.OverflowInt", v.kind()})
    }
    
    // OverflowUint reports whether the uint64 x cannot be represented by v's type.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"trolleybus":                           "\U0001f68e",
    	"trophy":                               "\U0001f3c6",
    	"tropical_drink":                       "\U0001f379",
    	"tropical_fish":                        "\U0001f420",
    	"truck":                                "\U0001f69a",
    	"trumpet":                              "\U0001f3ba",
    	"tshirt":                               "\U0001f455",
    	"tulip":                                "\U0001f337",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/generic.rules

    (Not (ConstBool [c])) => (ConstBool [!c])
    
    (Floor       (Const64F [c])) => (Const64F [math.Floor(c)])
    (Ceil        (Const64F [c])) => (Const64F [math.Ceil(c)])
    (Trunc       (Const64F [c])) => (Const64F [math.Trunc(c)])
    (RoundToEven (Const64F [c])) => (Const64F [math.RoundToEven(c)])
    
    // Convert x * 1 to x.
    (Mul(8|16|32|64)  (Const(8|16|32|64)  [1]) x) => x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  7. pkg/apis/batch/validation/validation_test.go

    		`Pacific/Ponape`,
    		`Pacific/Port_Moresby`,
    		`Pacific/Rarotonga`,
    		`Pacific/Saipan`,
    		`Pacific/Samoa`,
    		`Pacific/Tahiti`,
    		`Pacific/Tarawa`,
    		`Pacific/Tongatapu`,
    		`Pacific/Truk`,
    		`Pacific/Wake`,
    		`Pacific/Wallis`,
    		`Pacific/Yap`,
    		`Poland`,
    		`Portugal`,
    		`PRC`,
    		`PST8PDT`,
    		`ROC`,
    		`ROK`,
    		`Singapore`,
    		`Turkey`,
    		`UCT`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  8. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    cloud.nospamproxy.com
    
    // Netlify : https://www.netlify.com
    // Submitted by Jessica Parsons <******@****.***>
    netlify.app
    
    // Neustar Inc.
    // Submitted by Trung Tran <Trung******@****.***>
    4u.com
    
    // ngrok : https://ngrok.com/
    // Submitted by Alan Shreve <******@****.***>
    ngrok.io
    
    // Nimbus Hosting Ltd. : https://www.nimbushosting.co.uk/
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/x86/asm6.go

    				goto bad
    			}
    			if ctxt.Arch.Family == sys.I386 && ctxt.Flag_shared {
    				// The base register has already been set. It holds the PC
    				// of this instruction returned by a PC-reading thunk.
    				// See obj6.go:rewriteToPcrel.
    			} else {
    				base = REG_NONE
    			}
    			v = int32(vaddr(ctxt, p, a, &rel))
    
    		case obj.NAME_AUTO,
    			obj.NAME_PARAM:
    			base = REG_SP
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      It did so indeed, and much sooner than she had expected:
    before she had drunk half the bottle, she found her head pressing
    against the ceiling, and had to stoop to save her neck from being
    broken.  She hastily put down the bottle, saying to herself
    `That's quite enough--I hope I shan't grow any more--As it is, I
    can't get out at the door--I do wish I hadn't drunk quite so
    much!'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
Back to top