Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 40 for favorited (0.67 sec)

  1. src/main/resources/fess_label_nl.properties

    labels.search_result_sort_click_count_asc=Klikken (oplopend)
    labels.search_result_sort_click_count_desc=Klikken (aflopend)
    labels.search_result_sort_favorite_count_asc=Favorieten (oplopend)
    labels.search_result_sort_favorite_count_desc=Favorieten (aflopend)
    labels.search_result_sort_multiple=Meerdere
    labels.search_result_size={0} bytes
    labels.search_result_created=Registratiedatum:
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  2. docs/es/docs/tutorial/first-steps.md

    También puedes retornar modelos de Pydantic (verás más sobre eso más adelante).
    
    Hay muchos otros objetos y modelos que serán automáticamente convertidos a JSON (incluyendo ORMs, etc). Intenta usar tus favoritos, es altamente probable que ya sean compatibles.
    
    ## Recapitulación
    
    * Importa `FastAPI`.
    * Crea una instancia `app`.
    * Escribe un **path operation decorator** usando decoradores como `@app.get("/")`.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 17:46:44 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  3. docs/en/docs/tutorial/first-steps.md

    You can also return Pydantic models (you'll see more about that later).
    
    There are many other objects and models that will be automatically converted to JSON (including ORMs, etc). Try using your favorite ones, it's highly probable that they are already supported.
    
    ## Recap { #recap }
    
    * Import `FastAPI`.
    * Create an `app` instance.
    * Write a **path operation decorator** using decorators like `@app.get("/")`.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 11K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: by Favorite Count (asc) */
        public static final String LABELS_search_result_sort_favorite_count_asc = "{labels.search_result_sort_favorite_count_asc}";
    
        /** The key of the message: by Favorite Count (desc) */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/helper/SearchHelper.java

                        .addSearchLog(params, DfTypeUtil.toLocalDateTime(requestedTime), queryId, query, params.getStartPosition(),
                                params.getPageSize(), queryResponseList);
            }
    
            // favorite
            if (fessConfig.isUserFavorite()) {
                ComponentUtil.getUserInfoHelper().storeQueryId(queryId, documentItems);
            }
    
        }
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 35.8K bytes
    - Viewed (0)
  6. docs/pt/docs/alternatives.md

    Isso resolveu o problema de ter que escrever YAML (outra sintaxe) dentro das _docstrings_ Python.
    
    Essa combinação de Flask, Flask-apispec com Marshmallow e Webargs foi meu _backend stack_ favorito até construir o **FastAPI**.
    
    Usando essa combinação levou a criação de vários geradores Flask _full-stack_. Há muitas _stacks_ que eu (e vários times externos) estou utilizando até agora:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  7. docs/es/docs/alternatives.md

    Esto resolvió tener que escribir YAML (otra sintaxis) dentro de docstrings de Python.
    
    Esta combinación de Flask, Flask-apispec con Marshmallow y Webargs fue mi stack de backend favorito hasta construir **FastAPI**.
    
    Usarlo llevó a la creación de varios generadores de full-stack para Flask. Estos son los principales stacks que yo (y varios equipos externos) hemos estado usando hasta ahora:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        boolean isIndexerClickCountEnabled();
    
        /**
         * Get the value for the key 'indexer.favorite.count.enabled'. <br>
         * The value is, e.g. true <br>
         * comment: Whether to enable favorite count tracking in the indexer.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  9. docs/en/docs/alternatives.md

    This solved having to write YAML (another syntax) inside of Python docstrings.
    
    This combination of Flask, Flask-apispec with Marshmallow and Webargs was my favorite backend stack until building **FastAPI**.
    
    Using it led to the creation of several Flask full-stack generators. These are the main stacks I (and several external teams) have been using up to now:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 23.6K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    beginning to feel a little worried.
    
      `Just about as much right,' said the Duchess, `as pigs have to fly;
    and the m--'
    
      But here, to Alice's great surprise, the Duchess's voice died
    away, even in the middle of her favourite word `moral,' and the
    arm that was linked into hers began to tremble.  Alice looked up,
    and there stood the Queen in front of them, with her arms folded,
    frowning like a thunderstorm.
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
Back to top