Lines Matching full:or

10  * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
14 * all copies or substantial portions of the Software.
15 * - The Software is provided "as is", without warranty of any kind, express or
18 * authors or copyright holders be liable for any claim, damages or other
19 * liability, whether in an action of contract, tort or otherwise, arising from,
20 * out of or in connection with the Software or the use or other dealings in the
43 * The library provides functions to create a QR Code from text or binary data.
48 * - High level: Take the payload data and call qrcodegen_encodeText() or qrcodegen_encodeBinary().
50 * qrcodegen_encodeSegments() or qrcodegen_encodeSegmentsAdvanced().
118 // Always zero or positive. Not the same as the data's bit length.
140 // can store any single QR Code from version 1 to 25 (inclusive). The result fits in an int (or int…
164 * alphanumeric, or byte mode to encode the text.
166 * can hold any UTF-8 string up to 2953 bytes, or any alphanumeric string
167 * up to 4296 characters, or any digit string up to 7089 characters.
203 * QR Code creation succeeded, or false if the data is too long to fit in any version. The ECC level
210 * But the qrcode array must not overlap tempBuffer or any segment's data buffer.
218 …* Returns true if QR Code creation succeeded, or false if the data is too long to fit in the range…
223 * mask, or -1 to automatically choose an appropriate mask (which may be slow).
229 * But the qrcode array must not overlap tempBuffer or any segment's data buffer.
253 * - Returns SIZE_MAX on failure, i.e. numChars > INT16_MAX or
306 * for white or true for black. The top left corner has the coordinates (x=0, y=0).