hidother.src (97a44619) | hidother.src (0f94c4d7) |
---|---|
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 --- 472 unchanged lines hidden (view full) --- 481hidspecial HID_DAI_FUNC_DAYSINMONTH { HelpID = HID_DAI_FUNC_DAYSINMONTH; }; 482hidspecial HID_DAI_FUNC_DAYSINYEAR { HelpID = HID_DAI_FUNC_DAYSINYEAR; }; 483hidspecial HID_DAI_FUNC_WEEKSINYEAR { HelpID = HID_DAI_FUNC_WEEKSINYEAR; }; 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 | 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 --- 472 unchanged lines hidden (view full) --- 481hidspecial HID_DAI_FUNC_DAYSINMONTH { HelpID = HID_DAI_FUNC_DAYSINMONTH; }; 482hidspecial HID_DAI_FUNC_DAYSINYEAR { HelpID = HID_DAI_FUNC_DAYSINYEAR; }; 483hidspecial HID_DAI_FUNC_WEEKSINYEAR { HelpID = HID_DAI_FUNC_WEEKSINYEAR; }; 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; }; |
|