Home
last modified time | relevance | path

Searched refs:ACTIONS (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/tools/dev/
Dgm.py64 ACTIONS = { variable
420 impact = ACTIONS[action]
455 if word in ACTIONS:
473 elif word in ACTIONS:
482 impact = ACTIONS[action]
/third_party/python/Mac/PythonLauncher/English.lproj/MainMenu.nib/
Dclasses.nib5 ACTIONS = {showPreferences = id; };
/third_party/python/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/
Dclasses.nib5 ACTIONS = {"do_apply" = id; "do_filetype" = id; "do_reset" = id; };
/third_party/python/Mac/PythonLauncher/English.lproj/MyDocument.nib/
Dclasses.nib5 ACTIONS = {"do_apply" = id; "do_cancel" = id; "do_reset" = id; "do_run" = id; };
/third_party/cef/tools/
Dpatch_updater.py63 ACTIONS = Option.ACTIONS + ("extend",) variable in MultipleOption
/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.h33 enum ACTIONS { enum
/third_party/python/Lib/
Doptparse.py486 ACTIONS = ("store", variable in Option
635 elif self.action not in self.ACTIONS:
/third_party/python/Lib/test/
Dtest_optparse.py1067 ACTIONS = Option.ACTIONS + ("extend",) variable in TestExtendAddActions.MyOption
/third_party/python/Doc/library/
Doptparse.rst1957 .. attribute:: Option.ACTIONS
1959 All actions must be listed in ACTIONS.
1996 ACTIONS = Option.ACTIONS + ("extend",)