Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 830 for generateGid (0.07 sec)

  1. docs/en/docs/tutorial/extra-data-types.md

    1. * In responses, the `set` will be converted to a `list`.
    2. * The generated schema will specify that the `set` values are unique (using JSON Schema's `uniqueItems`).
    3. * `bytes`:
    4. * Standard Python `bytes`.
    5. * In requests and responses will be treated as `str`.
    6. * The generated schema will specify that it's a `str` with `binary` "format".
    7. * `Decimal`:
    8. * Standard Python `Decimal`.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/TreeTraverser.java

    1. *
    2. * <p>No guarantees are made about the behavior of the traversal when nodes change while iteration
    3. * is in progress or when the iterators generated by {@link #children} are advanced.
    4. *
    5. * @deprecated Use {@link com.google.common.graph.Traverser#depthFirstPreOrder} instead, which has
    6. * the same behavior.
    7. */
    8. @Deprecated
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  3. docs/en/docs/advanced/path-operation-advanced-configuration.md

    1. }
    2. }
    3. }
    4. ```
    5.  
    6. ### Custom OpenAPI *path operation* schema
    7.  
    8. The dictionary in `openapi_extra` will be deeply merged with the automatically generated OpenAPI schema for the *path operation*.
    9.  
    10. So, you could add additional data to the automatically generated schema.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  4. docs/sts/ldap.go

    1. flag.StringVar(&ldapUsername, "u", "", "AD/LDAP Username")
    2. flag.StringVar(&ldapPassword, "p", "", "AD/LDAP Password")
    3. flag.BoolVar(&displayCreds, "d", false, "Only show generated credentials")
    4. flag.DurationVar(&expiryDuration, "e", 0, "Request a duration of validity for the generated credential")
    5. flag.StringVar(&bucketToList, "b", "", "Bucket to list (defaults to ldap username)")
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Aug 07 12:59:47 UTC 2024
    - 4K bytes
    - Viewed (0)
  5. dbflute_fess/_readme.txt

    1. manage.bat(sh) => 23 (generate):
    2. A execution command of Generate task
    3. which generates classes corresponding your tables,
    4. for example, entities, condition-beans to specified
    5. directories by DBFlute properties on "dfprop" directory.
    6.  
    7. Generated structures (directories and classes) are like this:
    8. /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    9. allcommon : classes bridging to DBFlute Runtime
    10. bsbhv : base behaviors
    11. bsentity : base entities
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Jul 04 22:46:31 UTC 2015
    - 2.5K bytes
    - Viewed (0)
  6. docs/en/docs/tutorial/body-fields.md

    1. ///
    2.  
    3. ## Add extra information
    4.  
    5. You can declare extra information in `Field`, `Query`, `Body`, etc. And it will be included in the generated JSON Schema.
    6.  
    7. You will learn more about adding extra information later in the docs, when learning to declare examples.
    8.  
    9. /// warning
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 27 17:01:18 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/MultimapBuilder.java

    1. *
    2. * <p>The generated multimaps are serializable if the key and value types are serializable, unless
    3. * stated otherwise in one of the configuration methods.
    4. *
    5. * @author Louis Wasserman
    6. * @param <K0> An upper bound on the key type of the generated multimap.
    7. * @param <V0> An upper bound on the value type of the generated multimap.
    8. * @since 16.0
    9. */
    10. @GwtCompatible
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  8. istioctl/pkg/workload/workload_test.go

    1. // proxyMetadata is nil, no metadata would be generated at all.
    2. func TestWorkloadEntryConfigureNilProxyMetadata(t *testing.T) {
    3. testdir := "testdata/vmconfig-nil-proxy-metadata"
    4. noClusterID := "failed to automatically determine the --clusterID"
    5.  
    6. t.Cleanup(func() {
    7. for k := range generated {
    8. os.Remove(path.Join(testdir, k))
    9. }
    10. })
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Aug 01 20:04:20 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  9. test-site/project/build.properties

    1. #Activator-generated Properties
    2. #Sun Apr 19 02:46:12 JST 2015
    3. template.uuid=f875d6f6-609b-4be0-b365-b1c501866eeb
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 132 bytes
    - Viewed (0)
  10. internal/config/identity/ldap/legacy.go

    1. UserDNSearchBaseDistName string `json:"userDNSearchBaseDN"`
    2. UserDNSearchBaseDistNames []string `json:"-"` // Generated field
    3. UserDNSearchFilter string `json:"userDNSearchFilter"`
    4.  
    5. // Group search parameters
    6. GroupSearchBaseDistName string `json:"groupSearchBaseDN"`
    7. GroupSearchBaseDistNames []string `json:"-"` // Generated field
    8. GroupSearchFilter string `json:"groupSearchFilter"`
    9.  
    10. // Lookup bind LDAP service account
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 08 05:12:36 UTC 2022
    - 2.2K bytes
    - Viewed (0)
Back to top