Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 176 for II (0.01 sec)

  1. internal/config/identity/openid/jwks_test.go

    	} else if len(jk.Keys) != 2 {
    		t.Fatalf("Expected 2 keys, got %d", len(jk.Keys))
    	}
    
    	keys := make([]crypto.PublicKey, len(jk.Keys))
    	for ii, jks := range jk.Keys {
    		var err error
    		keys[ii], err = jks.DecodePublicKey()
    		if err != nil {
    			t.Fatalf("Failed to decode key %d: %v", ii, err)
    		}
    	}
    
    	//nolint:gocritic
    	if key0, ok := keys[0].(*ecdsa.PublicKey); !ok {
    		t.Fatalf("Expected ECDSA key[0], got %T", keys[0])
    Registered: 2025-05-25 19:28
    - Last Modified: 2022-01-02 17:15
    - 9.8K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SID.java

            dst[ di++ ] = sid.sub_authority_count;
            System.arraycopy(sid.identifier_authority, 0, dst, di, 6);
            di += 6;
            for ( int ii = 0; ii < sid.sub_authority_count; ii++ ) {
                jcifs.util.Encdec.enc_uint32le(sid.sub_authority[ ii ], dst, di);
                di += 4;
            }
            return dst;
        }
    
        int type;
        String domainName = null;
        String acctName = null;
    Registered: 2025-05-25 00:10
    - Last Modified: 2018-07-01 13:12
    - 14.9K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/UniAddress.java

                            UniAddress[] addrs = new UniAddress[iaddrs.length];
                            for (int ii = 0; ii < iaddrs.length; ii++) {
                                addrs[ii] = new UniAddress(iaddrs[ii]);
                            }
                            return addrs; // Success
                        default:
                            throw new UnknownHostException( hostname );
    Registered: 2025-05-25 00:10
    - Last Modified: 2019-03-22 21:10
    - 16.2K bytes
    - Viewed (0)
  4. src/main/java/jcifs/netbios/NameServiceClientImpl.java

        }
    
    
        private static UniAddress[] wrapInetAddresses ( InetAddress[] iaddrs ) {
            UniAddress[] addrs = new UniAddress[iaddrs.length];
            for ( int ii = 0; ii < iaddrs.length; ii++ ) {
                addrs[ ii ] = new UniAddress(iaddrs[ ii ]);
            }
            return addrs;
        }
    
    
        private static UniAddress[] wrapNetbiosAddresses ( NetbiosAddress[] addr ) {
    Registered: 2025-05-25 00:10
    - Last Modified: 2022-08-14 14:26
    - 38.2K bytes
    - Viewed (0)
  5. apache-maven/src/main/appended-resources/licenses/EPL-2.0.txt

    "Contribution" means:
    
      a) in the case of the initial Contributor, the initial content
         Distributed under this Agreement, and
    
      b) in the case of each subsequent Contributor:
         i) changes to the Program, and
         ii) additions to the Program;
      where such changes and/or additions to the Program originate from
      and are Distributed by that particular Contributor. A Contribution
      "originates" from a Contributor if it was added to the Program by
    Registered: 2025-05-24 08:56
    - Last Modified: 2024-06-04 06:45
    - 13.9K bytes
    - Viewed (0)
  6. apache-maven/src/main/appended-resources/licenses/EPL-1.0.txt

    a) in the case of the initial Contributor, the initial code and documentation
    distributed under this Agreement, and
    
          b) in the case of each subsequent Contributor:
    
             i) changes to the Program, and
    
             ii) additions to the Program;
    
    where such changes and/or additions to the Program originate from and are
    distributed by that particular Contributor. A Contribution 'originates' from
    Registered: 2025-05-24 08:56
    - Last Modified: 2018-09-17 05:50
    - 11.1K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/smb1/SID.java

            dst[di++] = sid.sub_authority_count;
            System.arraycopy(sid.identifier_authority, 0, dst, di, 6);
            di += 6;
            for (int ii = 0; ii < sid.sub_authority_count; ii++) {
                jcifs.smb1.util.Encdec.enc_uint32le(sid.sub_authority[ii], dst, di);
                di += 4;
            }
            return dst;
        }
    
        int type;
        String domainName = null;
        String acctName = null;
    Registered: 2025-05-25 00:10
    - Last Modified: 2019-03-22 21:10
    - 26.6K bytes
    - Viewed (0)
  8. licenses/github.com/opencontainers/go-digest/LICENSE

          control with that entity. For the purposes of this definition,
          "control" means (i) the power, direct or indirect, to cause the
          direction or management of such entity, whether by contract or
          otherwise, or (ii) ownership of fifty percent (50%) or more of the
          outstanding shares, or (iii) beneficial ownership of such entity.
    
          "You" (or "Your") shall mean an individual or Legal Entity
    Registered: 2025-05-28 22:53
    - Last Modified: 2020-12-16 22:26
    - 10.5K bytes
    - Viewed (0)
  9. licenses/github.com/docker/cli/LICENSE

          control with that entity. For the purposes of this definition,
          "control" means (i) the power, direct or indirect, to cause the
          direction or management of such entity, whether by contract or
          otherwise, or (ii) ownership of fifty percent (50%) or more of the
          outstanding shares, or (iii) beneficial ownership of such entity.
    
          "You" (or "Your") shall mean an individual or Legal Entity
    Registered: 2025-05-28 22:53
    - Last Modified: 2021-07-30 04:02
    - 10.5K bytes
    - Viewed (0)
  10. LICENSES/vendor/github.com/containerd/errdefs/pkg/LICENSE

          control with that entity. For the purposes of this definition,
          "control" means (i) the power, direct or indirect, to cause the
          direction or management of such entity, whether by contract or
          otherwise, or (ii) ownership of fifty percent (50%) or more of the
          outstanding shares, or (iii) beneficial ownership of such entity.
    
          "You" (or "Your") shall mean an individual or Legal Entity
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-03-05 11:36
    - 10.7K bytes
    - Viewed (0)
Back to top