Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 186 for gint (0.04 sec)

  1. src/net/mail/message_test.go

    				},
    				{
    					Name:    "Who?",
    					Address: "******@****.***",
    				},
    			},
    		},
    		{
    			`<******@****.***>, "Giant; \"Big\" Box" <******@****.***>`,
    			[]*Address{
    				{
    					Address: "******@****.***",
    				},
    				{
    					Name:    `Giant; "Big" Box`,
    					Address: "******@****.***",
    				},
    			},
    		},
    		// RFC 5322, Appendix A.6.1
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  2. docs/de/docs/advanced/behind-a-proxy.md

    In diesem Fall würde der ursprüngliche Pfad `/app` tatsächlich unter `/api/v1/app` bereitgestellt.
    
    Auch wenn Ihr gesamter Code unter der Annahme geschrieben ist, dass es nur `/app` gibt.
    
    ```Python hl_lines="6"
    {!../../../docs_src/behind_a_proxy/tutorial001.py!}
    ```
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:30:07 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. docs/de/docs/tutorial/query-params-str-validations.md

    !!! tip "Tipp"
        Verwenden Sie für neuen Code, und wann immer möglich, `Annotated`, wie oben erklärt. Es gibt mehrere Vorteile (unten erläutert) und keine Nachteile. 🍰
    
    So würden Sie `Query()` als Defaultwert Ihres Funktionsparameters verwenden, den Parameter `max_length` auf 50 gesetzt:
    
    === "Python 3.10+"
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 17:58:59 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  4. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtTypeInfoProvider.kt

    public typealias KtTypeInfoProviderMixIn = KaTypeInfoProviderMixIn
    
    public object DefaultTypeClassIds {
        public val UNIT: ClassId = ClassId.topLevel(StandardNames.FqNames.unit.toSafe())
        public val INT: ClassId = ClassId.topLevel(StandardNames.FqNames._int.toSafe())
        public val LONG: ClassId = ClassId.topLevel(StandardNames.FqNames._long.toSafe())
        public val SHORT: ClassId = ClassId.topLevel(StandardNames.FqNames._short.toSafe())
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 08:26:19 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modload/import.go

    		if e.importerVersion != "" {
    			version = "@" + e.importerVersion
    		}
    		hint = fmt.Sprintf("; to add:\n\tgo get%s %s%s", tFlag, e.importer, version)
    	}
    	return message + hint
    }
    
    func (e *ImportMissingSumError) ImportPath() string {
    	return e.importPath
    }
    
    type invalidImportError struct {
    	importPath string
    	err        error
    }
    
    func (e *invalidImportError) ImportPath() string {
    	return e.importPath
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 15:21:14 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  6. pkg/scheduler/scheduler_test.go

    					{PluginName: fakePod, QueueingHintFn: defaultQueueingHintFn}, // default queueing hint due to disabled feature gate.
    				},
    				{Resource: framework.Node, ActionType: framework.Add}: {
    					{PluginName: fakeNode, QueueingHintFn: defaultQueueingHintFn}, // default queueing hint due to disabled feature gate.
    				},
    				{Resource: framework.Node, ActionType: framework.UpdateNodeTaint}: {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 42K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go

    	SYS_DUP2                 = 90  // { int|sys||dup2(int from, int to); }
    	SYS_FCNTL                = 92  // { int|sys||fcntl(int fd, int cmd, ... void *arg); }
    	SYS_FSYNC                = 95  // { int|sys||fsync(int fd); }
    	SYS_SETPRIORITY          = 96  // { int|sys||setpriority(int which, id_t who, int prio); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  8. maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultWagonManager.java

            if (protocol == null) {
                throw new UnsupportedProtocolException("Unspecified protocol");
            }
    
            String hint = protocol.toLowerCase(java.util.Locale.ENGLISH);
    
            Wagon wagon;
            try {
                wagon = container.lookup(Wagon.class, hint);
            } catch (ComponentLookupException e) {
                throw new UnsupportedProtocolException(
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Sep 14 11:48:15 UTC 2023
    - 29.9K bytes
    - Viewed (0)
  9. tensorflow/c/eager/c_api.h

                                                     const TF_DataType* values,
                                                     int num_values);
    TF_CAPI_EXPORT extern void TFE_OpSetAttrShapeList(
        TFE_Op* op, const char* attr_name, const int64_t** dims,
        const int* num_dims, int num_values, TF_Status* out_status);
    TF_CAPI_EXPORT extern void TFE_OpSetAttrFunctionList(TFE_Op* op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 21:07:00 UTC 2023
    - 22.8K bytes
    - Viewed (0)
  10. pkg/kubelet/apis/config/types.go

    	MemoryManagerPolicy string
    	// TopologyManagerPolicy is the name of the policy to use.
    	TopologyManagerPolicy string
    	// TopologyManagerScope represents the scope of topology hint generation
    	// that topology manager requests and hint providers generate.
    	// Default: "container"
    	// +optional
    	TopologyManagerScope string
    	// TopologyManagerPolicyOptions is a set of key=value which allows to set extra options
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top