Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1071 - 1080 of 1,156 for html5 (0.02 sec)

  1. docs/em/docs/async.md

    ### โœ ๐Ÿ‘† ๐Ÿ‘ ๐Ÿ” ๐Ÿ“Ÿ
    
    ๐Ÿ’ƒ (&amp; **FastAPI**) โš“๏ธ ๐Ÿ”› <a href="https://anyio.readthedocs.io/en/stable/" class="external-link" target="_blank">AnyIO</a>, โ” โš’ โšซ๏ธ ๐Ÿ”— โฎ๏ธ ๐Ÿ‘ฏโ€โ™‚๏ธ ๐Ÿ ๐Ÿฉ ๐Ÿ—ƒ <a href="https://docs.python.org/3/library/asyncio-task.html" class="external-link" target="_blank">โœณ</a> &amp; <a href="https://trio.readthedocs.io/en/stable/" class="external-link" target="_blank">๐ŸŽป</a>.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  2. docs/en/data/external_links.yml

    api-key-authentication-122dc5975680 title: 'FastAPI authentication revisited: Enabling API key authentication' - author: Nick Cortale author_link: https://nickc1.github.io/ link: https://nickc1.github.io/api,/scikit-learn/2019/01/10/scikit-fastapi.html title: 'FastAPI and Scikit-Learn: Easily Deploy Models' - author: Errieta Kostala author_link: https://dev.to/errietta link: https://dev.to/errietta/introduction-to-the-fastapi-python-framework-2n10 title: Introduction to the fastapi python framework...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Oct 24 18:39:34 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  3. LICENSE

    CDDL
    https://opensource.org/licenses/CDDL-1.0
    
    com.sun.xml.bind:jaxb-impl
    
    ------------------------------------------------------------------------------
    LGPL 2.1
    https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
    
    org.samba.jcifs:jcifs
    
    org.jetbrains.intellij.deps:trove4j
    
    ------------------------------------------------------------------------------
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Jan 23 11:07:23 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  4. docs/em/docs/tutorial/sql-databases.md

    <img src="/img/tutorial/sql-databases/image02.png">
    
    ๐Ÿ‘† ๐Ÿ’ช โš™๏ธ ๐Ÿ’ณ ๐Ÿ—„ ๐Ÿ–ฅ ๐Ÿ’– <a href="https://inloop.github.io/sqlite-viewer/" class="external-link" target="_blank">๐Ÿ—„ ๐Ÿ“‹</a> โš–๏ธ <a href="https://extendsclass.com/sqlite-browser.html" class="external-link" target="_blank">ExtendsClass</a>.
    
    ## ๐ŸŽ› ๐Ÿ’ฝ ๐ŸŽ‰ โฎ๏ธ ๐Ÿ› ๏ธ
    
    ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿšซ โš™๏ธ ๐Ÿ”— โฎ๏ธ `yield` - ๐Ÿ–ผ, ๐Ÿšฅ ๐Ÿ‘† ๐Ÿšซ โš™๏ธ **๐Ÿ 3๏ธโƒฃ.7๏ธโƒฃ** &amp; ๐Ÿ’ช ๐Ÿšซ โŽ "๐Ÿ›" ๐Ÿค” ๐Ÿ”› **๐Ÿ 3๏ธโƒฃ.6๏ธโƒฃ** - ๐Ÿ‘† ๐Ÿ’ช โš’ ๐Ÿ†™ ๐ŸŽ‰ "๐Ÿ› ๏ธ" ๐ŸŽ ๐ŸŒŒ.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 25K bytes
    - Viewed (0)
  5. docs/pt/docs/alternatives.md

    ร‰ bem acoplado com banco de dados relacional (como MySQL ou PostgreSQL), entรฃo, tendo um banco de dados NoSQL (como Couchbase, MongoDB, Cassandra etc) como a principal ferramenta de armazenamento nรฃo รฉ muito fรกcil.
    
    Foi criado para gerar HTML no _backend_, nรฃo para criar APIs utilizando um _frontend_ moderno (como React, Vue.js e Angular) ou por outros sistemas (como dispositivos <abbr title="Internet das Coisas">IoT</abbr>) comunicando com ele.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  6. migrator/migrator.go

    //	q := DB.Model(&User{})
    //	DB.Debug().Migrator().CreateView("user_view", gorm.ViewOption{Query: q, Replace: true, CheckOption: "WITH CHECK OPTION"})
    //
    // [subquery]: https://gorm.io/docs/advanced_query.html#SubQuery
    func (m Migrator) CreateView(name string, option gorm.ViewOption) error {
    	if option.Query == nil {
    		return gorm.ErrSubQueryRequired
    	}
    
    	sql := new(strings.Builder)
    	sql.WriteString("CREATE ")
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Fri Apr 26 07:15:49 UTC 2024
    - 29K bytes
    - Viewed (0)
  7. src/archive/tar/common.go

    var sysStat func(fi fs.FileInfo, h *Header, doNameLookups bool) error
    
    const (
    	// Mode constants from the USTAR spec:
    	// See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html#tag_20_92_13_06
    	c_ISUID = 04000 // Set uid
    	c_ISGID = 02000 // Set gid
    	c_ISVTX = 01000 // Save text (sticky bit)
    
    	// Common Unix mode constants; these are not defined in any common tar standard.
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Sep 13 21:03:27 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/storage/v1beta1/generated.proto

      //
      // For more information about implementing this mode, see
      // https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html
      // A driver can support one or more of these modes and
      // more modes may be added in the future.
      //
      // This field is immutable.
      //
      // +optional
      repeated string volumeLifecycleModes = 3;
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/helper/ViewHelper.java

                final String mimetype = DocumentUtil.getValue(document, fessConfig.getIndexFieldMimetype(), String.class);
                if (StringUtil.isNotBlank(mimetype)) {
                    switch (mimetype) {
                    case "text/html":
                        return appendHTMLSearchWord(document, url);
                    case "application/pdf":
                        return appendPDFSearchWord(document, url);
                    default:
                        break;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 40.2K bytes
    - Viewed (0)
  10. helm-releases/minio-3.4.1.tgz

    install ## users: ## Username, password and policy to be assigned to the user ## Default policies are [readonly|readwrite|writeonly|consoleAdmin|diagnostics] ## Add new policies as explained here https://docs.min.io/docs/minio-multi-user-quickstart-guide.html ## NOTE: this will fail if LDAP is enabled in your MinIO deployment ## make sure to disable this if you are using LDAP. - accessKey: console secretKey: console123 policy: consoleAdmin ## Additional Annotations for the Kubernetes Job makeUserJob makeUserJob:...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Dec 20 21:11:50 UTC 2021
    - 15.2K bytes
    - Viewed (0)
Back to top