Home
last modified time | relevance | path

Searched refs:icon_image (Results 126 – 150 of 210) sorted by relevance

123456789

/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_help_about.py47 path, file = os.path.split(self.dialog.icon_image['file'])
/dports/lang/python310/Python-3.10.1/Lib/idlelib/idle_test/
H A Dtest_help_about.py47 path, file = os.path.split(self.dialog.icon_image['file'])
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/idle_test/
H A Dtest_help_about.py47 path, file = os.path.split(self.dialog.icon_image['file'])
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/
H A DMultiComparator.java359 final Image icon_image = toolkit.getImage(icon_url); in MultiComparator() local
361 tracker.addImage(icon_image, 0); in MultiComparator()
366 setIconImage(icon_image); in MultiComparator()
H A DContigTool.java589 final Image icon_image = icon.getImage(); in dragGestureRecognized() local
595 icon_image, new Point(-1, -1), in dragGestureRecognized()
H A DSplash.java226 final Image icon_image = icon.getImage(); in Splash() local
228 tracker.addImage(icon_image, 0); in Splash()
233 setIconImage(icon_image); in Splash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view.cc538 const gfx::VectorIcon& icon_image) { in CreateFrameCaptionButton() argument
542 icon_image); in CreateFrameCaptionButton()
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/db/
H A Dmysql-upgrade-1.3.sql6 ADD `icon_image` VARCHAR( 255 ) NOT NULL ,
14 ADD `icon_image` VARCHAR( 255 ) NOT NULL ,
/dports/net-mgmt/nagios/nagios-3.5.1/cgi/
H A Dstatus.c1759 if(temp_host->icon_image != NULL) { in show_service_detail()
1763 process_macros_r(mac, temp_host->icon_image, &processed_string, 0); in show_service_detail()
1853 if(temp_service->icon_image != NULL) { in show_service_detail()
2289 if(temp_host->icon_image != NULL) { in show_host_detail()
2293 process_macros_r(mac, temp_host->icon_image, &processed_string, 0); in show_host_detail()
3336 if(temp_host->icon_image != NULL) { in show_servicegroup_grid()
3340 process_macros_r(mac, temp_host->icon_image, &processed_string, 0); in show_servicegroup_grid()
3682 if(temp_host->icon_image != NULL) { in show_servicegroup_hostgroup_member_overview()
3687 process_macros_r(mac, temp_host->icon_image, &processed_string, 0); in show_servicegroup_hostgroup_member_overview()
4562 if(temp_host->icon_image != NULL) { in show_hostgroup_grid()
[all …]
H A Dconfig.c759 if(temp_host->icon_image == NULL) in display_hosts()
762 process_macros_r(mac, temp_host->icon_image, &processed_string, 0); in display_hosts()
763 …TD>", bg_class, url_logo_images_path, processed_string, html_encode(temp_host->icon_image, FALSE)); in display_hosts()
1483 if(temp_service->icon_image == NULL) in display_services()
1486 process_macros_r(mac, temp_service->icon_image, &processed_string, 0); in display_services()
1487 …", bg_class, url_logo_images_path, processed_string, html_encode(temp_service->icon_image, FALSE)); in display_services()
/dports/x11-wm/sawfish/sawfish_1.13.0/src/
H A Dsawfish.h159 repv icon_image; member
/dports/net-mgmt/nagios4/nagios-4.4.6/cgi/
H A Dconfig.c712 if(temp_host->icon_image == NULL) in display_hosts()
715 process_macros_r(mac, temp_host->icon_image, &processed_string, 0); in display_hosts()
716 …TD>", bg_class, url_logo_images_path, processed_string, html_encode(temp_host->icon_image, FALSE)); in display_hosts()
1432 if(temp_service->icon_image == NULL) in display_services()
1435 process_macros_r(mac, temp_service->icon_image, &processed_string, 0); in display_services()
1436 …", bg_class, url_logo_images_path, processed_string, html_encode(temp_service->icon_image, FALSE)); in display_services()
H A Dstatus.c1865 if(temp_host->icon_image != NULL) { in show_service_detail()
1869 process_macros_r(mac, temp_host->icon_image, &processed_string, 0); in show_service_detail()
1959 if(temp_service->icon_image != NULL) { in show_service_detail()
2413 if(temp_host->icon_image != NULL) { in show_host_detail()
2417 process_macros_r(mac, temp_host->icon_image, &processed_string, 0); in show_host_detail()
3476 if(temp_host->icon_image != NULL) { in show_servicegroup_grid()
3480 process_macros_r(mac, temp_host->icon_image, &processed_string, 0); in show_servicegroup_grid()
3825 if(temp_host->icon_image != NULL) { in show_servicegroup_hostgroup_member_overview()
3830 process_macros_r(mac, temp_host->icon_image, &processed_string, 0); in show_servicegroup_hostgroup_member_overview()
4717 if(temp_host->icon_image != NULL) { in show_hostgroup_grid()
[all …]
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/src/
H A DTableHosts.cc182 reinterpret_cast<char *>(&hst.icon_image) - ref, indirect_offset, in addColumns()
187 reinterpret_cast<char *>(&hst.icon_image) - ref, indirect_offset, in addColumns()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Ddecorations.c1009 ASImage *icon_image = get_client_icon_image (ASDefaultScr, asw->hints, 128); in hints2decorations() local
1010 …check_tbar (&(asw->icon_button), (asw->icon_canvas != NULL), AS_ICON_MYSTYLE, icon_image, Scr.Look… in hints2decorations()
1016 if (icon_image) in hints2decorations()
1017 safe_asimage_destroy (icon_image); in hints2decorations()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/base/models/
H A Dir_module.py242 module.icon_image = ''
252 module.icon_image = base64.b64encode(image_file.read())
302 icon_image = fields.Binary(string='Icon', compute='_get_icon_image') variable in Module
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/networkremote/
H A Doutgoingdatacreator.cpp711 QImage icon_image(results.first().provider_->icon_as_image()); in ResultsAvailable() local
715 icon_image.save(&buf, "PNG"); in ResultsAvailable()
/dports/x11-themes/chicago95/Chicago95-2.0.1-81-gd1c86db/Plus/
H A DPlusGUI.py751 icon_image = Image.open(ico_name+".png").convert('RGBA')
754 icon_image = Image.open(share_dir+"/assets/" + ico_name+"~.png").convert('RGBA')
756 return icon_image
1074 icon_image = self.preview_image.make_icons(self.theme, icon)
1075 icon_image.save(work_dir+"/"+icon+".png", "PNG")
/dports/graphics/evolvotron/evolvotron/libevolvotron/
H A Dmutatable_image_display.cpp418 const QImage icon_image(_offscreen_images[_offscreen_images.size()/2].scaled(icon_size)); in deliver() local
421 (*_icon)=QPixmap::fromImage(icon_image,Qt::ColorOnly); in deliver()
/dports/net-mgmt/icinga2/icinga2-2.13.2/tools/syntax/nano/
H A Dicinga2.nanorc27 …+)(host_format_template|host_name|host_name_template|host_perfdata_path|host_temp_path|icon_image)"
/dports/net-mgmt/nagios4/nagios-4.4.6/xdata/
H A Dxodtemplate.c2409 if((temp_host->icon_image = (char *)strdup(value)) == NULL) in xodtemplate_add_object_property()
4508 my_free(temp_hostextinfo->icon_image); in xodtemplate_duplicate_objects()
4551 my_free(temp_serviceextinfo->icon_image); in xodtemplate_duplicate_objects()
5764 xod_inherit_str(this_host, template_host, icon_image); in xodtemplate_resolve_host()
5890 xod_inherit_str(this_service, template_service, icon_image); in xodtemplate_resolve_service()
8135 if(this_service->icon_image == NULL && this_serviceextinfo->icon_image != NULL) in xodtemplate_merge_service_extinfo_object()
8136 this_service->icon_image = strdup(this_serviceextinfo->icon_image); in xodtemplate_merge_service_extinfo_object()
8156 if(this_host->icon_image == NULL && this_hostextinfo->icon_image != NULL) in xodtemplate_merge_host_extinfo_object()
8157 this_host->icon_image = strdup(this_hostextinfo->icon_image); in xodtemplate_merge_host_extinfo_object()
8927 my_free(this_host->icon_image); in xodtemplate_free_memory()
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/gui/
H A Dapplication.cpp.0001066 void Application::set_window_icon(Image* icon_image) {
1068 glfw_image.width = int(icon_image->width());
1069 glfw_image.height = int(icon_image->height());
1070 glfw_image.pixels = icon_image->base_mem();
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/h/
H A Dgraphics.h817 Image icon_image; /* Image of the icon */ variable
826 Image icon_image; /* Image of the icon */ variable
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/emacs/
H A Dapplication.pl55 class_variable(icon_image, image*, @pce_image).
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/frame/
H A Dnon_client_frame_view_ash_unittest.cc829 gfx::ImageSkia original_icon_image = test_api.size_button()->icon_image(); in TEST_P()
833 test_api.size_button()->icon_image())); in TEST_P()

123456789