Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 711 - 720 of 891 for ADMIN$ (0.08 seconds)

  1. scripts/tests/test_translation_fixer/test_complex_doc/data/translated_doc_expected.md

    {* ../../docs_src/bigger_applications/app_an_py310/routers/users.py hl[1,3] title["app/routers/users.py"] *}
    
    {* ../../docs_src/bigger_applications/app_an_py310/internal/admin.py hl[3] title["app/internal/admin.py"] *}
    
    ## Включения кода с неизвестными атрибутами { #code-includes-with-unknown-attributes }
    
    {* ../../docs_src/python_types/tutorial001_py310.py unknown[123] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 08:08:04 GMT 2026
    - 10.9K bytes
    - Click Count (0)
  2. scripts/tests/test_translation_fixer/test_code_includes/data/en_doc.md

    # Header
    
    {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[19:21] *}
    
    Some text
    
    {* ../../docs_src/bigger_applications/app_an_py310/internal/admin.py hl[3] title["app/internal/admin.py"] *}
    
    Some more text
    
    {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[30:38] hl[31:33] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 08:08:04 GMT 2026
    - 314 bytes
    - Click Count (0)
  3. scripts/tests/test_translation_fixer/test_code_includes/data/translated_doc_number_lt.md

    # Header
    
    {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[19:21] *}
    
    Some text
    
    {* ../../docs_src/bigger_applications/app_an_py310/internal/admin.py hl[3] title["app/internal/admin.py"] *}
    
    Some more text
    
    ...
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 08:08:04 GMT 2026
    - 240 bytes
    - Click Count (0)
  4. docs/uk/docs/tutorial/bigger-applications.md

    Таким чином, вихідний `APIRouter` залишиться без змін, тож ми все ще зможемо спільно використовувати той самий файл `app/internal/admin.py` з іншими проєктами в організації.
    
    У результаті в нашому застосунку кожна з *операцій шляху* з модуля `admin` матиме:
    
    * Префікс `/admin`.
    * Мітку `admin`.
    * Залежність `get_token_header`.
    * Відповідь `418`. 🍵
    
    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)
  5. scripts/tests/test_translation_fixer/test_code_includes/data/translated_doc_number_gt.md

    # Header
    
    {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[19:21] *}
    
    Some text
    
    {* ../../docs_src/bigger_applications/app_an_py310/internal/admin.py hl[3] title["app/internal/admin.py"] *}
    
    Some more text
    
    {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[30:38] hl[31:33] *}
    
    And even more text
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 08:08:04 GMT 2026
    - 370 bytes
    - Click Count (0)
  6. docs/fr/docs/tutorial/bigger-applications.md

    De cette façon, le `APIRouter` original restera inchangé, afin que nous puissions toujours partager ce même fichier `app/internal/admin.py` avec d'autres projets de l'organisation.
    
    Le résultat est que, dans notre application, chacun des *chemins d'accès* du module `admin` aura :
    
    * Le préfixe `/admin`.
    * Le tag `admin`.
    * La dépendance `get_token_header`.
    * La réponse `418`. 🍵
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 21.4K bytes
    - Click Count (0)
  7. docs/es/docs/tutorial/bigger-applications.md

    De esa manera, el `APIRouter` original permanecerá sin modificar, por lo que aún podemos compartir ese mismo archivo `app/internal/admin.py` con otros proyectos en la organización.
    
    El resultado es que, en nuestra app, cada una de las *path operations* del módulo `admin` tendrá:
    
    * El prefix `/admin`.
    * El tag `admin`.
    * La dependencia `get_token_header`.
    * La response `418`. 🍵
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 20.2K bytes
    - Click Count (0)
  8. docs/pt/docs/tutorial/bigger-applications.md

    Dessa forma, o `APIRouter` original permanecerá inalterado, para que possamos compartilhar o mesmo arquivo `app/internal/admin.py` com outros projetos na organização.
    
    O resultado é que em nosso aplicativo, cada uma das *operações de rota* do módulo `admin` terá:
    
    * O prefixo `/admin`.
    * A tag `admin`.
    * A dependência `get_token_header`.
    * A resposta `418`. 🍵
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 20.3K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/app/web/api/admin/labeltype/SearchBody.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.api.admin.labeltype;
    
    import org.codelibs.fess.app.web.api.admin.BaseSearchBody;
    
    /**
     * Search request body for label type administration API.
     */
    public class SearchBody extends BaseSearchBody {
    
        /**
         * Default constructor.
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 1K bytes
    - Click Count (0)
  10. src/main/java/org/codelibs/fess/app/web/api/admin/relatedcontent/CreateBody.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.api.admin.relatedcontent;
    
    import org.codelibs.fess.app.web.admin.relatedcontent.CreateForm;
    
    /**
     * Request body for creating related content via REST API.
     * Extends CreateForm to inherit validation and field definitions.
     */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 1021 bytes
    - Click Count (0)
Back to Top