Home
last modified time | relevance | path

Searched refs:get_icon (Results 1 – 25 of 1464) sorted by relevance

12345678910>>...59

/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_themes.cpp711 theme->set_icon("checked", "Tree", theme->get_icon("GuiChecked", "EditorIcons")); in create_editor_theme()
715 theme->set_icon("updown", "Tree", theme->get_icon("GuiTreeUpdown", "EditorIcons")); in create_editor_theme()
816 theme->set_icon("close", "Tabs", theme->get_icon("GuiClose", "EditorIcons")); in create_editor_theme()
870 theme->set_icon("clear", "LineEdit", theme->get_icon("GuiClose", "EditorIcons")); in create_editor_theme()
884 theme->set_icon("tab", "TextEdit", theme->get_icon("GuiTab", "EditorIcons")); in create_editor_theme()
885 theme->set_icon("space", "TextEdit", theme->get_icon("GuiSpace", "EditorIcons")); in create_editor_theme()
1042 theme->set_icon("minus", "GraphEdit", theme->get_icon("ZoomLess", "EditorIcons")); in create_editor_theme()
1043 theme->set_icon("more", "GraphEdit", theme->get_icon("ZoomMore", "EditorIcons")); in create_editor_theme()
1045 theme->set_icon("snap", "GraphEdit", theme->get_icon("SnapGrid", "EditorIcons")); in create_editor_theme()
1122 theme->set_icon("folder", "FileDialog", theme->get_icon("Folder", "EditorIcons")); in create_editor_theme()
[all …]
H A Dproperty_selector.cpp125 Control::get_icon("bool", "EditorIcons"), in _update_search()
126 Control::get_icon("int", "EditorIcons"), in _update_search()
127 Control::get_icon("float", "EditorIcons"), in _update_search()
130 Control::get_icon("Rect2", "EditorIcons"), in _update_search()
133 Control::get_icon("Plane", "EditorIcons"), in _update_search()
134 Control::get_icon("Quat", "EditorIcons"), in _update_search()
135 Control::get_icon("AABB", "EditorIcons"), in _update_search()
136 Control::get_icon("Basis", "EditorIcons"), in _update_search()
138 Control::get_icon("Color", "EditorIcons"), in _update_search()
139 Control::get_icon("Path", "EditorIcons"), in _update_search()
[all …]
H A Dinspector_dock.cpp217 Ref<Texture> base_icon = get_icon("Object", "EditorIcons"); in _prepare_history()
334 backward_button->set_icon(get_icon("Back", "EditorIcons")); in _notification()
336 history_menu->set_icon(get_icon("History", "EditorIcons")); in _notification()
337 object_menu->set_icon(get_icon("Tools", "EditorIcons")); in _notification()
338 warning->set_icon(get_icon("NodeWarning", "EditorIcons")); in _notification()
536 backward_button->set_icon(get_icon("Back", "EditorIcons")); in InspectorDock()
544 forward_button->set_icon(get_icon("Forward", "EditorIcons")); in InspectorDock()
552 history_menu->set_icon(get_icon("History", "EditorIcons")); in InspectorDock()
565 object_menu->set_icon(get_icon("Tools", "EditorIcons")); in InspectorDock()
578 search->set_right_icon(get_icon("Search", "EditorIcons")); in InspectorDock()
[all …]
H A Deditor_asset_installer.cpp138 extension_guess["png"] = get_icon("ImageTexture", "EditorIcons"); in open()
139 extension_guess["jpg"] = get_icon("ImageTexture", "EditorIcons"); in open()
140 extension_guess["atlastex"] = get_icon("AtlasTexture", "EditorIcons"); in open()
141 extension_guess["scn"] = get_icon("PackedScene", "EditorIcons"); in open()
142 extension_guess["tscn"] = get_icon("PackedScene", "EditorIcons"); in open()
143 extension_guess["shader"] = get_icon("Shader", "EditorIcons"); in open()
144 extension_guess["gd"] = get_icon("GDScript", "EditorIcons"); in open()
145 extension_guess["vs"] = get_icon("VisualScript", "EditorIcons"); in open()
148 Ref<Texture> generic_extension = get_icon("Object", "EditorIcons"); in open()
157 root->set_icon(0, get_icon("folder", "FileDialog")); in open()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_themes.cpp711 theme->set_icon("checked", "Tree", theme->get_icon("GuiChecked", "EditorIcons")); in create_editor_theme()
715 theme->set_icon("updown", "Tree", theme->get_icon("GuiTreeUpdown", "EditorIcons")); in create_editor_theme()
816 theme->set_icon("close", "Tabs", theme->get_icon("GuiClose", "EditorIcons")); in create_editor_theme()
870 theme->set_icon("clear", "LineEdit", theme->get_icon("GuiClose", "EditorIcons")); in create_editor_theme()
884 theme->set_icon("tab", "TextEdit", theme->get_icon("GuiTab", "EditorIcons")); in create_editor_theme()
885 theme->set_icon("space", "TextEdit", theme->get_icon("GuiSpace", "EditorIcons")); in create_editor_theme()
1042 theme->set_icon("minus", "GraphEdit", theme->get_icon("ZoomLess", "EditorIcons")); in create_editor_theme()
1043 theme->set_icon("more", "GraphEdit", theme->get_icon("ZoomMore", "EditorIcons")); in create_editor_theme()
1045 theme->set_icon("snap", "GraphEdit", theme->get_icon("SnapGrid", "EditorIcons")); in create_editor_theme()
1122 theme->set_icon("folder", "FileDialog", theme->get_icon("Folder", "EditorIcons")); in create_editor_theme()
[all …]
H A Dproperty_selector.cpp125 Control::get_icon("bool", "EditorIcons"), in _update_search()
126 Control::get_icon("int", "EditorIcons"), in _update_search()
127 Control::get_icon("float", "EditorIcons"), in _update_search()
130 Control::get_icon("Rect2", "EditorIcons"), in _update_search()
133 Control::get_icon("Plane", "EditorIcons"), in _update_search()
134 Control::get_icon("Quat", "EditorIcons"), in _update_search()
135 Control::get_icon("AABB", "EditorIcons"), in _update_search()
136 Control::get_icon("Basis", "EditorIcons"), in _update_search()
138 Control::get_icon("Color", "EditorIcons"), in _update_search()
139 Control::get_icon("Path", "EditorIcons"), in _update_search()
[all …]
H A Dinspector_dock.cpp217 Ref<Texture> base_icon = get_icon("Object", "EditorIcons"); in _prepare_history()
334 backward_button->set_icon(get_icon("Back", "EditorIcons")); in _notification()
336 history_menu->set_icon(get_icon("History", "EditorIcons")); in _notification()
337 object_menu->set_icon(get_icon("Tools", "EditorIcons")); in _notification()
338 warning->set_icon(get_icon("NodeWarning", "EditorIcons")); in _notification()
536 backward_button->set_icon(get_icon("Back", "EditorIcons")); in InspectorDock()
544 forward_button->set_icon(get_icon("Forward", "EditorIcons")); in InspectorDock()
552 history_menu->set_icon(get_icon("History", "EditorIcons")); in InspectorDock()
565 object_menu->set_icon(get_icon("Tools", "EditorIcons")); in InspectorDock()
578 search->set_right_icon(get_icon("Search", "EditorIcons")); in InspectorDock()
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/public/templates/
H A Dshow_artist.inc.php61 …ho rawurlencode($artist->f_name); ?>%22" target="_blank"><?php echo Ui::get_icon('google', T_('Sea…
66 …org/artist/<?php echo $artist->mbid; ?>" target="_blank"><?php echo Ui::get_icon('musicbrainz', T_…
121 <?php echo Ui::get_icon('view', T_("Show All")); ?>
126 <?php echo Ui::get_icon('view', T_("Show Albums")); ?>
157 <?php echo Ui::get_icon('file_refresh', T_('Update from tags')); ?>
172 <?php echo Ui::get_icon('comment', $postshout); ?>
187 <?php echo Ui::get_icon('batch_download', $download); ?>
197 <?php echo Ui::get_icon('statistics', T_('Graphs')); ?>
208 <?php echo Ui::get_icon('upload', $t_upload); ?>
216 <?php echo Ui::get_icon('edit', T_('Edit')); ?>
[all …]
H A Dshow_album.inc.php78 …org/release/<?php echo $album->mbid; ?>" target="_blank"><?php echo Ui::get_icon('musicbrainz', T_…
80 …ode($album->f_name); ?>%22&type=release" target="_blank"><?php echo Ui::get_icon('musicbrainz', T_…
161 <?php echo Ui::get_icon('playlist_add', $addtoexist); ?>
178 <?php echo Ui::get_icon('comment', $postshout); ?>
200 <?php echo Ui::get_icon('statistics', T_('Graphs')); ?>
209 <?php echo Ui::get_icon('save', $saveorder); ?>
215 <?php echo Ui::get_icon('file_refresh', T_('Update from tags')); ?>
226 <?php echo Ui::get_icon('upload', $t_upload); ?>
233 <?php echo Ui::get_icon('edit', T_('Edit')); ?>
247 <?php echo Ui::get_icon('batch_download', $download); ?>
[all …]
H A Dshow_label.inc.php42 …cho rawurlencode($label->f_name); ?>%22" target="_blank"><?php echo Ui::get_icon('google', T_('Sea…
43 …cho rawurlencode($label->f_name); ?>%22" target="_blank"><?php echo Ui::get_icon('duckduckgo', T_(…
44 …wurlencode($label->f_name); ?>%22&go=Go" target="_blank"><?php echo Ui::get_icon('wikipedia', T_('…
45 …ncode($label->f_name); ?>%22&type=label" target="_blank"><?php echo Ui::get_icon('lastfm', T_('Sea…
67 <?php echo Ui::get_icon('comment', T_('Post Shout')); ?>
78 <?php echo Ui::get_icon('mail', T_('Send E-mail')); ?>
87 <?php echo Ui::get_icon('edit', T_('Edit')); ?>
96 <?php echo Ui::get_icon('delete', T_('Delete')); ?>
H A Dshow_album_group_disks.inc.php72 …cho rawurlencode($album->f_name); ?>%22" target="_blank"><?php echo Ui::get_icon('duckduckgo', T_(…
73 …wurlencode($album->f_name); ?>%22&go=Go" target="_blank"><?php echo Ui::get_icon('wikipedia', T_('…
76 …org/release/<?php echo $album->mbid; ?>" target="_blank"><?php echo Ui::get_icon('musicbrainz', T_…
78 …ode($album->f_name); ?>%22&type=release" target="_blank"><?php echo Ui::get_icon('musicbrainz', T_…
144 <?php echo Ui::get_icon('file_refresh', T_('Update from tags')); ?>
153 <?php echo Ui::get_icon('batch_download', T_('Download')); ?>
198 …show_add_shout&type=album&id=<?php echo $c_album->id ?>"><?php echo Ui::get_icon('comment', T_('Po…
208 …&<?php echo $c_album->get_http_album_query_id('id'); ?>"><?php echo Ui::get_icon('batch_download',…
214 <?php echo Ui::get_icon('save', T_('Save Track Order')); ?>
217 <?php echo Ui::get_icon('file_refresh', T_('Update from tags')); ?>
[all …]
H A Dshow_playlist.inc.php71 <?php echo Ui::get_icon('save', T_('Save Track Order')); ?>
77 <?php echo Ui::get_icon('sort', T_('Sort Tracks by Artist, Album, Song')); ?>
83 <?php echo Ui::get_icon('wand', T_('Remove Duplicates')); ?>
95 <?php echo Ui::get_icon('batch_download', T_('Batch download')); ?>
102 <?php echo UI::get_icon('share', T_('Share playlist')); ?>
130 <?php echo Ui::get_icon('flow'); ?>
140 <?php echo Ui::get_icon('file_refresh'); ?>
147 <?php echo Ui::get_icon('edit', T_('Edit')); ?>
153 <?php echo Ui::get_icon('delete'); ?>
H A Dshow_access_list.inc.php38 …ype=<?php echo AccessListTypeEnum::ADD_TYPE_CURRENT; ?>"><?php echo Ui::get_icon('add_user', $addc…
41 …dd_type=<?php echo AccessListTypeEnum::ADD_TYPE_RPC; ?>"><?php echo Ui::get_icon('cog', $addrpc) .…
44 …d_type=<?php echo AccessListTypeEnum::ADD_TYPE_LOCAL ?>"><?php echo Ui::get_icon('home', $addlocal…
46 …$web_path; ?>/admin/access.php?action=show_add_advanced"><?php echo Ui::get_icon('add_key', T_('Ad…
80 …it_record&amp;access_id=<?php echo $access->getId(); ?>"><?php echo Ui::get_icon('edit', T_('Edit'…
81 …te_record&amp;access_id=<?php echo $access->getId(); ?>"><?php echo Ui::get_icon('delete', T_('Del…
H A Dshow_user_row.inc.php68 <?php echo Ui::get_icon('mail', T_('Send private message')); ?>
75 <?php echo Ui::get_icon('edit', T_('Edit')); ?>
78 <?php echo Ui::get_icon('preferences', T_('Preferences')); ?>
83 …th . "/admin/users.php?action=enable&amp;user_id=$libitem->id\">" . Ui::get_icon('enable', T_('Ena…
85 …h . "/admin/users.php?action=disable&amp;user_id=$libitem->id\">" . Ui::get_icon('disable', T_('Di…
88 <?php echo Ui::get_icon('delete', T_('Delete')); ?>
H A Dshow_html5_player.inc.php180 …r('data-album_id') + '\');\" title=\"" . T_('Show Album') . "\">" . Ui::get_icon('album', T_('Show…
182 …shout&type=song&id=' + currenti.attr('data-media_id') + '\');\">" . Ui::get_icon('comment', T_('Po…
491 <?php echo Ui::get_icon('playlist_add_all', T_('Add All to playlist')) ?>
498 … <a href="javascript:SwapSlideshow();"><?php echo Ui::get_icon('image', T_('Slideshow')) ?></a>
501 …<a href="javascript:TogglePlaylistExpand();"><?php echo Ui::get_icon('multilines', T_('Expand/Coll…
505 …<a href="javascript:ShowVisualizer();"><?php echo Ui::get_icon('visualizer', T_('Visualizer')) ?><…
508 …<a href="javascript:ShowVisualizerFullScreen();"><?php echo Ui::get_icon('fullscreen', T_('Visuali…
511 …<a href="javascript:ToggleReplayGain();"><?php echo Ui::get_icon('replaygain', T_('ReplayGain')) ?…
514 … <a href="javascript:ShowEqualizer();"><?php echo Ui::get_icon('equalizer', T_('Equalizer')) ?></a>
H A Dshow_debug.inc.php38 …o $web_path; ?>/admin/system.php?action=generate_config"><?php echo Ui::get_icon('cog', T_('Genera…
41 …echo $web_path; ?>/admin/system.php?action=write_config"><?php echo Ui::get_icon('cog', T_('Write …
44 … $web_path; ?>/admin/system.php?action=reset_db_charset"><?php echo Ui::get_icon('server_lightning…
47 …_path; ?>/admin/system.php?action=clear_cache&type=song"><?php echo Ui::get_icon('cog', T_('Clear …
50 …ath; ?>/admin/system.php?action=clear_cache&type=artist"><?php echo Ui::get_icon('cog', T_('Clear …
53 …path; ?>/admin/system.php?action=clear_cache&type=album"><?php echo Ui::get_icon('cog', T_('Clear …
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_asset_installer.cpp111 extension_guess["png"] = get_icon("Texture", "EditorIcons"); in open()
112 extension_guess["jpg"] = get_icon("Texture", "EditorIcons"); in open()
113 extension_guess["tex"] = get_icon("Texture", "EditorIcons"); in open()
114 extension_guess["atex"] = get_icon("Texture", "EditorIcons"); in open()
115 extension_guess["dds"] = get_icon("Texture", "EditorIcons"); in open()
116 extension_guess["scn"] = get_icon("PackedScene", "EditorIcons"); in open()
120 extension_guess["mtl"] = get_icon("Material", "EditorIcons"); in open()
121 extension_guess["shd"] = get_icon("Shader", "EditorIcons"); in open()
122 extension_guess["gd"] = get_icon("GDScript", "EditorIcons"); in open()
134 root->set_icon(0, get_icon("folder", "FileDialog")); in open()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_asset_installer.cpp111 extension_guess["png"] = get_icon("Texture", "EditorIcons"); in open()
112 extension_guess["jpg"] = get_icon("Texture", "EditorIcons"); in open()
113 extension_guess["tex"] = get_icon("Texture", "EditorIcons"); in open()
114 extension_guess["atex"] = get_icon("Texture", "EditorIcons"); in open()
115 extension_guess["dds"] = get_icon("Texture", "EditorIcons"); in open()
116 extension_guess["scn"] = get_icon("PackedScene", "EditorIcons"); in open()
120 extension_guess["mtl"] = get_icon("Material", "EditorIcons"); in open()
121 extension_guess["shd"] = get_icon("Shader", "EditorIcons"); in open()
122 extension_guess["gd"] = get_icon("GDScript", "EditorIcons"); in open()
134 root->set_icon(0, get_icon("folder", "FileDialog")); in open()
[all …]
/dports/x11/wapanel/wapanel-1.1.0/src/applets/volume-control/
H A Dvolume-control.cc62 …gtk_image_new_from_pixbuf(utils::ic::get_icon("audio-volume-muted-symbolic", m_config.icon_height)… in volume_control()
113 utils::ic::get_icon("audio-volume-muted-symbolic", m_config.icon_height)); in volume_control()
116 utils::ic::get_icon("audio-volume-low-symbolic", m_config.icon_height)); in volume_control()
119 utils::ic::get_icon("audio-volume-medium-symbolic", m_config.icon_height)); in volume_control()
122 utils::ic::get_icon("audio-volume-high-symbolic", m_config.icon_height)); in volume_control()
131 utils::ic::get_icon("audio-volume-muted-symbolic", m_config.icon_height)); in volume_control()
169 gtk_image_set_from_pixbuf(m_ind_icon, utils::ic::get_icon("audio-volume-muted-symbolic", 18)); in volume_widget()
174 gtk_image_set_from_pixbuf(m_ind_icon, utils::ic::get_icon("audio-volume-low-symbolic", 18)); in volume_widget()
184 gtk_image_set_from_pixbuf(m_ind_icon, utils::ic::get_icon("audio-volume-high-symbolic", 18)); in volume_widget()
246 utils::ic::get_icon("microphone-sensitivity-low-symbolic", 18)); in volume_widget()
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/templates/database/routines/
H A Drow.twig18 {{ get_icon('b_edit', 'Edit'|trans) }}
21 {{ get_icon('bd_edit', 'Edit'|trans) }}
32 {{ get_icon('b_nextpage', 'Execute'|trans) }}
42 {{ get_icon('b_nextpage', 'Execute'|trans) }}
46 {{ get_icon('bd_nextpage', 'Execute'|trans) }}
58 {{ get_icon('b_export', 'Export'|trans) }}
61 {{ get_icon('bd_export', 'Export'|trans) }}
73 get_icon('b_drop', 'Drop'|trans),
/dports/deskutils/gnote/gnote-41.1/src/notebooks/
H A Dspecialnotebooks.cpp69 Glib::RefPtr<Gdk::Pixbuf> AllNotesNotebook::get_icon(IconManager & m) in get_icon() function in gnote::notebooks::AllNotesNotebook
71 return m.get_icon(IconManager::FILTER_NOTE_ALL, 22); in get_icon()
100 Glib::RefPtr<Gdk::Pixbuf> UnfiledNotesNotebook::get_icon(IconManager & m) in get_icon() function in gnote::notebooks::UnfiledNotesNotebook
102 return m.get_icon(IconManager::FILTER_NOTE_UNFILED, 22); in get_icon()
127 Glib::RefPtr<Gdk::Pixbuf> PinnedNotesNotebook::get_icon(IconManager & m) in get_icon() function in gnote::notebooks::PinnedNotesNotebook
129 return m.get_icon(IconManager::PIN_DOWN, 22); in get_icon()
163 Glib::RefPtr<Gdk::Pixbuf> ActiveNotesNotebook::get_icon(IconManager & m) in get_icon() function in gnote::notebooks::ActiveNotesNotebook
165 return m.get_icon(IconManager::ACTIVE_NOTES, 22); in get_icon()
/dports/devel/godot/godot-3.2.3-stable/modules/visual_script/
H A Dvisual_script_property_selector.cpp103 Control::get_icon("bool", "EditorIcons"), in _update_search()
104 Control::get_icon("int", "EditorIcons"), in _update_search()
105 Control::get_icon("float", "EditorIcons"), in _update_search()
108 Control::get_icon("Rect2", "EditorIcons"), in _update_search()
111 Control::get_icon("Plane", "EditorIcons"), in _update_search()
112 Control::get_icon("Quat", "EditorIcons"), in _update_search()
113 Control::get_icon("AABB", "EditorIcons"), in _update_search()
114 Control::get_icon("Basis", "EditorIcons"), in _update_search()
116 Control::get_icon("Color", "EditorIcons"), in _update_search()
117 Control::get_icon("Path", "EditorIcons"), in _update_search()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/visual_script/
H A Dvisual_script_property_selector.cpp103 Control::get_icon("bool", "EditorIcons"), in _update_search()
104 Control::get_icon("int", "EditorIcons"), in _update_search()
105 Control::get_icon("float", "EditorIcons"), in _update_search()
108 Control::get_icon("Rect2", "EditorIcons"), in _update_search()
111 Control::get_icon("Plane", "EditorIcons"), in _update_search()
112 Control::get_icon("Quat", "EditorIcons"), in _update_search()
113 Control::get_icon("AABB", "EditorIcons"), in _update_search()
114 Control::get_icon("Basis", "EditorIcons"), in _update_search()
116 Control::get_icon("Color", "EditorIcons"), in _update_search()
117 Control::get_icon("Path", "EditorIcons"), in _update_search()
[all …]
/dports/multimedia/bino/bino-1.6.5/src/
H A Dcontrolswidget.cpp75 _play_button = new QPushButton(get_icon("media-playback-start"), ""); in controls_widget()
83 _stop_button = new QPushButton(get_icon("media-playback-stop"), ""); in controls_widget()
101 _center_button = new QPushButton(get_icon("view-restore"), ""); in controls_widget()
106 _bbb_button = new QPushButton(get_icon("media-seek-backward"), ""); in controls_widget()
112 _bb_button = new QPushButton(get_icon("media-seek-backward"), ""); in controls_widget()
117 _b_button = new QPushButton(get_icon("media-seek-backward"), ""); in controls_widget()
123 _f_button = new QPushButton(get_icon("media-seek-forward"), ""); in controls_widget()
129 _ff_button = new QPushButton(get_icon("media-seek-forward"), ""); in controls_widget()
134 _fff_button = new QPushButton(get_icon("media-seek-forward"), ""); in controls_widget()
173 _audio_mute_button->setIcon(get_icon( in update_audio_widgets()
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/templates/table/structure/
H A Ddisplay_structure.twig121 {{ get_icon('b_drop', 'Drop'|trans) }}
275 {{ get_icon('b_browse', 'Browse'|trans) }}
280 {{ get_icon('b_edit', 'Change'|trans) }}
283 {{ get_icon('b_drop', 'Drop'|trans) }}
288 {{ get_icon('b_primary', 'Primary'|trans) }}
291 {{ get_icon('b_unique', 'Unique'|trans) }}
294 {{ get_icon('b_index', 'Index'|trans) }}
300 {{ get_icon('b_ftext', 'Fulltext'|trans) }}
331 get_icon('b_edit', 'Edit view'|trans, true)
344 {{ get_icon(
[all …]

12345678910>>...59