Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for committed (0.22 sec)

  1. fastapi/routing.py

                    they will be included in the response, even if the value is the same
                    as the default.
    
                    When `True`, default values are omitted from the response.
    
                    Read more about it in the
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 170.1K bytes
    - Viewed (0)
  2. cmd/data-usage-cache_gen.go

    	}
    	if (zb0001Mask & 0x80) == 0 { // if not omitted
    		// string "rs"
    		o = append(o, 0xa2, 0x72, 0x73)
    		if z.ReplicationStats == nil {
    			o = msgp.AppendNil(o)
    		} else {
    			o, err = z.ReplicationStats.MarshalMsg(o)
    			if err != nil {
    				err = msgp.WrapError(err, "ReplicationStats")
    				return
    			}
    		}
    	}
    	if (zb0001Mask & 0x100) == 0 { // if not omitted
    		// string "ats"
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Mar 21 17:21:35 GMT 2024
    - 100.8K bytes
    - Viewed (0)
  3. fastapi/applications.py

                    they will be included in the response, even if the value is the same
                    as the default.
    
                    When `True`, default values are omitted from the response.
    
                    Read more about it in the
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 172.2K bytes
    - Viewed (0)
  4. api/maven-api-model/src/main/mdo/maven.mdo

              </association>
            </field>
            <field xdoc.separator="blank">
              <name>developers</name>
              <version>3.0.0+</version>
              <description>Describes the committers of a project.</description>
              <association>
                <type>Developer</type>
                <multiplicity>*</multiplicity>
              </association>
            </field>
            <field>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  5. cmd/storage-datatypes_gen.go

    				err = msgp.WrapError(err)
    				return
    			}
    		}
    	}
    	return
    }
    
    // EncodeMsg implements msgp.Encodable
    func (z *DeleteOptions) EncodeMsg(en *msgp.Writer) (err error) {
    	// check for omitted fields
    	zb0001Len := uint32(5)
    	var zb0001Mask uint8 /* 5 bits */
    	_ = zb0001Mask
    	if z.OldDataDir == "" {
    		zb0001Len--
    		zb0001Mask |= 0x10
    	}
    	// variable map header, size zb0001Len
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Apr 23 17:15:52 GMT 2024
    - 127.5K bytes
    - Viewed (0)
  6. doc/go1.17_spec.html

    	    <code>--</code>,
    	    <code>)</code>,
    	    <code>]</code>, or
    	    <code>}</code>
    	</li>
    </ul>
    </li>
    
    <li>
    To allow complex statements to occupy a single line, a semicolon
    may be omitted before a closing <code>")"</code> or <code>"}"</code>.
    </li>
    </ol>
    
    <p>
    To reflect idiomatic use, code examples in this document elide semicolons
    using these rules.
    </p>
    
    
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  7. cmd/metrics-v2.go

    	}
    	mg.RegisterRead(func(_ context.Context) (metrics []MetricV2) {
    		metrics = append(metrics, MetricV2{
    			Description:    getMinIOCommitMD(),
    			VariableLabels: map[string]string{"commit": CommitID},
    		})
    		metrics = append(metrics, MetricV2{
    			Description:    getMinIOVersionMD(),
    			VariableLabels: map[string]string{"version": Version},
    		})
    		return
    	})
    	return mg
    }
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 22:01:31 GMT 2024
    - 132.6K bytes
    - Viewed (0)
  8. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    goodyear
    
    // goog : 2014-11-20 Charleston Road Registry Inc.
    goog
    
    // google : 2014-07-24 Charleston Road Registry Inc.
    google
    
    // gop : 2014-01-16 Republican State Leadership Committee, Inc.
    gop
    
    // got : 2014-12-18 Amazon Registry Services, Inc.
    got
    
    // grainger : 2015-05-07 Grainger Registry Services, LLC
    grainger
    
    // graphics : 2013-09-13 Binky Moon, LLC
    graphics
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  9. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    s-pod-service/#dns-config # This does not apply to gateway pods as they typically need a different # set of DNS settings than the normal application pods (e.g., in # multicluster scenarios). # NOTE: If using templates, follow the pattern in the commented example below. #podDNSSearchNamespac: #- global #- "{{ valueOrDefault .DeploymentMeta.Namespace \"default\" }}.global" # Kubernetes >=v1.11.0 will create two PriorityClass, including system-cluster-critical and # system-node-critical, it is better...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
Back to top