diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqhttpheader.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.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 |