- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 763 for Rights (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/cmd/asm/internal/asm/testdata/duperror.s
// Copyright 2022 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. TEXT foo(SB), 0, $0 RET TEXT foo(SB), 0, $0 // ERROR "symbol foo redeclared" RET GLOBL bar(SB), 0, $8 GLOBL bar(SB), 0, $8 // ERROR "symbol bar redeclared" DATA bar+0(SB)/8, $0
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Dec 05 23:21:07 GMT 2022 - 404 bytes - Click Count (0) -
src/bytes/export_test.go
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package bytes // Export func for testing
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Apr 24 00:56:36 GMT 2019 - 244 bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/buildtagerror.s
// Copyright 2020 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. #define X 1
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Oct 13 01:16:56 GMT 2020 - 227 bytes - Click Count (0) -
dbflute_fess/dfprop/sourceCopyright.dfprop
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Oct 31 23:35:14 GMT 2015 - 344 bytes - Click Count (0) -
src/cmd/api/boring_test.go
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 16 16:02:26 GMT 2023 - 300 bytes - Click Count (0) -
ci/official/envs/linux_x86
# Copyright 2023 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS,
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Wed Jul 16 22:21:17 GMT 2025 - 1.4K bytes - Click Count (0) -
ci/official/utilities/cleanup_docker.sh
#!/bin/bash # Copyright 2023 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS,
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Thu Aug 10 20:26:29 GMT 2023 - 998 bytes - Click Count (0) -
src/cmd/api/testdata/src/pkg/p2/p2.go
// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package p2 type Twoer interface { // Deprecated: No good. PackageTwoMeth() } // Deprecated: No good. func F() string {} func G() Twoer {}Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Dec 02 16:29:41 GMT 2022 - 337 bytes - Click Count (0) -
misc/chrome/gophertool/background.html
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Oct 08 00:56:10 GMT 2012 - 265 bytes - Click Count (0) -
src/cmd/api/testdata/src/pkg/p3/p3.go
// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package p3 type ThirdBase struct{} func (tb *ThirdBase) GoodPlayer() (i, j, k int)Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Nov 09 14:05:53 GMT 2022 - 310 bytes - Click Count (0)