Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for opad (0.02 sec)

  1. cmd/iam.go

    			} else {
    				authZInit = true
    			}
    			if authZPluginCfg.URL == nil {
    				opaCfg, err := opa.LookupConfig(s[config.PolicyOPASubSys][config.Default],
    					NewHTTPTransport(), xhttp.DrainBody)
    				if err != nil {
    					iamLogIf(ctx, fmt.Errorf("Unable to initialize AuthZPlugin from legacy OPA config: %w", err))
    				} else {
    					authZPluginCfg.URL = opaCfg.URL
    					authZPluginCfg.AuthToken = opaCfg.AuthToken
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 75.3K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbTransportImpl.java

                    off += 27;
                    resp.decode(buffer, 4);
                    /* EMC can send pad w/o data */
                    final int pad = r.getDataOffset() - off;
                    if (r.getByteCount() > 0 && pad > 0 && pad < 4) {
                        readn(this.in, buffer, 4 + off, pad);
                    }
    
                    if (r.getDataLength() > 0) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 69.8K bytes
    - Viewed (0)
  3. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

              "es&3opyt,dlawttim,?uo-rof,?s&iht-skorg,nd&-cimanyd,nyd,uolc,??tsrifyam,ysrab,zmurof,???g&el?n!am?ib???hwsohw?i!.&0pci,1pci,8302,a&minifed,tad-b,?b&altig,uhtig,?czh,d&etpyrcs.tneilc,raobelgaeb,uolcropav,?e&civedniser,don&ppad.sndnyd,repyh,?egipa,l&bbub.ndc,ej,?nilnigol,sufxob,t&i&beulb,snoehtnap,?newtu,ybeeb.saap,?varb,?g&n&alkrad,i&gatsniser.secived,tsoh&-br.etis,ytsoh,???ro??k&coregrof.di,orgn:.&as,ni,p&a,j,?su,u&a,e,??,ramytefasresworb,?lim?mo&c?n??n&aicisum,mtsp:.k...
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Aug 12 15:39:59 UTC 2025
    - 75.3K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/Iterators.java

        return partitionImpl(iterator, size, true);
      }
    
      private static <T extends @Nullable Object> UnmodifiableIterator<List<@Nullable T>> partitionImpl(
          Iterator<T> iterator, int size, boolean pad) {
        checkNotNull(iterator);
        checkArgument(size > 0);
        return new UnmodifiableIterator<List<@Nullable T>>() {
          @Override
          public boolean hasNext() {
            return iterator.hasNext();
          }
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 50.5K bytes
    - Viewed (0)
Back to top