Bitwise Operators

mXparser – built-in bitwise operators Keyword Type Syntax Since Description @~ Bitwise operator @~a 4.0 Bitwise unary complement – Bitwise operator @& Bitwise operator a @& b 4.0 Bitwise and AND – Bitwise operator @^ Bitwise operator a @^ b 4.0 Bitwise exclusive or XOR – Bitwise operator @| Bitwise operator a @| b 4.0 Bitwise … Continue reading Bitwise Operators

Bitwise Operators

Case 1: Bitwise unary complement Case 2: Bitwise AND Case 3: Bitwise exclusive OR Case 4: Bitwise inclusive OR Case 5: Signed left shift Case 6: Signed right shift

Validating String Model

Case 1: To see generated descriptions by String Model Case 2: To see String Resources used Please analyze [VAL] and [DEF] tags – if [VAL] tag not present it means there is no translation for the given attribute and only default value is aplied.

Configuration of your own translation

String Model generated based on String Resources List of available options Case 1: Definition of text resources based on partial translation Case 2: Definition of text resources based on full translation

Accessing help programmatically

List of available options Case 1: Getting list of all keywords Case 2: Getting list of keywords under advanced search condition Case 3: Printing list of keywords

Exporting help in the JSON format

List of available options Case 1: Output with standard caption + advanced search Case 2: Output with user caption + advanced search Case 3: Output with no caption + advanced search

Exporting help in the TXT format

List of available options Case 1: Output with header and standard caption + advanced search Case 2: Output with header and user caption + advanced search Case 3: Output with no header and no caption + advanced search