Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 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. 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