Source Context Failing checks
pair
.Blockly.Msg.LANG_DICTIONARIES_PAIR_TITLE
Add a pair to the dictionary.
.Blockly.Msg.LANG_DICTIONARIES_PAIR_TOOLTIP
key %1 value %2
.Blockly.Msg.LANG_DICTIONARIES_PAIR_INPUT
Creates a pair with the key and value provided.
.Blockly.Msg.LANG_DICTIONARIES_MAKE_PAIR_TOOLTIP
make a pair
.Blockly.Msg.LANG_DICTIONARIES_MAKE_PAIR_TITLE
set value for key %1 in dictionary %2 to %3
.Blockly.Msg.LANG_DICTIONARIES_SET_PAIR_INPUT
set value for key in dictionary to
.Blockly.Msg.LANG_DICTIONARIES_SET_PAIR_TITLE
Set a pair in a dictionary.
.Blockly.Msg.LANG_DICTIONARIES_SET_PAIR_TOOLTIP
remove entry for key %2 from dictionary %1
.Blockly.Msg.LANG_DICTIONARIES_DELETE_PAIR_INPUT
remove entry for key from dictionary
.Blockly.Msg.LANG_DICTIONARIES_DELETE_PAIR_TITLE
Delete a pair in a dictionary given its key.
.Blockly.Msg.LANG_DICTIONARIES_DELETE_PAIR_TOOLTIP
get value for key %1 in dictionary %2 or if not found %3
.Blockly.Msg.LANG_DICTIONARIES_DICTIONARY_LOOKUP_INPUT
Returns the value in the dictionary associated with the key.
.Blockly.Msg.LANG_DICTIONARIES_DICTIONARY_LOOKUP_TOOLTIP
get value for key in dictionary
.Blockly.Msg.LANG_DICTIONARIES_DICTIONARY_LOOKUP_TITLE
set value for key path %1 in dictionary %2 to %3
.Blockly.Msg.LANG_DICTIONARIES_DICTIONARY_RECURSIVE_SET_INPUT
Sets the value at a path in a tree starting from the given dictionary.
.Blockly.Msg.LANG_DICTIONARIES_DICTIONARY_RECURSIVE_SET_TOOLTIP
set value for key path in dictionary to
.Blockly.Msg.LANG_DICTIONARIES_DICTIONARY_RECURSIVE_SET_TITLE
get value at key path %1 in dictionary %2 or if not found %3
.Blockly.Msg.LANG_DICTIONARIES_DICTIONARY_RECURSIVE_LOOKUP_INPUT
Returns the value in the nested dictionary.
.Blockly.Msg.LANG_DICTIONARIES_DICTIONARY_RECURSIVE_LOOKUP_TOOLTIP
get value for key path in dictionary
.Blockly.Msg.LANG_DICTIONARIES_DICTIONARY_RECURSIVE_LOOKUP_TITLE
get
.Blockly.Msg.LANG_DICTIONARIES_GETTERS_TITLE
keys
.Blockly.Msg.LANG_DICTIONARIES_GET_KEYS_TITLE
dictionary
.Blockly.Msg.LANG_DICTIONARIES_GET_KEYS_INPUT
Returns a list of all of the keys in the dictionary.
.Blockly.Msg.LANG_DICTIONARIES_GET_KEYS_TOOLTIP
get dictionary keys
.Blockly.Msg.LANG_DICTIONARIES_GET_KEYS_TYPEBLOCK
values
.Blockly.Msg.LANG_DICTIONARIES_GET_VALUES_TITLE
dictionary
.Blockly.Msg.LANG_DICTIONARIES_GET_VALUES_INPUT
Returns a list of all of the values in the dictionary.
.Blockly.Msg.LANG_DICTIONARIES_GET_VALUES_TOOLTIP
get dictionary values
.Blockly.Msg.LANG_DICTIONARIES_GET_VALUES_TYPEBLOCK
is key in dictionary? key %1 dictionary %2
.Blockly.Msg.LANG_DICTIONARIES_IS_KEY_IN_INPUT
Check if a key is in a dictionary.
.Blockly.Msg.LANG_DICTIONARIES_IS_KEY_IN_TOOLTIP
is key in dict?
.Blockly.Msg.LANG_DICTIONARIES_IS_KEY_IN_TITLE
size of dictionary
.Blockly.Msg.LANG_DICTIONARIES_LENGTH_TITLE
dictionary
.Blockly.Msg.LANG_DICTIONARIES_LENGTH_INPUT
Returns the number of key-value pairs in the dictionary.
.Blockly.Msg.LANG_DICTIONARIES_LENGTH_TOOLTIP
list of pairs to dictionary
.Blockly.Msg.LANG_DICTIONARIES_ALIST_TO_DICT_TITLE
pairs
.Blockly.Msg.LANG_DICTIONARIES_ALIST_TO_DICT_INPUT
Converts a list of pairs to a dictionary.
.Blockly.Msg.LANG_DICTIONARIES_ALIST_TO_DICT_TOOLTIP
dictionary to list of pairs
.Blockly.Msg.LANG_DICTIONARIES_DICT_TO_ALIST_TITLE
dictionary
.Blockly.Msg.LANG_DICTIONARIES_DICT_TO_ALIST_INPUT
Converts a dictionary to a list of pairs.
.Blockly.Msg.LANG_DICTIONARIES_DICT_TO_ALIST_TOOLTIP
copy dictionary
.Blockly.Msg.LANG_DICTIONARIES_COPY_TITLE
dictionary
.Blockly.Msg.LANG_DICTIONARIES_COPY_INPUT
Returns a shallow copy of the dictionary
.Blockly.Msg.LANG_DICTIONARIES_COPY_TOOLTIP
merge into dictionary %1 from dictionary %2
.Blockly.Msg.LANG_DICTIONARIES_COMBINE_DICTS_INPUT
Copies the pairs of the 'From' dictionary into the 'To' dictionary.
.Blockly.Msg.LANG_DICTIONARIES_COMBINE_DICTS_TOOLTIP
combine dictionaries
.Blockly.Msg.LANG_DICTIONARIES_COMBINE_DICTS_TITLE
list by walking key path %1 in dictionary or list %2
.Blockly.Msg.LANG_DICTIONARIES_WALK_TREE_TITLE
Starts from the given dictionary and follows it and its children's keys based on the given path, returning a list of nodes found at the end of the walk.
.Blockly.Msg.LANG_DICTIONARIES_WALK_TREE_TOOLTIP
walk all at level
.Blockly.Msg.LANG_DICTIONARIES_WALK_TREE_ALL_TITLE