scfuncs.src (f53782eb) scfuncs.src (245212b4)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 2642 unchanged lines hidden (view full) ---

2651 {
2652 Text [ en-US ] = "Logical value " ;
2653 };
2654 String 3 // Description of Parameter 1
2655 {
2656 Text [ en-US ] = "Logical value 1, logical value 2;...are 1 to 30 conditions to be tested and each returns either TRUE or FALSE." ;
2657 };
2658 };
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 2642 unchanged lines hidden (view full) ---

2651 {
2652 Text [ en-US ] = "Logical value " ;
2653 };
2654 String 3 // Description of Parameter 1
2655 {
2656 Text [ en-US ] = "Logical value 1, logical value 2;...are 1 to 30 conditions to be tested and each returns either TRUE or FALSE." ;
2657 };
2658 };
2659
2660 // -=*# Resource for function XOR #*=-
2661 Resource SC_OPCODE_XOR
2662 {
2663 String 1 // Description
2664 {
2665 Text [ en-US ] = "Returns TRUE if exactly one of the arguments is TRUE." ;
2666 };
2667 ExtraData =
2668 {
2669 0;
2670 ID_FUNCTION_GRP_LOGIC;
2671 U2S( HID_FUNC_XOR );
2672 VAR_ARGS; 0;
2673 0;
2674 };
2675 String 2 // Name of Parameter 1
2676 {
2677 Text [ en-US ] = "Logical value " ;
2678 };
2679 String 3 // Description of Parameter 1
2680 {
2681 Text [ en-US ] = "Logical value 1, logical value 2,... are 1 to 30 conditions to be tested and which return either TRUE or FALSE." ;
2682 };
2683 };
2659 // -=*# Resource for function ABS #*=-
2660 Resource SC_OPCODE_ABS
2661 {
2662 String 1 // Description
2663 {
2664 Text [ en-US ] = "Absolute value of a number." ;
2665 };
2666 ExtraData =

--- 6416 unchanged lines hidden ---
2684 // -=*# Resource for function ABS #*=-
2685 Resource SC_OPCODE_ABS
2686 {
2687 String 1 // Description
2688 {
2689 Text [ en-US ] = "Absolute value of a number." ;
2690 };
2691 ExtraData =

--- 6416 unchanged lines hidden ---