Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 584 for Dagger (0.04 seconds)

  1. android/guava/src/com/google/common/eventbus/EventBus.java

        public void handleException(Throwable exception, SubscriberExceptionContext context) {
          Logger logger = logger(context);
          if (logger.isLoggable(Level.SEVERE)) {
            logger.log(Level.SEVERE, message(context), exception);
          }
        }
    
        private static Logger logger(SubscriberExceptionContext context) {
          return Logger.getLogger(EventBus.class.getName() + "." + context.getEventBus().identifier());
        }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Dec 21 03:10:51 GMT 2024
    - 12.7K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/util/concurrent/FluentFuture.java

     * use a framework. Frameworks automate the process, often adding features like monitoring,
     * debugging, and cancellation. Examples of frameworks include:
     *
     * <ul>
     *   <li><a href="https://dagger.dev/producers.html">Dagger Producers</a>
     * </ul>
     *
     * <h4>{@link java.util.concurrent.CompletableFuture} / {@link java.util.concurrent.CompletionStage}
     * </h4>
     *
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 23 19:19:10 GMT 2026
    - 19.8K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/core/log/Logger.java

         */
        public static synchronized Logger getLogger(final Class<?> clazz) {
            assertArgumentNotNull("clazz", clazz);
    
            if (!initialized) {
                initialize();
            }
            Logger logger = loggers.get(clazz);
            if (logger == null) {
                logger = new Logger(clazz);
                loggers.put(clazz, logger);
            }
            return logger;
        }
    
        /**
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Thu Feb 12 12:10:45 GMT 2026
    - 13.5K bytes
    - Click Count (0)
  4. internal/logger/logger.go

    package logger
    
    import (
    	"context"
    	"encoding/hex"
    	"errors"
    	"fmt"
    	"go/build"
    	"io"
    	"os"
    	"path/filepath"
    	"reflect"
    	"runtime"
    	"sort"
    	"strings"
    	"time"
    
    	"github.com/minio/highwayhash"
    	"github.com/minio/madmin-go/v3"
    	"github.com/minio/madmin-go/v3/logger/log"
    	"github.com/minio/minio/internal/color"
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 12.4K bytes
    - Click Count (0)
  5. docs/en/docs/tutorial/bigger-applications.md

    # Bigger Applications - Multiple Files { #bigger-applications-multiple-files }
    
    If you are building an application or a web API, it's rarely the case that you can put everything in a single file.
    
    **FastAPI** provides a convenience tool to structure your application while keeping all the flexibility.
    
    /// info
    
    If you come from Flask, this would be the equivalent of Flask's Blueprints.
    
    ///
    
    ## An example file structure { #an-example-file-structure }
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 19.2K bytes
    - Click Count (0)
  6. docs/uk/docs/tutorial/bigger-applications.md

    # Більші застосунки - кілька файлів { #bigger-applications-multiple-files }
    
    Якщо ви створюєте застосунок або веб-API, рідко вдається вмістити все в один файл.
    
    **FastAPI** надає зручний інструмент для структурування вашого застосунку, зберігаючи всю гнучкість.
    
    /// info | Інформація
    
    Якщо ви прийшли з Flask, це еквівалент «Blueprints» у Flask.
    
    ///
    
    ## Приклад структури файлів { #an-example-file-structure }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 27.4K bytes
    - Click Count (0)
  7. docs/ru/docs/tutorial/bigger-applications.md

    # Большие приложения — несколько файлов { #bigger-applications-multiple-files }
    
    При построении приложения или веб-API нам редко удается поместить всё в один файл.
    
    **FastAPI** предоставляет удобный инструментарий, который позволяет нам структурировать приложение, сохраняя при этом всю необходимую гибкость.
    
    /// info | Примечание
    
    Если вы раньше использовали Flask, то это аналог шаблонов Flask (Flask's Blueprints).
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 29.7K bytes
    - Click Count (0)
  8. docs/zh-hant/docs/tutorial/bigger-applications.md

    # 更大型的應用程式 - 多個檔案 { #bigger-applications-multiple-files }
    
    如果你正在建置一個應用程式或 Web API,很少會把所有東西都放在單一檔案裡。
    
    FastAPI 提供了一個方便的工具,讓你在維持彈性的同時,幫你組織應用程式的結構。
    
    /// info | 資訊
    
    如果你來自 Flask,這相當於 Flask 的 Blueprints。
    
    ///
    
    ## 範例檔案結構 { #an-example-file-structure }
    
    假設你有如下的檔案結構:
    
    ```
    .
    ├── app
    │   ├── __init__.py
    │   ├── main.py
    │   ├── dependencies.py
    │   └── routers
    │   │   ├── __init__.py
    │   │   ├── items.py
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 18.7K bytes
    - Click Count (0)
  9. docs/de/docs/tutorial/bigger-applications.md

    # Größere Anwendungen – mehrere Dateien { #bigger-applications-multiple-files }
    
    Wenn Sie eine Anwendung oder eine Web-API erstellen, ist es selten der Fall, dass Sie alles in einer einzigen Datei unterbringen können.
    
    **FastAPI** bietet ein praktisches Werkzeug zur Strukturierung Ihrer Anwendung bei gleichzeitiger Wahrung der Flexibilität.
    
    /// info | Info
    
    Wenn Sie von Flask kommen, wäre dies das Äquivalent zu Flasks Blueprints.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 21.9K bytes
    - Click Count (0)
  10. docs/ko/docs/tutorial/bigger-applications.md

    # 더 큰 애플리케이션 - 여러 파일 { #bigger-applications-multiple-files }
    
    애플리케이션이나 웹 API를 만들 때, 모든 것을 하나의 파일에 담을 수 있는 경우는 드뭅니다.
    
    **FastAPI**는 모든 유연성을 유지하면서도 애플리케이션을 구조화할 수 있게 해주는 편리한 도구를 제공합니다.
    
    /// info | 정보
    
    Flask를 사용해 보셨다면, 이는 Flask의 Blueprints에 해당하는 개념입니다.
    
    ///
    
    ## 예시 파일 구조 { #an-example-file-structure }
    
    다음과 같은 파일 구조가 있다고 해봅시다:
    
    ```
    .
    ├── app
    │   ├── __init__.py
    │   ├── main.py
    │   ├── dependencies.py
    │   └── routers
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 21.5K bytes
    - Click Count (0)
Back to Top