Bitwise Operators

mXparser – built-in bitwise operators Keyword Type Syntax Since Description @~ Bitwise operator @~a 4.0 Bitwise unary complement (NOT) – Bitwise operator @& Bitwise operator a @& b 4.0 Bitwise and (AND) AND – Bitwise operator @^ Bitwise operator a @^ b 4.0 Bitwise exclusive or (XOR) XOR – Bitwise operator @| Bitwise operator a @| … 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 Case 7: Bitwise NAND, NOR, XOR (since v.6.0) Help content limited to query: ‘bitwise’ Keyword Type Syntax Since Description @~& Bitwise operator a @~& b 6.0 … Continue reading Bitwise Operators

mXparser in Portuguese

Case 1: Changing language to Portuguese Case 2: Help content in Portuguese Todo o conteúdo da ajuda. Palavra-chave Tipo Sintaxe Desde Descrição Literal numérico Número -2, 0.2, -002.1, 2.3e10, -.212, 1_2, 2_1_3, b1.111, b2.1001, h.af1,… 1.0 Literal numérico: Inteiro (Desde 1.0): 1, -2; Decimal (Desde 1.0): 0.2, -0.3, 1.2; Zero à esquerda (Desde 4.1): 001, … Continue reading mXparser in Portuguese

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