Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 108 for emberi (0.06 sec)

  1. docs/hu/docs/index.md

    * **Gyorsan kódolható**: A funkciók fejlesztési sebességét 200-300 százalékkal megnöveli. *
    * **Kevesebb hiba**: Körülbelül 40%-al csökkenti az emberi (fejlesztői) hibák számát. *
    * **Intuitív**: Kiváló szerkesztő támogatás. <abbr title="más néven auto-complete, autocompletion, IntelliSense">Kiegészítés</abbr> mindenhol. Kevesebb hibakereséssel töltött idő.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  2. docs/en/data/members.yml

    members:
    - login: tiangolo
      avatar_url: https://avatars.githubusercontent.com/u/1326112
      url: https://github.com/tiangolo
    - login: Kludex
      avatar_url: https://avatars.githubusercontent.com/u/7353520
      url: https://github.com/Kludex
    - login: alejsdev
      avatar_url: https://avatars.githubusercontent.com/u/90076947
      url: https://github.com/alejsdev
    - login: svlandeg
      avatar_url: https://avatars.githubusercontent.com/u/8796347
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Oct 14 10:51:58 UTC 2024
    - 823 bytes
    - Viewed (0)
  3. docs/distributed/samples/bootstrap-complete.ldif

    cn: projecta
    description: Project A group members
    member: uid=dillon,ou=people,ou=swengg,dc=min,dc=io
    
    dn: cn=projectb,ou=groups,ou=swengg,dc=min,dc=io
    objectclass: groupofnames
    cn: projectb
    description: Project B group members
    member: uid=dillon,ou=people,ou=swengg,dc=min,dc=io
    member: uid=liza,ou=people,ou=swengg,dc=min,dc=io
    member: uid=fahim,ou=people,ou=swengg,dc=min,dc=io
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 12 15:59:00 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  4. docs/distributed/samples/bootstrap-partial.ldif

    objectclass: groupofnames
    cn: projectx
    description: Project X group members
    member: uid=alice1,ou=people,ou=hwengg,dc=min,dc=io
    member: uid=bobfisher,ou=people,ou=hwengg,dc=min,dc=io
    
    dn: cn=projecty,ou=groups,ou=hwengg,dc=min,dc=io
    objectclass: groupofnames
    cn: projecty
    description: Project Y group members
    member: uid=bobfisher,ou=people,ou=hwengg,dc=min,dc=io
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 12 15:59:00 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  5. cmd/iam-store.go

    		// exist.
    		gi = newGroupInfo(members)
    	} else {
    		gi.Members = set.CreateStringSet(append(gi.Members, members...)...).ToSlice()
    		gi.UpdatedAt = UTCNow()
    	}
    
    	if err := store.saveGroupInfo(ctx, group, gi); err != nil {
    		return updatedAt, err
    	}
    
    	cache.iamGroupsMap[group] = gi
    
    	// update user-group membership map
    	for _, member := range members {
    		gset := cache.iamUserGroupMemberships[member]
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Oct 14 16:35:37 UTC 2024
    - 83.2K bytes
    - Viewed (0)
  6. docs/en/docs/tutorial/path-params.md

    <img src="/img/tutorial/path-params/image03.png">
    
    ### Working with Python *enumerations*
    
    The value of the *path parameter* will be an *enumeration member*.
    
    #### Compare *enumeration members*
    
    You can compare it with the *enumeration member* in your created enum `ModelName`:
    
    ```Python hl_lines="17"
    {!../../docs_src/path_params/tutorial005.py!}
    ```
    
    #### Get the *enumeration value*
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  7. docs/es/docs/tutorial/path-params.md

    <img src="/img/tutorial/path-params/image03.png">
    
    ### Trabajando con los *enumerations* de Python
    
    El valor del *parámetro de path* será un *enumeration member*.
    
    #### Compara *enumeration members*
    
    Puedes compararlo con el *enumeration member* en el enum (`ModelName`) que creaste:
    
    ```Python hl_lines="17"
    {!../../docs_src/path_params/tutorial005.py!}
    ```
    
    #### Obtén el *enumeration value*
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  8. docs/en/mkdocs.yml

      # social:
      # Other plugins
      macros:
        include_yaml:
        - external_links: ../en/data/external_links.yml
        - github_sponsors: ../en/data/github_sponsors.yml
        - people: ../en/data/people.yml
        - members: ../en/data/members.yml
        - sponsors_badge: ../en/data/sponsors_badge.yml
        - sponsors: ../en/data/sponsors.yml
      redirects:
        redirect_maps:
          deployment/deta.md: deployment/cloud.md
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Oct 22 20:28:02 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  9. docs/en/docs/management-tasks.md

    These are the tasks that can be performed to manage the FastAPI repository by [team members](./fastapi-people.md#team){.internal-link target=_blank}.
    
    /// tip
    
    This section is useful only to a handful of people, team members with permissions to manage the repository. You can probably skip it. 😉
    
    ///
    
    ...so, you are a [team member of FastAPI](./fastapi-people.md#team){.internal-link target=_blank}? Wow, you are so cool! 😎
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Aug 16 21:56:33 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/collect/HashMultisetTest.java

      }
    
      @J2ktIncompatible
      @GwtIncompatible // Only used by @GwtIncompatible code
      private static class MultisetHolder implements Serializable {
        public Multiset<?> member;
    
        MultisetHolder(Multiset<?> multiset) {
          this.member = multiset;
        }
    
        private static final long serialVersionUID = 1L;
      }
    
      @J2ktIncompatible
      @GwtIncompatible // SerializableTester
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:05:46 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top