Home
last modified time | relevance | path

Searched refs:command_keys (Results 1 – 25 of 60) sorted by relevance

123

/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dhandler_keyboard.cc86 command_keys[i] = false; in handler_keyboard()
499 command_keys[TOGGLE_POPUP_MENU] = in toggle_popup_menu()
501 command_keys[COMMAND_KEY_PAUSE] = command_keys[TOGGLE_POPUP_MENU]; in toggle_popup_menu()
515 if (command_keys[TOGGLE_POPUP_MENU]) in toggle_popup_menu()
550 command_keys[DISABLE_TIMER] = false; in read_events()
551 command_keys[VOLUME_DOWN] = false; in read_events()
552 command_keys[VOLUME_UP] = false; in read_events()
1020 command_keys[TOGGLE_AUDIO] = false; in clear_command_keys()
1021 command_keys[TOGGLE_SOUND] = false; in clear_command_keys()
1022 command_keys[TOGGLE_MUSIC] = false; in clear_command_keys()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/python/mach/mach/commands/
H A Dcommandinfo.py22 def command_keys(self): member in BuiltinCommands
31 print("\n".join(sorted(self.command_keys)))
41 for command in sorted(self.command_keys):
62 all_commands = sorted(self.command_keys)
/dports/lang/spidermonkey60/firefox-60.9.0/python/mach/mach/commands/
H A Dcommandinfo.py20 def command_keys(self): member in BuiltinCommands
28 print("\n".join(self.command_keys))
38 for command in sorted(self.command_keys):
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mach/mach/commands/
H A Dcommandinfo.py20 def command_keys(self): member in BuiltinCommands
28 print("\n".join(self.command_keys))
38 for command in sorted(self.command_keys):
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/commands/
H A Dcommand_service.cc224 std::unique_ptr<base::DictionaryValue> command_keys( in AddKeybindingPref() local
226 command_keys->SetBoolean(kSuggestedKeyWasAssigned, true); in AddKeybindingPref()
229 suggested_key_prefs->Set(command_name, std::move(command_keys)); in AddKeybindingPref()
518 std::unique_ptr<base::DictionaryValue> command_keys( in UpdateExtensionSuggestedCommandPrefs() local
520 command_keys->SetString( in UpdateExtensionSuggestedCommandPrefs()
534 std::unique_ptr<base::DictionaryValue> command_keys( in UpdateExtensionSuggestedCommandPrefs() local
536 command_keys->SetString( in UpdateExtensionSuggestedCommandPrefs()
540 std::move(command_keys)); in UpdateExtensionSuggestedCommandPrefs()
546 std::unique_ptr<base::DictionaryValue> command_keys( in UpdateExtensionSuggestedCommandPrefs() local
548 command_keys->SetString( in UpdateExtensionSuggestedCommandPrefs()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/commands/
H A Dcommand_service.cc245 std::unique_ptr<base::DictionaryValue> command_keys( in AddKeybindingPref() local
247 command_keys->SetBoolean(kSuggestedKeyWasAssigned, true); in AddKeybindingPref()
250 suggested_key_prefs->Set(command_name, std::move(command_keys)); in AddKeybindingPref()
564 std::unique_ptr<base::DictionaryValue> command_keys( in UpdateExtensionSuggestedCommandPrefs() local
566 command_keys->SetString( in UpdateExtensionSuggestedCommandPrefs()
580 std::unique_ptr<base::DictionaryValue> command_keys( in UpdateExtensionSuggestedCommandPrefs() local
582 command_keys->SetString( in UpdateExtensionSuggestedCommandPrefs()
586 std::move(command_keys)); in UpdateExtensionSuggestedCommandPrefs()
592 std::unique_ptr<base::DictionaryValue> command_keys( in UpdateExtensionSuggestedCommandPrefs() local
594 command_keys->SetString( in UpdateExtensionSuggestedCommandPrefs()
[all …]
/dports/net/krill/krill-0.9.4/src/commons/eventsourcing/
H A Dstore.rs268 let command_keys = self.command_keys_ascending(&handle, &criteria)?; in recover() localVariable
269 info!("Processing {} commands for {}", command_keys.len(), handle); in recover()
270 for (counter, command_key) in command_keys.into_iter().enumerate() { in recover()
553 let command_keys = self.command_keys_ascending(id, &crit)?; in command_history() localVariable
557 None => command_keys.len(), in command_history()
564 for command_key in command_keys { in command_history()
726 let mut command_keys = vec![]; in command_keys_ascending() localVariable
732 command_keys.push(command_key); in command_keys_ascending()
741 command_keys.sort_by(|a, b| a.sequence.cmp(&b.sequence)); in command_keys_ascending()
743 Ok(command_keys) in command_keys_ascending()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/system/
H A Dufw.py304 command_keys = ['state', 'default', 'rule', 'logging']
331 required_one_of=([command_keys]),
415 commands = dict((key, params[key]) for key in command_keys if params[key])
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dufw.py325 command_keys = ['state', 'default', 'rule', 'logging']
357 required_one_of=([command_keys]),
441 commands = dict((key, params[key]) for key in command_keys if params[key])
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/system/
H A Dufw.py325 command_keys = ['state', 'default', 'rule', 'logging']
357 required_one_of=([command_keys]),
441 commands = dict((key, params[key]) for key in command_keys if params[key])
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c125 static const command_key command_keys[] = variable
162 for (ck = command_keys; ck->command; ck++) in on_key_press_event()
181 for (ck = command_keys; ck->key; ck++) in on_key_press_event()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c125 static const command_key command_keys[] = variable
162 for (ck = command_keys; ck->command; ck++) in on_key_press_event()
181 for (ck = command_keys; ck->key; ck++) in on_key_press_event()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c125 static const command_key command_keys[] = variable
162 for (ck = command_keys; ck->command; ck++) in on_key_press_event()
181 for (ck = command_keys; ck->key; ck++) in on_key_press_event()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c125 static const command_key command_keys[] = variable
162 for (ck = command_keys; ck->command; ck++) in on_key_press_event()
181 for (ck = command_keys; ck->key; ck++) in on_key_press_event()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c125 static const command_key command_keys[] = variable
162 for (ck = command_keys; ck->command; ck++) in on_key_press_event()
181 for (ck = command_keys; ck->key; ck++) in on_key_press_event()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c125 static const command_key command_keys[] = variable
162 for (ck = command_keys; ck->command; ck++) in on_key_press_event()
181 for (ck = command_keys; ck->key; ck++) in on_key_press_event()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c125 static const command_key command_keys[] = variable
162 for (ck = command_keys; ck->command; ck++) in on_key_press_event()
181 for (ck = command_keys; ck->key; ck++) in on_key_press_event()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c125 static const command_key command_keys[] = variable
162 for (ck = command_keys; ck->command; ck++) in on_key_press_event()
181 for (ck = command_keys; ck->key; ck++) in on_key_press_event()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c125 static const command_key command_keys[] = variable
162 for (ck = command_keys; ck->command; ck++) in on_key_press_event()
181 for (ck = command_keys; ck->key; ck++) in on_key_press_event()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c125 static const command_key command_keys[] = variable
162 for (ck = command_keys; ck->command; ck++) in on_key_press_event()
181 for (ck = command_keys; ck->key; ck++) in on_key_press_event()
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c125 static const command_key command_keys[] = variable
162 for (ck = command_keys; ck->command; ck++) in on_key_press_event()
181 for (ck = command_keys; ck->key; ck++) in on_key_press_event()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c125 static const command_key command_keys[] = variable
162 for (ck = command_keys; ck->command; ck++) in on_key_press_event()
181 for (ck = command_keys; ck->key; ck++) in on_key_press_event()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c125 static const command_key command_keys[] = variable
162 for (ck = command_keys; ck->command; ck++) in on_key_press_event()
181 for (ck = command_keys; ck->key; ck++) in on_key_press_event()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c125 static const command_key command_keys[] = variable
162 for (ck = command_keys; ck->command; ck++) in on_key_press_event()
181 for (ck = command_keys; ck->key; ck++) in on_key_press_event()
/dports/devel/geany-plugin-vc/geany-plugins-1.38/geanyextrasel/src/
H A Dextrasel.c125 static const command_key command_keys[] = variable
162 for (ck = command_keys; ck->command; ck++) in on_key_press_event()
181 for (ck = command_keys; ck->key; ck++) in on_key_press_event()

123