Where to get a list of all Standard constants ?

 
Hello,
Where to get a list of all (absolutely all) upper case Standard constants ?

A lot are missing here: https://docs.mql4.com/constants
Exemple:
VAL_OPENPRICE
VAL_TICKET
VAL_STOPLOSS
TIME_DATE
TIME_MINUTES
SELECT_BY_POS
OP_BUY
OP_SELL
FILE_BIN
FILE_CSV
FILE_READ
FILE_WRITE

Thanks.