Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 53 of 53 for Option (0.14 sec)

  1. pkg/apis/core/v1/zz_generated.conversion.go

    	out.LastTimestamp = in.LastTimestamp
    	out.Count = in.Count
    	out.Type = in.Type
    	out.EventTime = in.EventTime
    	out.Series = (*core.EventSeries)(unsafe.Pointer(in.Series))
    	out.Action = in.Action
    	out.Related = (*core.ObjectReference)(unsafe.Pointer(in.Related))
    	out.ReportingController = in.ReportingController
    	out.ReportingInstance = in.ReportingInstance
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier_test.go

    	return true
    }
    
    // runChain runs the given packet through the rules in the given table and chain, updating
    // tracer's internal state accordingly. It returns true if it hits a terminal action.
    func (tracer *iptablesTracer) runChain(table utiliptables.Table, chain utiliptables.Chain, sourceIP, protocol, destIP, destPort string) bool {
    	c, _ := tracer.ipt.Dump.GetChain(table, chain)
    	if c == nil {
    		return false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="video/jpeg2000"/>
    
      <mime-type type="video/mj2">
        <sub-class-of type="image/x-jp2-container" />
        <acronym>MJ2</acronym>
        <_comment>JPEG 2000 Part 3 (Motion JPEG, MJ2)</_comment>
        <magic priority="50">
          <match value="0x0000000C6A5020200D0A870A" type="string" offset="0">
            <match value="0x6d6a7032" type="string" offset="20"/>
          </match>
        </magic>
    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