Home
last modified time | relevance | path

Searched refs:has_title (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/devel/R-cran-pillar/pillar/R/
H A Drowid-title.R1 rif_title <- function(has_title, ...) { argument
4 has_title = has_title nameattr
15 if (!x$has_title) {
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DDialogInviteLink.h73 bool has_title = !title_.empty(); in store() local
83 STORE_FLAG(has_title); in store()
103 if (has_title) { in store()
116 bool has_title; in parse() local
126 PARSE_FLAG(has_title); in parse()
146 if (has_title) { in parse()
/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/mediaplayer/
H A Dmediacontroller.cpp92 bool has_title = !title.isEmpty();
95 if (has_artist && has_title && has_album) {
98 } else if (has_title && has_artist) {
101 } else if (has_title) {
/dports/net/mosh/mosh-1.3.2/src/terminal/
H A Dterminaldisplayinit.cc93 : has_ech( true ), has_bce( true ), has_title( true ), smcup( NULL ), rmcup( NULL ) in Display()
130 has_title = false; in Display()
138 has_title = true; in Display()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/fuchsia/base/
H A Dtest_navigation_listener.cc97 if (change.has_title()) in OnNavigationStateChanged()
115 if (current_state_.has_title()) in OnNavigationStateChanged()
155 if (expected.has_title() && (!current_state_.has_title() || in AllFieldsMatch()
/dports/games/simutrans/simutrans-121.0/gui/
H A Dgui_frame.cc54 gui_aligned_container_t::set_pos(scr_coord(0, has_title()*D_TITLEBAR_HEIGHT)); in set_windowsize()
78 gui_aligned_container_t::set_pos(scr_coord(0, has_title()*D_TITLEBAR_HEIGHT)); in reset_min_windowsize()
141 translate_event(&ev2, 0, -has_title()*D_TITLEBAR_HEIGHT); in infowin_event()
179 scr_size titlebar_size(0, ( has_title()*D_TITLEBAR_HEIGHT )); in draw()
H A Dgui_frame.h169 return size - scr_size(0, ( has_title()*D_TITLEBAR_HEIGHT ) ); in get_client_windowsize()
210 virtual bool has_title() const { return true; } in has_title() function
H A Dpakselector.h28 bool has_title ( void ) const OVERRIDE { return false; } in has_title() function
/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Datom_test.cc231 ASSERT_FALSE(feed_->has_title()); in TEST_F()
232 ASSERT_FALSE(entry_->has_title()); in TEST_F()
251 ASSERT_TRUE(feed_->has_title()); in TEST_F()
252 ASSERT_TRUE(entry_->has_title()); in TEST_F()
269 ASSERT_FALSE(feed_->has_title()); in TEST_F()
270 ASSERT_FALSE(entry_->has_title()); in TEST_F()
321 ASSERT_TRUE(entry_->has_title()); in TEST_F()
333 ASSERT_TRUE(feed_->has_title()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/fuchsia/base/
H A Dtest_navigation_listener.cc117 if (change.has_title()) in OnNavigationStateChanged()
139 if (current_state_.has_title()) { in OnNavigationStateChanged()
192 if (expected.has_title() && (!current_state_.has_title() || in AllFieldsMatch()
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmButtons/
H A Dicons.c70 Bool has_title = (buttonTitle(b) != NULL ? True : False); in GetIconPosition()
83 if (has_title == True && Ffont && !(buttonJustify(b) & b_Horizontal)) in GetIconPosition()
117 if (has_title == True && Ffont && !(buttonJustify(b) & b_Horizontal)) in GetIconPosition()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmButtons/
H A Dicons.c64 Bool has_title = (buttonTitle(b) != NULL ? True : False); in GetIconPosition()
77 if (has_title == True && Ffont && !(buttonJustify(b) & b_Horizontal)) in GetIconPosition()
111 if (has_title == True && Ffont && !(buttonJustify(b) & b_Horizontal)) in GetIconPosition()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/
H A Dvaliderror_bioseqset.cpp395 bool has_title = false; in ValidateNucProtSet() local
404 has_title = true; in ValidateNucProtSet()
425 if (has_title) { in ValidateNucProtSet()
561 bool has_title = false; in ValidateSetTitle() local
578 has_title = true; in ValidateSetTitle()
584 …if (needs_title && !has_title && (m_Imp.IsRefSeq() || m_Imp.IsEmbl() || m_Imp.IsDdbj() || m_Imp.Is… in ValidateSetTitle()
631 bool has_title = false; in ValidateSetElements() local
634 has_title = true; in ValidateSetElements()
638 … if (!has_title && (m_Imp.IsRefSeq() || m_Imp.IsEmbl() || m_Imp.IsDdbj() || m_Imp.IsGenbank())) { in ValidateSetElements()
/dports/editors/setzer/Setzer-0.4.1/setzer/document/document_switcher_item/
H A Ddocument_switcher_item_viewgtk.py85 self.has_title = True
88 self.has_title = False
94 return self.has_title
/dports/www/drupal9/drupal-9.2.10/core/modules/inline_form_errors/src/
H A DFormErrorHandler.php88 $has_title = !empty($title);
97 elseif ($is_visible_element && $has_title && $has_id) {
/dports/www/drupal8/drupal-8.9.20/core/modules/inline_form_errors/src/
H A DFormErrorHandler.php88 $has_title = !empty($title);
97 elseif ($is_visible_element && $has_title && $has_id) {
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/src/tracker-extract/
H A Dtracker-extract-abw.c56 guint has_title : 1; member
106 if (data->has_title) { in abw_parser_text()
110 data->has_title = TRUE; in abw_parser_text()
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dicons.c355 if(Scr->ShrinkIconTitles && tmp_win->icon->has_title) { in PlaceIcon()
588 icon->has_title = false; in CreateIconWindow()
614 icon->has_title = true; in CreateIconWindow()
636 icon->has_title = false; in CreateIconWindow()
691 else if(icon->has_title) { in CreateIconWindow()
699 if(icon->has_title) { in CreateIconWindow()
976 if(!icon->has_title) { in PaintIcon()
1028 if(!icon->has_title) { in ShrinkIconTitle()
1060 if(!icon->has_title) { in ExpandIconTitle()
1310 else if(win->icon->has_title) { in RedoIconName()
[all …]
/dports/x11-wm/jewel/jewel-0.12.41/
H A Dclient.hh68 bool has_title; member in Client
129 bool hasWindowDecorations() const { return has_title; } in hasWindowDecorations()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Utils/StreamRecorder/
H A DStreamRecorderUtils.cpp94 bool has_title = false; in validateTemplate() local
110 has_title = true; in validateTemplate()
119 if( (!has_title) && (!has_track_number) ) in validateTemplate()
/dports/x11/mlterm/mlterm-3.9.1/vtemu/libptymosh/
H A Dterminaldisplayinit.cc20 : has_ech(true), has_bce(true) /* XXX */, has_title(true), in Display()
/dports/databases/percona57-server/boost_1_59_0/tools/auto_index/src/
H A Dindex_generator.cpp265 bool has_title = false; in generate_indexes() local
271 has_title = true; in generate_indexes()
319 if(!has_title) in generate_indexes()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/auto_index/src/
H A Dindex_generator.cpp265 bool has_title = false; in generate_indexes() local
271 has_title = true; in generate_indexes()
319 if(!has_title) in generate_indexes()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/auto_index/src/
H A Dindex_generator.cpp265 bool has_title = false; in generate_indexes() local
271 has_title = true; in generate_indexes()
319 if(!has_title) in generate_indexes()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/auto_index/src/
H A Dindex_generator.cpp265 bool has_title = false; in generate_indexes() local
271 has_title = true; in generate_indexes()
319 if(!has_title) in generate_indexes()

1234567