Search Options

Results per page
Sort
Preferred Languages
Advance

Results 471 - 480 of 624 for outputs_ (0.15 sec)

  1. src/archive/tar/common.go

    			dst = append(dst, sparseEntry{Offset: pos, Length: end - pos})
    		}
    	}
    	return dst
    }
    
    // invertSparseEntries converts a sparse map from one form to the other.
    // If the input is sparseHoles, then it will output sparseDatas and vice-versa.
    // The input must have been already validated.
    //
    // This function mutates src and returns a normalized map where:
    //   - adjacent fragments are coalesced together
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Sep 13 21:03:27 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  2. src/main/resources/fess_label.properties

    labels.docId=Document ID
    labels.endTime=End Time
    labels.hq=hq
    labels.inputs=Source
    labels.jobLogging=Logging
    labels.jobName=Name
    labels.jobStatus=Status
    labels.labelTypeIds=Labels
    labels.lang=lang
    labels.outputs=Target
    labels.pos=POS
    labels.purgeJobLogDay=Purge Job Log Before
    labels.purgeUserInfoDay=Purge User Before
    labels.reading=Reading
    labels.roleTypeIds=Role ID
    labels.scriptData=Script
    labels.scriptResult=Result
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  3. docs/changelogs/changelog_2x.md

        when explicitly forbidden.
     *  Fix: Throw a `SSLPeerUnverifiedException` when host verification fails.
     *  Fix: MockWebServer explicitly closes sockets. (On some Android releases,
        closing the input stream and output stream of a socket is not sufficient.
     *  Fix: Buffer outgoing HTTP/2 frames to limit how many outgoing frames are
        created.
     *  Fix: Avoid crashing when cache writing fails due to a full disk.
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 26.6K bytes
    - Viewed (0)
  4. docs/em/docs/tutorial/sql-databases.md

    * โšซ๏ธ ๐Ÿšš ๐ŸŒ– ๐Ÿ“Ÿ & ๐Ÿ‘„ ๐ŸŒ… ๐Ÿ—.
    * ๐Ÿ› ๏ธ โœ”๏ธ `async` ๐Ÿ”ข.
        * ๐Ÿšฅ ๐Ÿ“ค ๐Ÿ“Ÿ โšซ๏ธ ๐Ÿ‘ˆ โœ”๏ธ "โŒ›" ๐Ÿ•ธ, โšซ๏ธ ๐Ÿ’ช "๐Ÿซ" ๐Ÿ‘† ๐Ÿˆธ ๐Ÿ“ค & ๐Ÿ“‰ ๐ŸŽญ ๐Ÿ–.
        * ๐Ÿ‘ โšซ๏ธ ๐ŸŽฒ ๐Ÿšซ ๐Ÿ“ถ โš  ๐Ÿ“ฅ โฎ๏ธ ๐ŸŒŒ `SQLAlchemy` ๐Ÿ‘ท.
        * โœ‹๏ธ ๐Ÿšฅ ๐Ÿ‘† ๐Ÿšฎ ๐ŸŒ– ๐Ÿ“Ÿ ๐Ÿ› ๏ธ ๐Ÿ‘ˆ โœ”๏ธ ๐Ÿ“š <abbr title="input and output">๐Ÿ‘ค/๐Ÿ…พ</abbr> โŒ›, โšซ๏ธ ๐Ÿ’ช โคด๏ธ โš .
    * ๐Ÿ› ๏ธ ๐Ÿƒ *๐Ÿ” * ๐Ÿ“จ.
        * , ๐Ÿ”— ๐Ÿ”œ โœ ๐Ÿ”  ๐Ÿ“จ.
        * ๐Ÿ•โ” *โžก ๐Ÿ› ๏ธ* ๐Ÿ‘ˆ ๐Ÿต ๐Ÿ‘ˆ ๐Ÿ“จ ๐Ÿšซ ๐Ÿ’ช ๐Ÿ’ฝ.
    
    /// tip
    
    โšซ๏ธ ๐ŸŽฒ ๐Ÿ‘ โš™๏ธ ๐Ÿ”— โฎ๏ธ `yield` ๐Ÿ•โ” ๐Ÿ‘ซ ๐Ÿฅƒ โš™๏ธ ๐Ÿ’ผ.
    
    ///
    
    /// info
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 25K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.17.md

    ### CLI
    - Fixed kubectl endpointslice output for get requests ([#82603](https://github.com/kubernetes/kubernetes/pull/82603), [@robscott](https://github.com/robscott))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (1)
  6. cmd/api-response.go

    			u.Path = path.Join(SlashSeparator, object)
    			break
    		}
    	}
    	return u.String()
    }
    
    // generates ListBucketsResponse from array of BucketInfo which can be
    // serialized to match XML and JSON API spec output.
    func generateListBucketsResponse(buckets []BucketInfo) ListBucketsResponse {
    	listbuckets := make([]Bucket, 0, len(buckets))
    	data := ListBucketsResponse{}
    	owner := Owner{
    		ID:          globalMinioDefaultOwnerID,
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 31 19:27:06 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.4.md

    * Fix Service Update on LoadBalancerSourceRanges Field ([#37720](https://github.com/kubernetes/kubernetes/pull/37720), [@freehan](https://github.com/freehan))
    * Include serial port output in GCP log-dump ([#37248](https://github.com/kubernetes/kubernetes/pull/37248), [@mtaufen](https://github.com/mtaufen))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  8. cmd/utils.go

    		r[k] = v
    	}
    	return r
    }
    
    // URI scheme constants.
    const (
    	httpScheme  = "http"
    	httpsScheme = "https"
    )
    
    // nopCharsetConverter is a dummy charset convert which just copies input to output,
    // it is used to ignore custom encoding charset in S3 XML body.
    func nopCharsetConverter(label string, input io.Reader) (io.Reader, error) {
    	return input, nil
    }
    
    // xmlDecoder provide decoded value in xml.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Aug 13 22:22:04 UTC 2024
    - 31.9K bytes
    - Viewed (0)
  9. tensorflow/BUILD

        cmd = select({
            "//tensorflow:windows": """
                  $(location @local_config_def_file_filter//:def_file_filter) \\
                  --input $(location :tensorflow_def_file) \\
                  --output $@
              """,
            "//conditions:default": "touch $@",  # Just a placeholder for Unix platforms
        }),
        tools = ["@local_config_def_file_filter//:def_file_filter"],
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 16 05:28:35 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.22.md

    - Fix a panic when using invalid output format in kubectl create secret command ([#107346](https://github.com/kubernetes/kubernetes/pull/107346), [@rikatz](https://github.com/rikatz)) [SIG CLI]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
Back to top