Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 316 for pubs (0.04 sec)

  1. pkg/registry/rbac/clusterrolebinding/registry.go

    type Registry interface {
    	ListClusterRoleBindings(ctx context.Context, options *metainternalversion.ListOptions) (*rbacv1.ClusterRoleBindingList, error)
    }
    
    // storage puts strong typing around storage calls
    type storage struct {
    	rest.Lister
    }
    
    // NewRegistry returns a new Registry interface for the given Storage. Any mismatched
    // types will panic.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 22 12:17:05 UTC 2018
    - 2.3K bytes
    - Viewed (0)
  2. pkg/registry/rbac/clusterrole/registry.go

    // Registry is an interface for things that know how to store ClusterRoles.
    type Registry interface {
    	GetClusterRole(ctx context.Context, name string, options *metav1.GetOptions) (*rbacv1.ClusterRole, error)
    }
    
    // storage puts strong typing around storage calls
    type storage struct {
    	rest.Getter
    }
    
    // NewRegistry returns a new Registry interface for the given Storage. Any mismatched
    // types will panic.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 02:35:47 UTC 2019
    - 2.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    					if q, ok := s.(*Qualified); ok {
    						a := q.Scope
    						if t, ok := a.(*Template); ok {
    							st.subs.add(t.Name)
    							st.subs.add(t)
    						} else {
    							st.subs.add(a)
    						}
    						return s
    					}
    				}
    				n := st.sourceName()
    				if len(st.str) > 0 && st.str[0] == 'I' {
    					st.subs.add(n)
    					args := st.templateArgs()
    					n = &Template{Name: n, Args: args}
    				}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
  4. src/crypto/aes/asm_arm64.s

    		AESE	V0.B16, V2.B16    // Use AES to compute the SBOX
    		EORW	R13, R4
    		LSLW	$1, R13           // Compute next Rcon
    		ANDSW	$0x100, R13, ZR
    		CSELW	NE, R14, R13, R13 // Fake modulo
    		SUBS	$1, R8
    		VMOV	V2.S[0], R0
    		EORW	R0, R4
    		EORW	R4, R5
    		EORW	R5, R6
    		EORW	R6, R7
    		STPW.P	(R4, R5), 8(R10)
    		STPW.P	(R6, R7), 8(R10)
    	BNE	ks128Loop
    	CBZ	R11, ksDone       // If dec is nil we are done
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  5. src/io/fs/readdir_test.go

    	// Test that ReadDir uses Open when the method is not present.
    	dirs, err = ReadDir(openOnly{testFsys}, ".")
    	check("openOnly", dirs, err)
    
    	// Test that ReadDir on Sub of . works (sub_test checks non-trivial subs).
    	sub, err := Sub(testFsys, ".")
    	if err != nil {
    		t.Fatal(err)
    	}
    	dirs, err = ReadDir(sub, ".")
    	check("sub(.)", dirs, err)
    }
    
    func TestFileInfoToDirEntry(t *testing.T) {
    	testFs := fstest.MapFS{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 27 16:25:41 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  6. tools/docker-builder/common.go

    // limitations under the License.
    
    package main
    
    import (
    	"fmt"
    	"strings"
    )
    
    func extractTags(a Args, target, variant string, hasDoubleDefault bool) []string {
    	tags := []string{}
    	for _, h := range a.Hubs {
    		for _, tg := range a.Tags {
    			if variant == DefaultVariant {
    				// For default, we have no suffix
    				tags = append(tags, fmt.Sprintf("%s/%s:%s%s", h, target, tg, a.suffix))
    			} else {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 26 13:23:41 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  7. tools/docker-builder/main.go

    	testenv "istio.io/istio/pkg/test/env"
    	"istio.io/istio/pkg/tracing"
    	"istio.io/istio/pkg/util/sets"
    	pkgversion "istio.io/istio/pkg/version"
    )
    
    func main() {
    	rootCmd.Flags().StringSliceVar(&globalArgs.Hubs, "hub", globalArgs.Hubs, "docker hub(s)")
    	rootCmd.Flags().StringSliceVar(&globalArgs.Tags, "tag", globalArgs.Tags, "docker tag(s)")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 26 13:23:41 UTC 2023
    - 10K bytes
    - Viewed (0)
  8. platforms/core-runtime/messaging/src/integTest/groovy/org/gradle/internal/remote/internal/hub/MessageHubIntegrationTest.groovy

    import java.util.concurrent.LinkedBlockingQueue
    
    @Timeout(60)
    class MessageHubIntegrationTest extends ConcurrentSpec {
        final Action<Throwable> errorHandler = Mock()
    
        def "can wire two hubs together"() {
            Dispatch<String> clientHandler = Mock()
            Dispatch<String> serverHandler = Mock()
            def server = new Participant()
            def client = new Participant()
            client.connectTo(server)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 9K bytes
    - Viewed (0)
  9. src/crypto/internal/nistec/p256_asm_arm64.s

    	MOVD	$-1, acc0
    	MOVD	p256const0<>(SB), acc1
    	MOVD	$0, acc2
    	MOVD	p256const1<>(SB), acc3
    	// Load the original value
    	LDP	0*16(a_ptr), (t0, t1)
    	LDP	1*16(a_ptr), (t2, t3)
    	// Speculatively subtract
    	SUBS	t0, acc0
    	SBCS	t1, acc1
    	SBCS	t2, acc2
    	SBC	t3, acc3
    	// If condition is 0, keep original value
    	CMP	$0, hlp0
    	CSEL	EQ, t0, acc0, acc0
    	CSEL	EQ, t1, acc1, acc1
    	CSEL	EQ, t2, acc2, acc2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  10. pkg/registry/rbac/role/registry.go

    )
    
    // Registry is an interface for things that know how to store Roles.
    type Registry interface {
    	GetRole(ctx context.Context, name string, options *metav1.GetOptions) (*rbacv1.Role, error)
    }
    
    // storage puts strong typing around storage calls
    type storage struct {
    	rest.Getter
    }
    
    // NewRegistry returns a new Registry interface for the given Storage. Any mismatched
    // types will panic.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 02:36:35 UTC 2019
    - 2K bytes
    - Viewed (0)
Back to top