Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for ipp (0.02 sec)

  1. pilot/pkg/networking/util/util.go

    		}
    	}
    
    	return true
    }
    
    func toMaskedPrefix(c *core.CidrRange) (netip.Prefix, error) {
    	ipp, err := netip.ParsePrefix(c.AddressPrefix + "/" + strconv.Itoa(int(c.PrefixLen.GetValue())))
    	if err != nil {
    		log.Errorf("failed to parse CidrRange %v as IPNet: %v", c, err)
    	}
    
    	return ipp.Masked(), err
    }
    
    // meshconfig ForwardClientCertDetails and the Envoy config enum are off by 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  2. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/index",
    				"application/index.cmd",
    				"application/index.obj",
    				"application/index.response",
    				"application/index.vnd",
    				"application/iotp",
    				"application/ipp",
    				"application/isup",
    				"application/java-archive",
    				"application/vnd.android.package-archive",
    				"application/x-tika-java-enterprise-archive",
    				"application/x-tika-java-web-archive",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="[version]" type="string" offset="0" />
          <match value="[strings]" type="string" offset="0" />
        </magic>
      </mime-type>
    
      <mime-type type="application/iotp"/>
      <mime-type type="application/ipp"/>
      <mime-type type="application/isup"/>
    
      <mime-type type="application/java-archive">
        <_comment>Java Archive</_comment>
        <tika:link>http://en.wikipedia.org/wiki/.jar</tika:link>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top