Searched refs:menu (Results 1 - 25 of 33) sorted by relevance

12

/barrelfish-2018-10-04/usr/slideshow/
H A Dmakeslides.sh29 echo Done! Now append the line \"module /talk_ramfs.cpio\" to your menu.lst.
31 # XXX: Old version that uses lots of menu.lst entries
37 # echo Done! Now append the contents of talk/talk_menu.lst to your menu.lst.
38 # echo eg: "grep -v '/talk/' menu.lst > menu.lst.new ; cat menu.lst.new talk/talk_menu.lst > menu.lst"
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DMouseViewletMenuUpPopper.java53 JPopupMenu menu = containerViewer.getPopupMenu();
54 if (menu.getComponentCount() > 0) {
55 menu.show((Component) e.getSource(), e.getX(), e.getY());
H A DViewerImpl.java238 * Adds the given item to the named menu (creating the JMenu if
246 JMenu menu = (JMenu) menuTitleMap.get(menuTitle);
247 if(menu == null) {
248 menu = new JMenu(menuTitle);
249 // Add optional menu shortcut
252 menu.setMnemonic(mnemonic);
255 menuBar.add(menu);
257 menuTitleMap.put(menuTitle, menu);
260 // if item is null and the menu exists then add a seperator
261 menu
[all...]
H A DViewerManagerFrame.java37 * window, including the menu, control panel, and desktop area on which the
59 // This map is used to allow the addition of menu items just based on menu
162 /** Convenience method to add menu items based on the menu title: if a menu
163 * with that title exists, add to that menu. Otherwise, create menu with that
167 JMenu menu = (JMenu) menuTitleToMenu.get(menuTitle);
168 if(menu
[all...]
H A DContainerViewer.java103 * The menu entry specifying whether to track updates or not
1009 /** Returns any actions/menu items that should be available via a
1010 right-click popup menu */
1019 /** Access the context sensitive popup menu */
1021 JPopupMenu menu = super.getPopupMenu();
1027 menu.add((Action)(it.next()));
1031 menu.addSeparator();
1036 menu.add((Action)(item));
1038 menu.add((JMenuItem)(item));
1040 menu
[all...]
/barrelfish-2018-10-04/lib/multiboot/
H A Dgrubmenu.c125 struct menu_lst *menu= calloc(sizeof(struct menu_lst), 1); local
126 if(!menu) {
134 len= read_string(infile, read_token, &menu->title);
141 len= read_string(infile, read_token, &menu->kernel.path);
147 len= read_string(infile, read_line, &menu->kernel.args);
154 len= read_string(infile, read_line, &menu->image);
162 menu->nmodules++;
164 menu->modules=
165 realloc(menu->modules,
166 menu
[all...]
/barrelfish-2018-10-04/tools/
H A Darm-mkbootcpio.sh14 # as the bootscript. It's a cleaned up version of menu.lst. The
30 echo "Usage: $0 arm/menu.lst <cpio_file>"
34 BOOTSCRIPT=menu.lst.modules
H A Dqemu-wrapper.sh29 echo "Usage: $0 --menu <file> --arch <arch> [options]"
32 echo " 'file' is a menu.lst format file to read module list from"
36 echo " --kernel <file> (kernel binary, if no menu.lst given)"
37 echo " --initrd <file> (initial RAM disk, if no menu.lst given)"
39 echo " --args <args> (kernel command-line args, if no menu.lst given)"
64 "--menu")
107 echo "No menu.lst file specified."
109 echo "ERROR: No initial kernel given and no menu.lst file." >&2; exit 1
112 echo "ERROR: No initial RAM disk given and no menu.lst file." >&2; exit 1
115 echo "Using menu fil
[all...]
/barrelfish-2018-10-04/tools/arm_boot/
H A Darm_bootimage.c34 /* We need to be able to parse menu.lst files, create multiboot images. */
875 create_multiboot_info(struct menu_lst *menu, struct loaded_module *modules, argument
885 size+= strlen(menu->kernel.path) + strlen(menu->kernel.args) + 2;
888 size+= menu->nmodules * sizeof(struct multiboot_modinfo);
889 for(size_t i= 0; i < menu->nmodules; i++) {
890 size+= strlen(menu->modules[i].path) +
891 strlen(menu->modules[i].args) + 2;
895 size+= menu->mmap_len * sizeof(struct multiboot_mmap);
924 menu
991 first_ram_region(struct menu_lst *menu) argument
1026 struct menu_lst *menu= read_menu_lst(menu_lst); local
[all...]
/barrelfish-2018-10-04/tools/arm_molly/
H A Dbuild_data_files.sh4 echo Usage: $0 menu.lst output_prefix
/barrelfish-2018-10-04/tools/molly/
H A Dbuild_data_files.sh4 echo Expected $0 menu.lst output_prefix
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dtkdebug.tex33 more information on the tools from the \menu{Help} menu, and from the popup
59 obtained from the \menu{Help} menu, and by typing Alt-h
95 \menuopt{Change to example directory} option from the \menu{File} menu.
110 there. Otherwise, go to the \menu{File} menu of {\tkeclipse}, and select
116 \menuopt{Compile} option from the \menu{File} menu (yo
[all...]
H A Dumsusing.tex30 %\newcommand{\menu}[1]{{\texttt{#1}}}
33 \newcommand{\menu}[1]{\guitext{#1}}
64 Under Windows, select the menu entry
87 the program menu on Windows. This will bring up the {\tkeclipse}
100 from the \menu{Help} menu in the top-level window.
128 the `Edit' option under the File menu. The default values are the value of
130 This can be changed with the Preference Editor under the Tools menu.
136 From the \menu{File} menu, selec
[all...]
H A Dprogramanalysis.tex51 \emph{Port Profile} option from the tkeclipse \emph{Run} menu.
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viztool/src/components/
H A DInternalFrame.java365 //Set up the lone menu.
366 JMenu menu = new JMenu("File");
367 menu.setMnemonic(KeyEvent.VK_D);
368 menuBar.add(menu);
370 //Set up the first menu item.
377 menu.add(menuItem);
378 menu.addSeparator();
381 //Set up the second menu item.
398 menu.add(menuItem);
406 menu
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/visualisation/
H A Dclients.tex31 tools menu of tkECLiPSe or using the predicate \startvcone{} in
112 \caption{The VC showing the auto resume menu option and timer slider.}
222 \subsection{Options menu}
223 The options menu contains controls for \viewer{}-wide properties.
251 \textbf{Options} menu. Note that the \textbf{View propagation steps}
258 \caption{The options menu, common to all viewers.}
262 \subsection{Select menu}
282 \caption{The select menu, common to all viewers.}
286 \subsection{View menu}
298 \caption{The view menu, commo
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsusing.tex33 %\newcommand{\menu}[1]{{\texttt{#1}}}
36 \newcommand{\menu}[1]{\guitext{#1}}
77 program menu on Windows.
91 \menu{Help} menu in the top-level window.
93 in the \menu{Help} menu.
105 the `Edit' option under the File menu. The default values are the value of
107 This can be changed with the Preference Editor under the Tools menu.
112 From the \menu{Fil
[all...]
H A Dumstkeclipse.tex125 up a menu which shows the current and previous value of the term in the
201 goal tools. See the online help files (available from the help menu of
300 their own window as shown in Figure~\ref{remotetools}. The Tools menu is the
383 now interactively select development tools from the Tools menu.
408 from the {\eclipse} session (from the File menu in the development tools
/barrelfish-2018-10-04/tools/harness/
H A Dharness.py19 MENU_LST_FILE_NAME = 'menu.lst'
34 debug.verbose("Writing menu.lst to %s" % menu_lst_file_name)
35 with open(menu_lst_file_name, "w") as menu:
36 menu.write( test.get_modules(build, machine).get_menu_data("/") )
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/grace/
H A Doptions.pl74 option(menu, font, MF),
334 W \== menu.
340 grace_window(menu).
374 W \== menu.
426 (tcl('catch {.valsel.menu delete 0 last}') -> true; true),
442 (tcl('catch {.varsel.menu delete 0 last}') -> true; true),
550 grace_option(menu, font, grace:default_font(14)),
/barrelfish-2018-10-04/doc/018-Practical-guide/
H A Dreadme.tex180 and writing a suitable menu.lst file that instructs the bootloader (GRUB) which
193 this document. Assuming you have such a setup, here is a sample menu.lst file
H A DhelloWorldApp.tex39 After all is built, the menu.lst needs to be modified to add the domain and have
397 % ########### Editing menu.lst
398 Next step is to edit one of the \texttt{barrelfish/hake/menu.lst.*} file based
400 \texttt{menu.lst.x86\_64} file to be able to run this newly created application.
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/chr/
H A Dgraphic.pl666 panel(@senders, menu("Senders", cycle, senders_method, ['No', 'Choose' | L]), below, []) :-
668 panel(@walls, menu("Building", cycle, walls_method, ['No', 'Choose' | L]), right, []) :-
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dqueens.pl321 dialog_panel(_, menu('Solving mode', cycle, cascade(0, queen_constraints_selected, 0),
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembtcl.tex114 tools menu to your application's menu bar. Your code should then
120 menu .mbar

Completed in 99 milliseconds

12