Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for desc2 (0.05 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	NETNSA_PID          = 0x2
    	NETNSA_FD           = 0x3
    	NETNSA_TARGET_NSID  = 0x4
    	NETNSA_CURRENT_NSID = 0x5
    )
    
    type XDPRingOffset struct {
    	Producer uint64
    	Consumer uint64
    	Desc     uint64
    	Flags    uint64
    }
    
    type XDPMmapOffsets struct {
    	Rx XDPRingOffset
    	Tx XDPRingOffset
    	Fr XDPRingOffset
    	Cr XDPRingOffset
    }
    
    type XDPUmemReg struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. 1 */
        String QUERY_FACET_FIELDS_min_doc_count = "query.facet.fields.min_doc_count";
    
        /** The key of the configuration. e.g. count.desc */
        String QUERY_FACET_FIELDS_SORT = "query.facet.fields.sort";
    
        /** The key of the configuration. e.g.  */
        String QUERY_FACET_FIELDS_MISSING = "query.facet.fields.missing";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
Back to top