Home
last modified time | relevance | path

Searched refs:title_text (Results 251 – 275 of 312) sorted by relevance

1...<<111213

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/
H A Dcontext_menu_controller.cc250 data.title_text = html_element->title(); in ShowContextMenu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/
H A Dcontext_menu_controller.cc279 data.title_text = html_element->title(); in ShowContextMenu()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/samples/
H A Dbagofwords_classification.cpp1266 string title_text = title; in savePrecRecallToGnuplot() local
1267 if (title_text.size() == 0) title_text = "Precision-Recall Curve"; in savePrecRecallToGnuplot()
1268 plot_file << "set title \"" << title_text << " (ap: " << ap << ")\"" << endl; in savePrecRecallToGnuplot()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/
H A Dframe_messages.h175 IPC_STRUCT_TRAITS_MEMBER(title_text)
/dports/x11/xvt/xvt-3.0.1/W11/w32/
H A Dxlib.c375 canvas->title_text = NULL;
599 title = ntw->title_text;
3209 ntw->title_text = strdup(wname);
3226 if (ntw->title_text!=NULL) in XFetchName()
3228 *window_name_return = strdup(ntw->title_text); in XFetchName()
/dports/x11-clocks/rclock/rxvt-2.7.10/W11/w32/
H A Dxlib.c375 canvas->title_text = NULL;
599 title = ntw->title_text;
3209 ntw->title_text = strdup(wname);
3226 if (ntw->title_text!=NULL) in XFetchName()
3228 *window_name_return = strdup(ntw->title_text); in XFetchName()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/dialogs/
H A Dedit_room.lua56 self.title_text = room_type.name
61 self.title_text = room_type.room_info.name
243 self.ui.hospital:spendMoney(cost, _S.transactions.build_room .. ": " .. self.title_text, cost)
/dports/science/gramps/gramps-5.1.4/gramps/plugins/webreport/
H A Dwebcal.py129 self.title_text = html_escape(mgobn('title'))
986 webcal, body = self.write_header(nr_up, self.title_text)
1602 title = self.title_text
/dports/devel/mercurial/mercurial-6.0/mercurial/templates/static/
H A Dstyle-gitweb.css29 div.title_text { padding:6px 0px; border: solid #d9d8d1; border-width:0px 0px 1px; }
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dnewgame.cc810 const string title_text = make_stringf( in _choose_seed() local
813 box->add_child(make_shared<ui::Text>(formatted_string(title_text, CYAN))); in _choose_seed()
948 tiles.json_write_string("title", title_text); in _choose_seed()
/dports/security/yersinia/yersinia-8c0d7c5/src/
H A Dgtk-interface.c1496 …gchar *title_text = g_strconcat( protocols[ params_ctx->helper->mode ].namep, " attack parameters"… in gtk_i_create_attackparamsdialog() local
1501 gtk_window_set_title( GTK_WINDOW( main_dialog ), _( title_text ) ); in gtk_i_create_attackparamsdialog()
1502 g_free( title_text ); in gtk_i_create_attackparamsdialog()
/dports/editors/vim/vim-8.2.3745/src/
H A Dpopupwin.c3924 char_u *title_text = alloc(title_byte_len + 1); in update_popups() local
3926 if (title_text != NULL) in update_popups()
3928 trunc_string(wp->w_popup_title, title_text, in update_popups()
3930 screen_puts(title_text, wp->w_winrow, title_wincol, in update_popups()
3933 vim_free(title_text); in update_popups()
/dports/games/frozen-bubble/frozen-bubble-d6a0291/lib/Games/FrozenBubble/
H A DLevelEditor.pm835 my ($title_text) = @_;
848 …SDLx::SFont::print_text( $app,$rect{middle}->x + $rect{middle}->w/2 - 12 * length($title_text)/2…
/dports/multimedia/dvd-slideshow/dvd-slideshow-0.8.4-2/
H A Ddvd-menu362 title_text ()
1307 title_text "$tmpdir/dvd_title.png"
/dports/devel/git-svn/git-2.34.1/gitweb/static/
H A Dgitweb.css117 div.title_text {
/dports/devel/git-gui/git-2.34.1/gitweb/static/
H A Dgitweb.css117 div.title_text {
/dports/devel/git-p4/git-2.34.1/gitweb/static/
H A Dgitweb.css117 div.title_text {
/dports/devel/git/git-2.34.1/gitweb/static/
H A Dgitweb.css117 div.title_text {
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/gtk/
H A Dstatus_change.py62 self.title_text = _('Status Message') # TimeoutWindow
/dports/devel/git-cvs/git-2.34.1/gitweb/static/
H A Dgitweb.css117 div.title_text {
/dports/misc/py-orange3-educational/orange3-educational-0.4.0/orangecontrib/educational/widgets/
H A Dowpolynomialclassification.py190 yAxis_tickWidth=1, title_text='', tooltip_shared=False)
/dports/devel/cgit/cgit-1.2.3/git/gitweb/static/
H A Dgitweb.css117 div.title_text {
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dmainwindow.c273 static gchar *get_save_filename(gchar *old_filename, gchar *title_text, in get_save_filename() argument
332 filename = get_filename ( old_filename, "*.wav", title_text, in get_save_filename()
335 filename = get_filename (lsd, "*.wav", title_text, TRUE, in get_save_filename()
342 filename = get_filename(d, "*.wav", title_text, TRUE, in get_save_filename()
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/prc/
H A DwritePRC.h144 title_text = text; in PRCAttributeEntry()
148 std::string title_text; member
/dports/math/asymptote/asymptote-2.67/prc/
H A DwritePRC.h144 title_text = text; in PRCAttributeEntry()
148 std::string title_text; member

1...<<111213