/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | animated_list.dart | 18 /// Signature for the builder callback used by [AnimatedListState.removeItem]. 74 /// items that have been removed with [AnimatedListState.removeItem]. 77 /// [AnimatedListState.removeItem] removes an item immediately. 194 /// When an item is removed with [removeItem] its animation is reversed. 195 /// The removed item's animation is passed to the [removeItem] builder 241 // The insertItem() and removeItem() index parameters are defined as if the 242 // removeItem() operation removed the corresponding list entry immediately. 244 // finishes. The entry is added to _outgoingItems when removeItem is called 319 …void removeItem(int index, AnimatedListRemovedItemBuilder builder, { Duration duration = _kDuratio…
|
/third_party/flutter/flutter/examples/catalog/lib/ |
D | animated_list.dart | 47 // The widget will be used by the [AnimatedListState.removeItem] method's 114 /// [AnimatedListState.insertItem] and [AnimatedList.removeItem]. 138 _animatedList.removeItem(index, (BuildContext context, Animation<double> animation) { 217 its animated list. It uses the key to call the insertItem and removeItem
|
/third_party/jsframework/runtime/utils/ |
D | index.ts | 40 removeItem,
|
D | utils.ts | 58 export function removeItem(array: any[], item: any) { function
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | package.h | 115 void removeItem(int32_t itemIndex);
|
D | package.cpp | 1087 Package::removeItem(int32_t idx) { in removeItem() function in Package 1112 removeItem(idx); in removeItems()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | package.h | 115 void removeItem(int32_t itemIndex);
|
D | package.cpp | 1087 Package::removeItem(int32_t idx) { in removeItem() function in Package 1112 removeItem(idx); in removeItems()
|
/third_party/node/deps/npm/node_modules/debug/src/ |
D | browser.js | 146 exports.storage.removeItem('debug');
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | package.h | 115 void removeItem(int32_t itemIndex);
|
D | package.cpp | 1087 Package::removeItem(int32_t idx) { in removeItem() function in Package 1112 removeItem(idx); in removeItems()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | package.h | 115 void removeItem(int32_t itemIndex);
|
D | package.cpp | 1087 Package::removeItem(int32_t idx) { in removeItem() function in Package 1112 removeItem(idx); in removeItems()
|
/third_party/jsframework/runtime/main/model/ |
D | index.ts | 32 removeItem 397 removeItem(handlerList, handler);
|
D | compiler.ts | 28 removeItem 813 removeItem(reusedList, reused.item);
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | RBImporter.java | 186 bundle.removeItem(item.getKey()); in resolveResource() 204 bundle.removeItem(item.getKey()); in resolveResource()
|
D | Bundle.java | 259 public void removeItem(String key) { in removeItem() method in Bundle
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | networkconfig.cpp | 125 encrSelect->removeItem(0); in authChanged() 147 phase2Select->removeItem(0); in eapChanged()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | networkconfig.cpp | 125 encrSelect->removeItem(0); in authChanged() 147 phase2Select->removeItem(0); in eapChanged()
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | animated_list_test.dart | 151 listKey.currentState.removeItem(0,
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
D | RBUntranslatedPanel.java | 97 bundle.removeItem(item.getKey()); in deleteSelectedResource()
|
D | RBManagerGUI.java | 640 … JMenuItem removeItem = new JMenuItem(Resources.getTranslation("menu_tree_remove_project_bundle")); in mousePopup() local 642 removeItem.setName(rbm.getBaseClass()); in mousePopup() 644 removeItem.addActionListener(this); in mousePopup() 646 popupMenu.add(removeItem); in mousePopup()
|
D | RBGroupPanel.java | 104 parentBundle.removeItem(item.getKey()); in deleteSelectedResource()
|
/third_party/cef/tests/cefclient/ |
D | cefclient_mac.mm | 214 [tests_menu.submenu removeItem:set_fps_item]; 218 [tests_menu.submenu removeItem:set_scale_factor_item];
|
/third_party/node/deps/npm/node_modules/debug/ |
D | CHANGELOG.md | 282 * browser: use `removeItem()` to clear localStorage
|