Home
last modified time | relevance | path

Searched refs:menu_str (Results 1 – 25 of 45) sorted by relevance

12

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dmenu.c917 strlen(_(menu_item->menu_str)));
921 baseline, _(menu_item->menu_str), strlen(_(menu_item->menu_str)));
925 _(menu_item->menu_str), strlen(_(menu_item->menu_str)));
929 _(menu_item->menu_str), strlen(_(menu_item->menu_str)));
2176 UtilFree(menu_item->menu_str);
2177 menu_item->menu_str = NULL;
2215 char *menu_str=menu_item->menu_str; local
2219 strlen(_(menu_str)));
2277 to_menu_item->menu_str = from_menu_item->menu_str;
2451 stMenuItem.menu_str = item_info->menu_str;
[all …]
H A Dmainmenu.c838 for (item_info=mainMenuInfo.items; item_info->menu_str != NULL;
840 if (item_info->menu_str != TGMUITEM_SEPARATOR &&
1028 stMenuItem.menu_str = (char*)(&wireBitmap);
1030 stMenuItem.menu_str = (char*)(&choicePixmap[DRAWPOLY]);
H A Dtypes.h869 char *menu_str; member
921 char *menu_str; member
H A Dmsg.c390 void DrawMenuString(dpy, win, gc, x, baseline_y, menu_str, len) in DrawMenuString() argument
395 char *menu_str;
399 XmbDrawString(dpy, win, menuFontSet, gc, x, baseline_y, menu_str, len);
403 XDrawString(dpy, win, gc, x, baseline_y, menu_str, len);
H A Dpattern.c498 item_info->menu_str = (char*)(Pixmap*)(&patPixmap[i]);
2107 item_info->menu_str = (char*)(Pixmap*)(&lineWidthPixmap[i]);
2290 item_info->menu_str = (char*)(Pixmap*)(&lineDashPixmap[i]);
2506 item_info->menu_str = (char*)(Pixmap*)(&patPixmap[i]);
/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/Plugin/views/display/
H A DPage.php210 $menu_str = $this->t('No menu');
214 $menu_str = $this->t('Normal: @title', ['@title' => $menu['title']]);
219 $menu_str = $this->t('Tab: @title', ['@title' => $menu['title']]);
226 'value' => views_ui_truncate($menu_str, 24),
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/Plugin/views/display/
H A DPage.php210 $menu_str = $this->t('No menu');
214 $menu_str = $this->t('Normal: @title', ['@title' => $menu['title']]);
219 $menu_str = $this->t('Tab: @title', ['@title' => $menu['title']]);
226 'value' => views_ui_truncate($menu_str, 24),
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/src/
H A Dremmina_ssh_plugin.c1583 gchar *menu_str = g_strndup(filename, len); in remmina_ssh_plugin_load_terminal_palettes() local
1584 if (g_list_find_custom(files, menu_str, compare) == NULL) in remmina_ssh_plugin_load_terminal_palettes()
1585 files = g_list_insert_sorted(files, menu_str, compare); in remmina_ssh_plugin_load_terminal_palettes()
1608 char *menu_str = g_malloc(strlen(filename) + 1); in remmina_ssh_plugin_load_terminal_palettes() local
1609 strcpy(menu_str, filename); in remmina_ssh_plugin_load_terminal_palettes()
1610 char *t2 = strrchr(menu_str, '.'); in remmina_ssh_plugin_load_terminal_palettes()
1612 if (g_list_find_custom(files, menu_str, compare) == NULL) in remmina_ssh_plugin_load_terminal_palettes()
1613 files = g_list_insert_sorted(files, menu_str, compare); in remmina_ssh_plugin_load_terminal_palettes()
1637 gchar *menu_str = (gchar *)l_files->data; in remmina_ssh_plugin_load_terminal_palettes() local
1639 color_palette[field_idx++] = menu_str; in remmina_ssh_plugin_load_terminal_palettes()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/views/plugins/
H A Dviews_plugin_display_page.inc226 $menu_str = t('No menu');
229 $menu_str = t('Normal: @title', array('@title' => $menu['title']));
233 $menu_str = t('Tab: @title', array('@title' => $menu['title']));
237 if (strlen($menu_str) > 16) {
238 $menu_str = substr($menu_str, 0, 16) . '...';
244 'value' => $menu_str,
/dports/devel/dmucs/dmucs/COSMIC/EXE/
H A Dsktdbg.c76 struct menu_str{ struct
81 struct menu_str{ argument
111 int nmenu = sizeof(menu)/sizeof(struct menu_str);
/dports/audio/lollypop/lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95/lollypop/
H A Dtoolbar_end.py260 menu_str = name if len(name) < 20 else name[0:20] + "…"
261 item = Gio.MenuItem.new(menu_str, "app.%s" % action_name)
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dplugin-browser.c309 const gchar *menu_str, in insert_into_tree_view() argument
321 tmp_ptr = g_strdup (menu_str); in insert_into_tree_view()
340 TREE_COLUMN_MPATH, menu_str, in insert_into_tree_view()
/dports/japanese/w3m/w3m-2b59b9e/
H A Dfunc.c643 setMouseAction0(&mouse_action.menu_str, &mouse_action.menu_width, in interpret_mouse_action()
665 if (!mouse_action.menu_str) in interpret_mouse_action()
H A Ddisplay.c402 || mouse_action.menu_str in displayBuffer()
606 || mouse_action.menu_str in redrawNLine()
614 if (mouse_action.menu_str) in redrawNLine()
615 addstr(mouse_action.menu_str); in redrawNLine()
H A Dmain.c5344 if (mouse_action.menu_str && x < mouse_action.menu_width && y == 0) in posTab()
5361 if (nTab > 1 || mouse_action.menu_str) in do_mouse_action()
5378 if (mouse_action.menu_str && x >= 0 && x < mouse_action.menu_width) { in do_mouse_action()
5452 if (nTab > 1 || mouse_action.menu_str) in process_mouse()
5706 if ((nTab > 1 || mouse_action.menu_str) &&
5728 if ((nTab > 1 || mouse_action.menu_str) &&
6327 lcol = mouse_action.menu_str ? mouse_action.menu_width : 0; in calcTabPos()
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dfunc.c643 setMouseAction0(&mouse_action.menu_str, &mouse_action.menu_width, in interpret_mouse_action()
665 if (!mouse_action.menu_str) in interpret_mouse_action()
H A Ddisplay.c402 || mouse_action.menu_str in displayBuffer()
606 || mouse_action.menu_str in redrawNLine()
614 if (mouse_action.menu_str) in redrawNLine()
615 addstr(mouse_action.menu_str); in redrawNLine()
H A Dmain.c5344 if (mouse_action.menu_str && x < mouse_action.menu_width && y == 0) in posTab()
5361 if (nTab > 1 || mouse_action.menu_str) in do_mouse_action()
5378 if (mouse_action.menu_str && x >= 0 && x < mouse_action.menu_width) { in do_mouse_action()
5452 if (nTab > 1 || mouse_action.menu_str) in process_mouse()
5706 if ((nTab > 1 || mouse_action.menu_str) &&
5728 if ((nTab > 1 || mouse_action.menu_str) &&
6327 lcol = mouse_action.menu_str ? mouse_action.menu_width : 0; in calcTabPos()
/dports/www/w3m/w3m-2b59b9e/
H A Dfunc.c643 setMouseAction0(&mouse_action.menu_str, &mouse_action.menu_width, in interpret_mouse_action()
665 if (!mouse_action.menu_str) in interpret_mouse_action()
H A Ddisplay.c402 || mouse_action.menu_str in displayBuffer()
606 || mouse_action.menu_str in redrawNLine()
614 if (mouse_action.menu_str) in redrawNLine()
615 addstr(mouse_action.menu_str); in redrawNLine()
/dports/www/w3m-img/w3m-2b59b9e/
H A Dfunc.c643 setMouseAction0(&mouse_action.menu_str, &mouse_action.menu_width, in interpret_mouse_action()
665 if (!mouse_action.menu_str) in interpret_mouse_action()
H A Ddisplay.c402 || mouse_action.menu_str in displayBuffer()
606 || mouse_action.menu_str in redrawNLine()
614 if (mouse_action.menu_str) in redrawNLine()
615 addstr(mouse_action.menu_str); in redrawNLine()
/dports/math/ump/ump-0.8.6/src/
H A Dmatrix_editor.cpp74 static const gchar *menu_str = in build_menu() local
152 if(!gtk_ui_manager_add_ui_from_string(ui_manager, menu_str, -1, &error)) in build_menu()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Diuse.cpp6517 std::string menu_str; in einktabletpc() local
6519 menu_str = dummy.name(); in einktabletpc()
6524 pmenu.addentry( k++, true, -1, menu_str.c_str() ); in einktabletpc()
7414 std::string menu_str = extended_photo.name; in show_photo_selection() local
7416 size_t index = menu_str.find( p.name ); in show_photo_selection()
7418 menu_str.replace( index, p.name.length(), _( "You" ) ); in show_photo_selection()
7424 pmenu.addentry( k++, true, -1, menu_str.c_str() ); in show_photo_selection()
7644 std::string menu_str; in camera() local
7647 menu_str = dummy.name(); in camera()
7654 menu_str += " [" + photo_quality_name( quality ) + "]"; in camera()
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Diuse.cpp6517 std::string menu_str; in einktabletpc() local
6519 menu_str = dummy.name(); in einktabletpc()
6524 pmenu.addentry( k++, true, -1, menu_str.c_str() ); in einktabletpc()
7414 std::string menu_str = extended_photo.name; in show_photo_selection() local
7416 size_t index = menu_str.find( p.name ); in show_photo_selection()
7418 menu_str.replace( index, p.name.length(), _( "You" ) ); in show_photo_selection()
7424 pmenu.addentry( k++, true, -1, menu_str.c_str() ); in show_photo_selection()
7644 std::string menu_str; in camera() local
7647 menu_str = dummy.name(); in camera()
7654 menu_str += " [" + photo_quality_name( quality ) + "]"; in camera()
[all …]

12