Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for CV (0.01 sec)

  1. statement.go

    			} else {
    				writer.WriteString("(NULL)")
    			}
    		case interface{ getInstance() *DB }:
    			cv := v.getInstance()
    
    			subdb := cv.Session(&Session{Logger: logger.Discard, DryRun: true}).getInstance()
    			if cv.Statement.SQL.Len() > 0 {
    				var (
    					vars = subdb.Statement.Vars
    					sql  = cv.Statement.SQL.String()
    				)
    
    				subdb.Statement.Vars = make([]interface{}, 0, len(vars))
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Thu Sep 04 13:13:16 UTC 2025
    - 20.8K bytes
    - Viewed (0)
  2. cmd/server-main.go

    	if err != nil {
    		return err
    	}
    
    	cfReader := bytes.NewReader(rd)
    
    	cv := config.ServerConfigVersion{}
    	if err = yaml.Unmarshal(rd, &cv); err != nil {
    		return err
    	}
    
    	switch cv.Version {
    	case "v1", "v2":
    	default:
    		return fmt.Errorf("unexpected version: %s", cv.Version)
    	}
    
    	cfCommon := config.ServerConfigCommon{}
    	if err = yaml.Unmarshal(rd, &cfCommon); err != nil {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue May 27 15:18:36 UTC 2025
    - 35.9K bytes
    - Viewed (4)
  3. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    cust.dev.thingdust.io
    cust.disrec.thingdust.io
    cust.prod.thingdust.io
    cust.retrosnub.co.uk
    cust.testing.thingdust.io
    custom.metacentrum.cz
    customer.mythic-beasts.com
    customer.speedpartner.de
    cutegirl.jp
    cv
    cv.ua
    cw
    cx
    cx.ua
    cy
    cy.eu.org
    cymru
    cyon.link
    cyon.site
    cyou
    cz
    cz.eu.org
    cz.it
    czeladz.pl
    czest.pl
    d.bg
    d.gv.vc
    d.se
    daa.jp
    dad
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  4. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

       * in a name which is a key in this map, it is a public suffix.
       */
      public static final ImmutableMap<String, PublicSuffixType> UNDER =
          TrieParser.parseTrie(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Aug 12 15:39:59 UTC 2025
    - 75.3K bytes
    - Viewed (1)
Back to top