Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 253 for Berner (0.04 seconds)

  1. cmd/metacache-server-pool.go

    	}
    
    	// We have 2 cases:
    	// 1) Cold listing, just list.
    	// 2) Returning, but with no id. Start async listing.
    	// 3) Returning, with ID, stream from list.
    	//
    	// If we don't have a list id we must ask the server if it has a cache or create a new.
    	if o.ID != "" && !o.Transient {
    		// Create or ping with handout...
    		rpc := globalNotificationSys.restClientFromHash(pathJoin(o.Bucket, o.Prefix))
    		var c *metacache
    		if rpc == nil {
    Created: 2026-04-05 19:28
    - Last Modified: 2025-09-28 20:59
    - 12.9K bytes
    - Click Count (0)
  2. compat/maven-model-builder/src/main/java/org/apache/maven/model/inheritance/DefaultInheritanceAssembler.java

     */
    @SuppressWarnings({"checkstyle:methodname"})
    @Named
    @Singleton
    @Deprecated(since = "4.0.0")
    public class DefaultInheritanceAssembler implements InheritanceAssembler {
    
        private InheritanceModelMerger merger = new InheritanceModelMerger();
    
        private static final String CHILD_DIRECTORY = "child-directory";
    
        private static final String CHILD_DIRECTORY_PROPERTY = "project.directory";
    
        @Override
    Created: 2026-04-05 03:35
    - Last Modified: 2025-07-23 17:27
    - 13.4K bytes
    - Click Count (0)
  3. docs/fr/docs/tutorial/dependencies/dependencies-with-yield.md

    ///
    
    ## Créer une dépendance de base de données avec `yield` { #a-database-dependency-with-yield }
    
    Par exemple, vous pouvez l'utiliser pour créer une session de base de données et la fermer après la fin.
    
    Seul le code précédant et incluant l'instruction `yield` est exécuté avant la création de la réponse :
    
    {* ../../docs_src/dependencies/tutorial007_py310.py hl[2:4] *}
    
    Created: 2026-04-05 07:19
    - Last Modified: 2026-03-19 18:37
    - 13.9K bytes
    - Click Count (0)
  4. android/guava/src/com/google/common/io/ByteStreams.java

       *       then sequentially accessing it could result in other processes dying. This is solvable
       *       via madvise(2), but that obviously doesn't exist in java.
       *   <li>Ordinary copy. Kernel copies bytes into a kernel buffer, from a kernel buffer into a
       *       userspace buffer (byte[] or ByteBuffer), then copies them from that buffer into the
       *       destination channel.
       * </ol>
       *
    Created: 2026-04-03 12:43
    - Last Modified: 2026-03-23 21:06
    - 31.1K bytes
    - Click Count (0)
  5. cmd/erasure-server-pool-rebalance.go

    Klaus Post <******@****.***> 1759093161 +0200
    Created: 2026-04-05 19:28
    - Last Modified: 2025-09-28 20:59
    - 28.7K bytes
    - Click Count (0)
  6. cmd/erasure-server-pool-rebalance_gen_test.go

    Klaus Post <******@****.***> 1759093161 +0200
    Created: 2026-04-05 19:28
    - Last Modified: 2025-09-28 20:59
    - 11K bytes
    - Click Count (0)
  7. cmd/erasure-server-pool-decom_gen_test.go

    Klaus Post <******@****.***> 1759093161 +0200
    Created: 2026-04-05 19:28
    - Last Modified: 2025-09-28 20:59
    - 11K bytes
    - Click Count (0)
  8. cmd/erasure-server-pool-rebalance_gen.go

    Klaus Post <******@****.***> 1759093161 +0200
    Created: 2026-04-05 19:28
    - Last Modified: 2025-09-28 20:59
    - 26.8K bytes
    - Click Count (0)
  9. docs/de/docs/tutorial/security/simple-oauth2.md

    Die Spezifikation besagt auch, dass `username` und `password` als Formulardaten gesendet werden müssen (hier also kein JSON).
    
    ### `scope` { #scope }
    
    Ferner sagt die Spezifikation, dass der Client ein weiteres Formularfeld "`scope`" („Geltungsbereich“) senden kann.
    
    Created: 2026-04-05 07:19
    - Last Modified: 2026-03-19 17:58
    - 11.1K bytes
    - Click Count (0)
  10. docs/de/docs/tutorial/dependencies/dependencies-with-yield.md

    Wenn Sie einen `try`-Block in einer Abhängigkeit mit `yield` verwenden, empfangen Sie alle Exceptions, die bei Verwendung der Abhängigkeit geworfen wurden.
    
    Created: 2026-04-05 07:19
    - Last Modified: 2026-03-19 17:58
    - 14.4K bytes
    - Click Count (0)
Back to Top