Home
last modified time | relevance | path

Searched refs:Menu (Results 1 – 25 of 66) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DspecializationError.types9 bar(value: "Menu"): Promise<string>;
10 >bar : { (value: "Menu"): Promise<string>; <T>(value: string, element: string): Promise<T>; <T>(val…
11 >value : "Menu"
14 >bar : { (value: "Menu"): Promise<string>; <T>(value: string, element: string): Promise<T>; <T>(val…
19 >bar : { (value: "Menu"): Promise<string>; <T>(value: string, element: string): Promise<T>; <T>(val…
DtsxStatelessFunctionComponents3.types23 >(props) => (<div> <h3>Main Menu</h3></div>) : (props: { children?: React.ReactNode; }) => JSX.E…
25 >(<div> <h3>Main Menu</h3></div>) : JSX.Element
26 ><div> <h3>Main Menu</h3></div> : JSX.Element
29 <h3>Main Menu</h3>
30 ><h3>Main Menu</h3> : JSX.Element
DdiscriminatedUnionJsxElement.js8 function Menu<MenuItemVariant extends ListItemVariant = ListItemVariant.OneLine>(data: IData<MenuIt…
28 function Menu(data) { class
47 declare function Menu<MenuItemVariant extends ListItemVariant = ListItemVariant.OneLine>(data: IDat…
DtsxStatelessFunctionComponents3.js11 <h3>Main Menu</h3>
29 <h3>Main Menu</h3>
DdiscriminatedUnionJsxElement.symbols16 function Menu<MenuItemVariant extends ListItemVariant = ListItemVariant.OneLine>(data: IData<MenuIt…
17 >Menu : Symbol(Menu, Decl(discriminatedUnionJsxElement.tsx, 4, 1))
DdiscriminatedUnionJsxElement.types11 function Menu<MenuItemVariant extends ListItemVariant = ListItemVariant.OneLine>(data: IData<MenuIt…
12 >Menu : <MenuItemVariant extends ListItemVariant = ListItemVariant.OneLine>(data: IData<MenuItemVar…
/third_party/python/Lib/idlelib/
Dmacosx.py164 from tkinter import Menu
182 menubar = Menu(root)
186 menudict['window'] = menu = Menu(menubar, name='window', tearoff=0)
236 menudict['application'] = menu = Menu(menubar, name='apple',
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-ctor-signatures-type/
Darkts-no-ctor-signatures-type-5-ok.ets28 class Menu {
41 let t: Menu = new Menu()
Darkts-no-ctor-signatures-type-5-error.ets30 class Menu {
40 let t = new Menu()
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-classes-as-obj/
Darkts-no-classes-as-obj-1-ok.ets28 class Menu {
40 let p: Menu = new Menu()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java18 import java.awt.Menu;
91 Menu translitMenu;
134 Menu menu; in initMenus()
139 mbar.add(menu = new Menu("File")); in initMenus()
214 Menu fontMenu = new Menu("Font"); in initMenus()
223 Menu sizeMenu = new Menu("Size"); in initMenus()
234 mbar.add(translitMenu = new Menu("Transliterator")); in initMenus()
274 translitMenu.add(historyMenu = new Menu("Recent")); in initMenus()
284 Menu helpMenu; in initMenus()
285 mbar.add(helpMenu = new Menu("Extras")); in initMenus()
[all …]
/third_party/python/Tools/pynche/
DPyncheWidget.py47 menubar = self.__menubar = Menu(tkroot)
51 filemenu = self.__filemenu = Menu(menubar, tearoff=0)
64 viewmenu = Menu(menubar, tearoff=0)
72 helpmenu = Menu(menubar, name='help', tearoff=0)
/third_party/python/Tools/msi/
Dtestrelease.bat67 @echo Capturing Start Menu
68 …@dir /s/b "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" > "%~2\star…
69 …@dir /s/b "%APPDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" >> "%~2\startm…
/third_party/python/Lib/turtledemo/
D__main__.py155 self.mBar = Menu(root, relief=RAISED, borderwidth=2)
291 menu = Menu(master)
301 menu = Menu(master)
316 menu = Menu(master)
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java16 import android.view.Menu;
45 public boolean onCreateOptionsMenu(Menu menu) { in onCreateOptionsMenu()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/
DMainActivity.kt29 import android.view.Menu in <lambda>()
168 override fun onCreateOptionsMenu(menu: Menu): Boolean { in <lambda>()
/third_party/typescript/tests/cases/compiler/
DdiscriminatedUnionJsxElement.tsx11 function Menu<MenuItemVariant extends ListItemVariant = ListItemVariant.OneLine>(data: IData<MenuIt…
/third_party/typescript/tests/cases/conformance/jsx/
DtsxStatelessFunctionComponents3.tsx17 <h3>Main Menu</h3>
/third_party/rust/crates/clap/clap_complete/src/
Ddynamic.rs219 Menu, enumerator
229 Self::Menu, in value_variants()
270 Self::Menu => { in to_possible_value()
/third_party/openh264/test/build/android/src/com/cisco/codec/unittest/
DMainActivity.java6 import android.view.Menu;
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTapToToneActivity.java29 import android.view.Menu;
288 public boolean onCreateOptionsMenu(Menu menu) { in onCreateOptionsMenu()
/third_party/mesa3d/docs/relnotes/
D19.2.4.rst34 - Dirt Rally: Menu system doesn't show up with Mesa 19.2.3
/third_party/icu/tools/unicodetools/com/ibm/rbm/resources/
DRBManager.properties722 # @group Menu Items
757 # @comment Menu title for the opening, saving, etc. documents and exiting the program
796 # @comment Menu item for import and merging another resource file with the bundle being worked with
826 # @comment Menu item for creating a new resource bundle
832 # @comment Menu Item for opening a resource bundle
838 # @comment Menu item for closing the application
844 # @comment Menu item for saving the resource bundle being worked with
850 # @comment Menu Item for saving a resource bundle to a particular location and file name
859 # @comment Menu title for help information and general information about the program
862 # @comment Menu item which brings up a dialog describing the application
[all …]
DRBManager_sv.properties725 # @group Menu Items
760 # @comment Menu title for the opening, saving, etc. documents and exiting the program
799 # @comment Menu item for import and merging another resource file with the bundle being worked with
829 # @comment Menu item for creating a new resource bundle
835 # @comment Menu Item for opening a resource bundle
841 # @comment Menu item for closing the application
847 # @comment Menu item for saving the resource bundle being worked with
853 # @comment Menu Item for saving a resource bundle to a particular location and file name
862 # @comment Menu title for help information and general information about the program
865 # @comment Menu item which brings up a dialog describing the application
[all …]
DRBManager_de.properties722 # @group Menu Items
757 # @comment Menu title for the opening, saving, etc. documents and exiting the program
796 # @comment Menu item for import and merging another resource file with the bundle being worked with
826 # @comment Menu item for creating a new resource bundle
832 # @comment Menu Item for opening a resource bundle
838 # @comment Menu item for closing the application
844 # @comment Menu item for saving the resource bundle being worked with
850 # @comment Menu Item for saving a resource bundle to a particular location and file name
859 # @comment Menu title for help information and general information about the program
862 # @comment Menu item which brings up a dialog describing the application
[all …]

123