diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqhttpheader.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.tar.gz tqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqhttpheader.html')
| -rw-r--r-- | doc/html/tqhttpheader.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqhttpheader.html b/doc/html/tqhttpheader.html index c5d5c9d07..633354d3f 100644 --- a/doc/html/tqhttpheader.html +++ b/doc/html/tqhttpheader.html @@ -126,24 +126,24 @@ Returns the value of the special HTTP header field <tt>content-type</tt>. <h3 class=fn>bool <a name="hasContentLength"></a>TQHttpHeader::hasContentLength () const </h3> -Returns TRUE if the header has an entry for the special HTTP -header field <tt>content-length</tt>; otherwise returns FALSE. +Returns true if the header has an entry for the special HTTP +header field <tt>content-length</tt>; otherwise returns false. <p> <p>See also <a href="#contentLength">contentLength</a>() and <a href="#setContentLength">setContentLength</a>(). <h3 class=fn>bool <a name="hasContentType"></a>TQHttpHeader::hasContentType () const </h3> -Returns TRUE if the header has an entry for the the special HTTP -header field <tt>content-type</tt>; otherwise returns FALSE. +Returns true if the header has an entry for the the special HTTP +header field <tt>content-type</tt>; otherwise returns false. <p> <p>See also <a href="#contentType">contentType</a>() and <a href="#setContentType">setContentType</a>(). <h3 class=fn>bool <a name="hasKey"></a>TQHttpHeader::hasKey ( const <a href="tqstring.html">TQString</a> & key ) const </h3> -Returns TRUE if the HTTP header has an entry with the given <em>key</em>; otherwise returns FALSE. +Returns true if the HTTP header has an entry with the given <em>key</em>; otherwise returns false. <p> <p>See also <a href="#value">value</a>(), <a href="#setValue">setValue</a>(), and <a href="#keys">keys</a>(). <h3 class=fn>bool <a name="isValid"></a>TQHttpHeader::isValid () const </h3> -Returns TRUE if the HTTP header is valid; otherwise returns FALSE. +Returns true if the HTTP header is valid; otherwise returns false. <p> A TQHttpHeader is invalid if it was created by parsing a malformed string. <h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="keys"></a>TQHttpHeader::keys () const |
