Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1021 - 1030 of 1,115 for defaulted (0.06 sec)

  1. cmd/erasure-metadata-utils.go

    		// Return the part's size
    		switch {
    		case int64(partIndex) < partsCount:
    			currPartSize = partSize
    		case int64(partIndex) == partsCount:
    			// Size of last part
    			currPartSize = totalSize % partSize
    		default:
    			currPartSize = 0
    		}
    	}
    	return currPartSize, nil
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  2. compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/reflection/MethodMap.java

                            // won't add it into the set of maximally specific
                            // methods
                            lessSpecific = true;
                            break;
    
                        default:
                    }
                }
    
                if (!lessSpecific) {
                    maximals.addLast(app);
                }
            }
    
            if (maximals.size() > 1) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  3. scripts/docs.py

        This only shows the actual translated files, not the placeholders created with
        build-all.
    
        Takes an optional LANG argument with the name of the language to serve, by default
        en.
        """
        # Enable line numbers during local development to make it easier to highlight
        if lang is None:
            lang = "en"
        lang_path: Path = docs_path / lang
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Oct 08 11:01:17 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  4. tests/table_test.go

    	if DB.Dialector.Name() != "postgres" {
    		return
    	}
    
    	type LongString struct {
    		ThisIsAVeryVeryVeryVeryVeryVeryVeryVeryVeryLongString string `gorm:"unique"`
    	}
    
    	t.Run("default", func(t *testing.T) {
    		db, _ := gorm.Open(postgres.Open(postgresDSN), &gorm.Config{})
    		user, err := schema.Parse(&LongString{}, &sync.Map{}, db.Config.NamingStrategy)
    		if err != nil {
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Sat Mar 09 09:31:28 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  5. docs/debugging/xl-meta/main.go

    					return nil, err
    				}
    				enc := json.NewEncoder(buf)
    				if err := enc.Encode(struct {
    					Versions []version
    				}{Versions: versions}); err != nil {
    					return nil, err
    				}
    				data = b
    			default:
    				return nil, fmt.Errorf("unknown metadata version %d", minor)
    			}
    
    			if c.Bool("data") {
    				b, err := data.json(true)
    				if err != nil {
    					return nil, err
    				}
    				buf = bytes.NewBuffer(b)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 05 11:57:44 UTC 2024
    - 40.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_message_fr.properties

    # ========================================================================================
    #                                                                        Framework Default
    #                                                                        =================
    # ----------------------------------------------------------
    #                                               Lasta Taglib
    #                                               ------------
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Feb 06 22:59:17 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  7. okhttp/src/main/kotlin/okhttp3/CertificatePinner.kt

            this.pins.add(Pin(pattern, pin))
          }
        }
    
        fun build(): CertificatePinner = CertificatePinner(pins.toSet())
      }
    
      companion object {
        @JvmField
        val DEFAULT = Builder().build()
    
        @JvmStatic
        fun X509Certificate.sha1Hash(): ByteString = publicKey.encoded.toByteString().sha1()
    
        @JvmStatic
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb1/netbios/NameServiceClient.java

            in  = new DatagramPacket( rcv_buf, RCV_BUF_SIZE );
    
            if( RO == null || RO.length() == 0 ) {
    
                /* No resolveOrder has been specified, use the
                 * default which is LMHOSTS,DNS,WINS,BCAST
                 * LMHOSTS,BCAST,DNS if jcifs.smb1.netbios.wins has not
                 * been specified.
                 */
    
                if( NbtAddress.getWINSAddress() == null ) {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 17.4K bytes
    - Viewed (0)
  9. tests/scan_test.go

    	if err != nil {
    		t.Errorf("No error should happen, got %v", err)
    	}
    
    	type NestedEmbeddedStruct struct {
    		NestedEmbeddedIntField            int
    		NestedEmbeddedIntFieldWithDefault int `gorm:"default:2"`
    	}
    
    	type EmbeddedStruct struct {
    		EmbeddedIntField     int
    		NestedEmbeddedStruct `gorm:"embedded"`
    	}
    
    	type EmbeddedPtrStruct struct {
    		EmbeddedPtrIntField   int
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Wed Jun 12 10:57:36 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  10. api/go1.19.txt

    pkg go/doc/comment, func DefaultLookupPackage(string) (string, bool) #51082
    pkg go/doc/comment, method (*DocLink) DefaultURL(string) string #51082
    pkg go/doc/comment, method (*Heading) DefaultID() string #51082
    pkg go/doc/comment, method (*List) BlankBefore() bool #51082
    pkg go/doc/comment, method (*List) BlankBetween() bool #51082
    pkg go/doc/comment, method (*Parser) Parse(string) *Doc #51082
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:29:41 UTC 2022
    - 17.9K bytes
    - Viewed (0)
Back to top