hidother.src (0f94c4d7) hidother.src (a940b7f5)
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

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

484hidspecial HID_DAI_FUNC_DIFFMONTHS { HelpID = HID_DAI_FUNC_DIFFMONTHS; };
485hidspecial HID_DAI_FUNC_DIFFWEEKS { HelpID = HID_DAI_FUNC_DIFFWEEKS; };
486hidspecial HID_DAI_FUNC_DIFFYEARS { HelpID = HID_DAI_FUNC_DIFFYEARS; };
487hidspecial HID_DAI_FUNC_ROT13 { HelpID = HID_DAI_FUNC_ROT13; };
488
489hidspecial HID_FUNC_BITAND { HelpID = HID_FUNC_BITAND; };
490hidspecial HID_FUNC_BITOR { HelpID = HID_FUNC_BITOR; };
491hidspecial HID_FUNC_BITXOR { HelpID = HID_FUNC_BITXOR; };
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

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

484hidspecial HID_DAI_FUNC_DIFFMONTHS { HelpID = HID_DAI_FUNC_DIFFMONTHS; };
485hidspecial HID_DAI_FUNC_DIFFWEEKS { HelpID = HID_DAI_FUNC_DIFFWEEKS; };
486hidspecial HID_DAI_FUNC_DIFFYEARS { HelpID = HID_DAI_FUNC_DIFFYEARS; };
487hidspecial HID_DAI_FUNC_ROT13 { HelpID = HID_DAI_FUNC_ROT13; };
488
489hidspecial HID_FUNC_BITAND { HelpID = HID_FUNC_BITAND; };
490hidspecial HID_FUNC_BITOR { HelpID = HID_FUNC_BITOR; };
491hidspecial HID_FUNC_BITXOR { HelpID = HID_FUNC_BITXOR; };
492hidspecial HID_FUNC_BITLSHIFT { HelpID = HID_FUNC_BITLSHIFT; };
493hidspecial HID_FUNC_BITRSHIFT { HelpID = HID_FUNC_BITRSHIFT; };