Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 70 for MIT (0.16 sec)

  1. docs/de/docs/tutorial/security/simple-oauth2.md

    ```JSON
    {
      "detail": "Not authenticated"
    }
    ```
    
    ### Inaktiver Benutzer
    
    Versuchen Sie es nun mit einem inaktiven Benutzer und authentisieren Sie sich mit:
    
    Benutzer: `alice`.
    
    Passwort: `secret2`.
    
    Und versuchen Sie, die Operation `GET` mit dem Pfad `/users/me` zu verwenden.
    
    Sie erhalten die Fehlermeldung „Inactive user“:
    
    ```JSON
    {
      "detail": "Inactive user"
    }
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 18:08:44 GMT 2024
    - 14.3K bytes
    - Viewed (0)
  2. docs/de/docs/tutorial/handling-errors.md

    Wenn Sie die Exception zusammen mit denselben Default-Exceptionhandlern von **FastAPI** verwenden möchten, können Sie die Default-Exceptionhandler von `fastapi.Exception_handlers` importieren und wiederverwenden:
    
    ```Python hl_lines="2-5  15  21"
    {!../../../docs_src/handling_errors/tutorial006.py!}
    ```
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 20:28:29 GMT 2024
    - 10.6K bytes
    - Viewed (0)
  3. licenses/sigs.k8s.io/yaml/LICENSE

    # The forked go-yaml.v3 library under this project is covered by two
    different licenses (MIT and Apache):
    
    #### MIT License ####
    
    The following files were ported to Go from C files of libyaml, and thus
    are still covered by their original MIT license, with the additional
    copyright staring in 2011 when the project was ported over:
    
        apic.go emitterc.go parserc.go readerc.go scannerc.go
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Oct 31 19:53:28 GMT 2023
    - 15.8K bytes
    - Viewed (0)
  4. src/main/resources/fess_message_de.properties

    success.job_stopped=Aufgabe beendet ({0}).
    success.upload_synonym_file=Synonym-Datei hochgeladen.
    success.upload_kuromoji_file=Kuromoji-Datei hochgeladen.
    success.upload_elevate_word=Datei mit zusätzlichen Wörtern hochgeladen.
    success.upload_bad_word=Datei mit verbotenen Wörtern hochgeladen.
    success.upload_mapping_file=Mapping-Datei hochgeladen.
    success.send_testmail=Testmail versendet.
    success.job_log_delete_all=Aufgabenprotokolle gelöscht.
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Oct 29 15:01:03 GMT 2019
    - 11.8K bytes
    - Viewed (0)
  5. licenses/github.com/klauspost/compress/LICENSE

       See the License for the specific language governing permissions and
       limitations under the License.
    
    ------------------
    
    Files: s2/cmd/internal/readahead/*
    
    The MIT License (MIT)
    
    Copyright (c) 2015 Klaus Post
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Nov 30 19:13:15 GMT 2021
    - 16.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_de.properties

    labels.scriptType=Executor
    labels.segmentation=Segmentierung
    labels.startTime=Startzeitpunkt
    labels.target=Ziel
    labels.token=Token
    labels.synonymFile=Datei mit Synonymen
    labels.elevateWordFile=Datei mit zusätzlichen Wörtern
    labels.badWordFile=Datei mit verbotenen Wörtern
    labels.mappingFile=Datei mit Zuordnung
    labels.boostExpr=Boost-Ausdruck
    labels.confirmPassword=Neues Passwort (bestätigen)
    labels.crawler=Crawler
    labels.crudMode=Modus
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  7. docs/de/docs/tutorial/dependencies/classes-as-dependencies.md

    In beiden Fällen wird sie haben:
    
    * Einen optionalen `q`-Query-Parameter, der ein `str` ist.
    * Einen `skip`-Query-Parameter, der ein `int` ist, mit einem Defaultwert `0`.
    * Einen `limit`-Query-Parameter, der ein `int` ist, mit einem Defaultwert `100`.
    
    In beiden Fällen werden die Daten konvertiert, validiert, im OpenAPI-Schema dokumentiert, usw.
    
    ## Verwendung
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 18:01:58 GMT 2024
    - 12.3K bytes
    - Viewed (0)
  8. docs/en/data/external_links.yml

        title: Domain-driven Design mit Python und FastAPI
      - author: Nico Axtmann
        author_link: https://twitter.com/_nicoax
        link: https://blog.codecentric.de/2019/08/inbetriebnahme-eines-scikit-learn-modells-mit-onnx-und-fastapi/
        title: Inbetriebnahme eines scikit-learn-Modells mit ONNX und FastAPI
      - author: Felix Schürmeyer
    Others
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Mar 21 20:57:27 GMT 2024
    - 21.3K bytes
    - Viewed (2)
  9. guava-tests/test/com/google/common/net/InternetDomainNameTest.java

              "foo.bar.co.il",
              "state.CA.us",
              "www.state.pa.us",
              "pvt.k12.ca.us",
              "www.google.com",
              "www4.yahoo.co.uk",
              "home.netscape.com",
              "web.MIT.edu",
              "foo.eDu.au",
              "utenti.blah.IT",
              "dominio.com.co");
    
      private static final ImmutableSet<String> NON_RS =
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Tue Mar 05 13:16:00 GMT 2024
    - 17.3K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/popper.min.js

    /*
     Copyright (C) Federico Zivolo 2019
     Distributed under the MIT License (license terms are at http://opensource.org/licenses/MIT).
    JavaScript
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 20.8K bytes
    - Viewed (0)
Back to top