Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 624 for cong (0.02 sec)

  1. docs/en/docs/img/sponsors/kong-banner.png

    kong-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 30 13:28:20 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  2. docs/vi/docs/index.md

        * Tất cả những kiểm tra này cũng được áp dụng với các JSON lồng nhau.
    * Chuyển đổi tự động các JSON object đến và JSON object đi.
    * Tài liệu hóa mọi thứ với OpenAPI, tài liệu đó có thể được sử dụng bởi:
    
        * Các hệ thống tài liệu có thể tương tác.
        * Hệ thống sinh code tự động, cho nhiều ngôn ngữ lập trình.
    * Cung cấp trực tiếp 2 giao diện web cho tài liệu tương tác
    
    ---
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  3. src/packaging/common/systemd/fess.conf

    Kaoru FUZITA <******@****.***> 1449710642 +0900
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Dec 10 01:24:02 UTC 2015
    - 89 bytes
    - Viewed (0)
  4. src/packaging/common/systemd/sysctl/fess.conf

    Kaoru FUZITA <******@****.***> 1449710642 +0900
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Dec 10 01:24:02 UTC 2015
    - 47 bytes
    - Viewed (0)
  5. internal/event/target/testdata/contrib/nats_tls_client_cert.conf

    Harshavardhana <******@****.***> 1622584780 -0700
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 426 bytes
    - Viewed (0)
  6. .github/workflows/mint/nginx-1-node.conf

                          '"$http_user_agent" "$http_x_forwarded_for"';
    
        access_log  /var/log/nginx/access.log  main;
        sendfile        on;
        keepalive_timeout  65;
    
        # include /etc/nginx/conf.d/*.conf;
    
        upstream minio {
            server minio1:9000;
        }
    
        upstream console {
            ip_hash;
            server minio1:9001;
        }
    
        server {
            listen       9000;
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Mar 31 21:38:10 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  7. src/archive/tar/testdata/gnu-long-nul.tar

    Joe Tsai <******@****.***> 1442533177 -0700
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Aug 11 03:12:47 UTC 2017
    - 2.5K bytes
    - Viewed (0)
  8. cmd/common-main.go

    	ctxt.UserTimeout = ctx.Duration("conn-user-timeout")
    	ctxt.SendBufSize = ctx.Int("send-buf-size")
    	ctxt.RecvBufSize = ctx.Int("recv-buf-size")
    	ctxt.IdleTimeout = ctx.Duration("idle-timeout")
    	ctxt.UserTimeout = ctx.Duration("conn-user-timeout")
    
    	if conf := ctx.String("config"); len(conf) > 0 {
    		err = mergeServerCtxtFromConfigFile(conf, ctxt)
    	} else {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Sep 24 21:50:11 UTC 2024
    - 31.7K bytes
    - Viewed (0)
  9. apache-maven/src/assembly/maven/conf/maven.properties

    maven.installation.toolchains = ${maven.installation.conf}/toolchains.xml
    maven.user.toolchains         = ${maven.user.conf}/toolchains.xml
    
    #
    # Extensions
    #
    maven.installation.extensions = ${maven.installation.conf}/extensions.xml
    maven.project.extensions      = ${maven.project.conf}/extensions.xml
    maven.user.extensions         = ${maven.user.conf}/extensions.xml
    
    #
    # Maven central repository URL.
    #
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Tue Aug 27 21:11:04 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb/SmbTransportPoolImpl.java

            for ( SmbTransportImpl conn : this.connections ) {
                if ( conn.matches(address, port, localAddr, localPort, hostName)
                        && ( tc.getConfig().getSessionLimit() == 0 || conn.getNumSessions() < tc.getConfig().getSessionLimit() ) ) {
                    try {
                        if ( conn.isFailed() || ( connectedOnly && conn.isDisconnected() ) ) {
                            continue;
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Dec 20 14:09:34 UTC 2020
    - 12.5K bytes
    - Viewed (0)
Back to top