Home
last modified time | relevance | path

Searched refs:height_str (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/plugins/renderer/
H A Dplugin_placeholder.cc94 std::string height_str("height:[\\s]*"); in HidePlugin() local
95 height_str += element.GetAttribute("height").Utf8(); in HidePlugin()
96 if (base::EndsWith(height_str, "px", in HidePlugin()
98 height_str = height_str.substr(0, height_str.length() - 2); in HidePlugin()
100 base::TrimWhitespaceASCII(height_str, base::TRIM_TRAILING, &height_str); in HidePlugin()
101 height_str += "[\\s]*px"; in HidePlugin()
111 RE2::PartialMatch(style_str, height_str)) in HidePlugin()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/plugins/renderer/
H A Dplugin_placeholder.cc94 std::string height_str("height:[\\s]*"); in HidePlugin() local
95 height_str += element.GetAttribute("height").Utf8(); in HidePlugin()
96 if (base::EndsWith(height_str, "px", in HidePlugin()
98 height_str = height_str.substr(0, height_str.length() - 2); in HidePlugin()
100 base::TrimWhitespaceASCII(height_str, base::TRIM_TRAILING, &height_str); in HidePlugin()
101 height_str += "[\\s]*px"; in HidePlugin()
111 RE2::PartialMatch(style_str, height_str)) in HidePlugin()
/dports/games/gbrainy/gbrainy-2.4.3/src/Clients/Classical/Widgets/
H A DGameDrawingArea.cs185 double width_str, height_str, x_text, icon_x, icon_w, icon_h, box_height_scaled; in DrawSolution()
193 cr.MeasureString (Solution, max_width - icon_w, true, out width_str, out height_str); in DrawSolution()
197 box_height_scaled = Math.Max (height_str, (double) solution_high / (double) height); in DrawSolution()
224 (1 - box_height_scaled - text_margin) + ((box_height_scaled - height_str) / 2), in DrawSolution()
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/images/
H A Dimage_operations.py45 width_str, height_str = size.split('x')
47 self.height = int(height_str)
149 width_str, height_str = size.split('x')
151 self.height = int(height_str)
/dports/www/elinks/elinks-0.11.7/src/dialogs/
H A Doptions.c259 static unsigned char height_str[4]; variable
268 width_str, height_str, term->width, term->height); in push_resize_button()
285 ulongcat(height_str, NULL, height, 3, ' '); in resize_terminal_dialog()
295 add_dlg_field(dlg, _("Height=",term), 1, 999, check_number, 4, height_str, NULL); in resize_terminal_dialog()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/src/
H A Djingle-share.c468 gchar *size_str, *width_str, *height_str; in produce_description() local
496 height_str = g_strdup_printf ("%d", m->image_height); in produce_description()
497 wocky_node_set_attribute (image_node, "height", height_str); in produce_description()
498 g_free (height_str); in produce_description()
/dports/graphics/viewnior/Viewnior-viewnior-1.7/src/
H A Dvnr-properties-dialog.c351 gchar *width_str, *height_str; in vnr_properties_dialog_update_image() local
357 height_str = g_strdup_printf("%i px", dialog->vnr_win->current_image_height); in vnr_properties_dialog_update_image()
360 gtk_label_set_text(GTK_LABEL(dialog->height_label), height_str); in vnr_properties_dialog_update_image()
363 g_free(height_str); in vnr_properties_dialog_update_image()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/
H A Dscreen_keyboard.cpp239 char height_str[100]; in createButtons() local
240 …sprintf(height_str, "%i", (int)roundf(height / (SkinConfig::getVerticalInnerPadding(button->getTyp… in createButtons()
248 button->m_properties[PROP_HEIGHT] = height_str; in createButtons()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/console/
H A Dui_imagelib.c313 char height_str[DIGIT_STR_LEN(u_int) + 1]; in load_file() local
319 sprintf(height_str, "%u", height); in load_file()
320 args[3] = height_str; in load_file()
/dports/graphics/xviewer/xviewer-3.2.2/src/
H A Dxviewer-properties-dialog.c121 gchar *width_str, *height_str; in pd_update_general_tab() local
140 height_str = g_strdup_printf ("%d %s", height, in pd_update_general_tab()
146 height_str); in pd_update_general_tab()
148 g_free (height_str); in pd_update_general_tab()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dasimagexml.c479 …= \"%s\", imtmp = %p, refimg = %p", width_str?width_str:"(null)", height_str?height_str:"(null)", … in translate_tag_size()
496 if( height_str ) in translate_tag_size()
498 if( height_str[0] == '$' || isdigit( (int)height_str[0] ) ) in translate_tag_size()
499 height = (int)parse_math(height_str, NULL, height); in translate_tag_size()
503 else if( height_str && width_ref > 0 && mystrcasecmp(height_str,"proportional") == 0 ) in translate_tag_size()
2344 char* height_str = NULL; in build_image_from_xml() local
2355 else if (strcmp(ptr->tag, "height") == 0 ) height_str = ptr->parm ; in build_image_from_xml()
2375 translate_tag_size( width_str, height_str, NULL, refimg, &width, &height ); in build_image_from_xml()
2391 translate_tag_size( width_str, height_str, NULL, refimg, &width, &height ); in build_image_from_xml()
2396 translate_tag_size( width_str, height_str, NULL, refimg, &width, &height ); in build_image_from_xml()
[all …]
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dasimagexml.c479 …= \"%s\", imtmp = %p, refimg = %p", width_str?width_str:"(null)", height_str?height_str:"(null)", … in translate_tag_size()
496 if( height_str ) in translate_tag_size()
498 if( height_str[0] == '$' || isdigit( (int)height_str[0] ) ) in translate_tag_size()
499 height = (int)parse_math(height_str, NULL, height); in translate_tag_size()
503 else if( height_str && width_ref > 0 && mystrcasecmp(height_str,"proportional") == 0 ) in translate_tag_size()
2344 char* height_str = NULL; in build_image_from_xml() local
2355 else if (strcmp(ptr->tag, "height") == 0 ) height_str = ptr->parm ; in build_image_from_xml()
2375 translate_tag_size( width_str, height_str, NULL, refimg, &width, &height ); in build_image_from_xml()
2391 translate_tag_size( width_str, height_str, NULL, refimg, &width, &height ); in build_image_from_xml()
2396 translate_tag_size( width_str, height_str, NULL, refimg, &width, &height ); in build_image_from_xml()
[all …]
/dports/graphics/eom/eom-1.26.0/src/
H A Deom-properties-dialog.c145 gchar *width_str, *height_str; in pd_update_general_tab() local
164 height_str = g_strdup_printf ("%d %s", height, in pd_update_general_tab()
170 height_str); in pd_update_general_tab()
172 g_free (height_str); in pd_update_general_tab()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Drest.cpp582 std::string height_str; in rest_blockhash_by_height() local
583 const RetFormat rf = ParseDataFormat(height_str, str_uri_part); in rest_blockhash_by_height()
586 if (!ParseInt32(height_str, &blockheight) || blockheight < 0) { in rest_blockhash_by_height()
587 return RESTERR(req, HTTP_BAD_REQUEST, "Invalid height: " + SanitizeString(height_str)); in rest_blockhash_by_height()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Drest.cpp582 std::string height_str; in rest_blockhash_by_height() local
583 const RetFormat rf = ParseDataFormat(height_str, str_uri_part); in rest_blockhash_by_height()
586 if (!ParseInt32(height_str, &blockheight) || blockheight < 0) { in rest_blockhash_by_height()
587 return RESTERR(req, HTTP_BAD_REQUEST, "Invalid height: " + SanitizeString(height_str)); in rest_blockhash_by_height()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Drest.cpp607 std::string height_str; in rest_blockhash_by_height() local
608 const RetFormat rf = ParseDataFormat(height_str, str_uri_part); in rest_blockhash_by_height()
611 if (!ParseInt32(height_str, &blockheight) || blockheight < 0) { in rest_blockhash_by_height()
612 return RESTERR(req, HTTP_BAD_REQUEST, "Invalid height: " + SanitizeString(height_str)); in rest_blockhash_by_height()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Drest.cpp582 std::string height_str; in rest_blockhash_by_height() local
583 const RetFormat rf = ParseDataFormat(height_str, str_uri_part); in rest_blockhash_by_height()
586 if (!ParseInt32(height_str, &blockheight) || blockheight < 0) { in rest_blockhash_by_height()
587 return RESTERR(req, HTTP_BAD_REQUEST, "Invalid height: " + SanitizeString(height_str)); in rest_blockhash_by_height()
/dports/graphics/eog/eog-41.1/src/
H A Deog-properties-dialog.c147 gchar *width_str, *height_str; in pd_update_general_tab() local
166 height_str = g_strdup_printf ("%d %s", height, in pd_update_general_tab()
172 height_str); in pd_update_general_tab()
174 g_free (height_str); in pd_update_general_tab()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Drest.cpp665 std::string height_str; in rest_blockhash_by_height() local
666 const RetFormat rf = ParseDataFormat(height_str, str_uri_part); in rest_blockhash_by_height()
669 if (!ParseInt32(height_str, &blockheight) || blockheight < 0) { in rest_blockhash_by_height()
670 return RESTERR(req, HTTP_BAD_REQUEST, "Invalid height: " + SanitizeString(height_str)); in rest_blockhash_by_height()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Drest.cpp665 std::string height_str; in rest_blockhash_by_height() local
666 const RetFormat rf = ParseDataFormat(height_str, str_uri_part); in rest_blockhash_by_height()
669 if (!ParseInt32(height_str, &blockheight) || blockheight < 0) { in rest_blockhash_by_height()
670 return RESTERR(req, HTTP_BAD_REQUEST, "Invalid height: " + SanitizeString(height_str)); in rest_blockhash_by_height()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Drest.cpp665 std::string height_str; in rest_blockhash_by_height() local
666 const RetFormat rf = ParseDataFormat(height_str, str_uri_part); in rest_blockhash_by_height()
669 if (!ParseInt32(height_str, &blockheight) || blockheight < 0) { in rest_blockhash_by_height()
670 return RESTERR(req, HTTP_BAD_REQUEST, "Invalid height: " + SanitizeString(height_str)); in rest_blockhash_by_height()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Drest.cpp678 std::string height_str; in rest_blockhash_by_height() local
679 const RetFormat rf = ParseDataFormat(height_str, str_uri_part); in rest_blockhash_by_height()
682 if (!ParseInt32(height_str, &blockheight) || blockheight < 0) { in rest_blockhash_by_height()
683 return RESTERR(req, HTTP_BAD_REQUEST, "Invalid height: " + SanitizeString(height_str)); in rest_blockhash_by_height()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Drest.cpp678 std::string height_str; in rest_blockhash_by_height() local
679 const RetFormat rf = ParseDataFormat(height_str, str_uri_part); in rest_blockhash_by_height()
682 if (!ParseInt32(height_str, &blockheight) || blockheight < 0) { in rest_blockhash_by_height()
683 return RESTERR(req, HTTP_BAD_REQUEST, "Invalid height: " + SanitizeString(height_str)); in rest_blockhash_by_height()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Drest.cpp678 std::string height_str; in rest_blockhash_by_height() local
679 const RetFormat rf = ParseDataFormat(height_str, str_uri_part); in rest_blockhash_by_height()
682 if (!ParseInt32(height_str, &blockheight) || blockheight < 0) { in rest_blockhash_by_height()
683 return RESTERR(req, HTTP_BAD_REQUEST, "Invalid height: " + SanitizeString(height_str)); in rest_blockhash_by_height()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/mapedit/
H A Dforms.c98 "Height:", map.height_str, 3, ResizeHeight); in BuildMapwinForm()
229 map.height_str, 3, ResizeHeight); in BuildPrefsSheet()

12