Home
last modified time | relevance | path

Searched refs:title_text (Results 201 – 225 of 312) sorted by relevance

12345678910>>...13

/dports/textproc/py-docutils/docutils-0.17.1/docutils/parsers/rst/directives/
H A Dtables.py45 title_text = self.arguments[0]
46 text_nodes, messages = self.state.inline_text(title_text,
48 title = nodes.title(title_text, '', *text_nodes)
/dports/x11-wm/durden/durden-0.6.1/durden/menus/global/
H A Ddebug.lua323 wnd.title_text and wnd.title_text or "unk");
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DCensusBrowseWnd.cpp122 CensusBrowseWnd::CensusBrowseWnd(const std::string& title_text, const std::map<std::string, float>&… in CensusBrowseWnd() argument
125 m_title_text(GG::Wnd::Create<CUILabel>(title_text, GG::FORMAT_LEFT)), in CensusBrowseWnd()
/dports/www/colly/colly-2.1.0/vendor/github.com/antchfx/xmlquery/
H A DREADME.md156 title_text := &xmlquery.Node{
160 title.FirstChild = title_text
/dports/www/tikiwiki/tiki-21.2/lib/parser/
H A Dparserlib.php2262 $title_text = '';
2580 $title_text = $current_title_num . $title_text_base;
2588 $thisid = preg_replace('/§[a-z0-9]{32}§/', '', $title_text);
2593 $thisid = 'a' . md5($title_text);
2638 …$title_text = preg_replace('/<div style="text-align: center;">(.*)<\/div>/', '\1', $title_text, 1,…
2641 $title_text = preg_replace('/^\s*(.+\s+\S+)\s+(\S+)\s*$/sumU', '$1&nbsp;$2', $title_text);
2654 …. ' class="showhide_heading" id="' . $thisid . '">' . $aclose . ' ' . $title_text . $headingLink .…
2656 …level) . $style . ' class="showhide_heading" id="' . $thisid . '">' . $title_text . $headingLink .…
/dports/games/endgame-singularity/singularity-1.00/singularity/code/screens/
H A Dmain_menu.py69 self.title_text = text.Text(self, (.5, .01), (.55, .08),
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/smithay-client-toolkit-0.12.3/src/window/
H A Dconcept_frame.rs667 let mut title_text = text::Text::new( in redraw() localVariable
699 > (title_text.get_width() as isize + scaled_button_size) in redraw()
701 title_text.pos.0 = in redraw()
703 - (title_text.get_width() / 2); in redraw()
704 header_canvas.draw(&title_text); in redraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/bookmarks/browser/
H A Dbookmark_utils_unittest.cc330 const base::string16 title_text = ASCIIToUTF16("foobar"); in TEST_F() local
334 model->AddURL(bookmark_bar_node, 0, title_text, GURL(url_text)); in TEST_F()
338 EXPECT_EQ(title_text, bookmark_bar_node->children()[0]->GetTitle()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/bookmarks/browser/
H A Dbookmark_utils_unittest.cc330 const base::string16 title_text = ASCIIToUTF16("foobar"); in TEST_F() local
334 model->AddURL(bookmark_bar_node, 0, title_text, GURL(url_text)); in TEST_F()
338 EXPECT_EQ(title_text, bookmark_bar_node->children()[0]->GetTitle()); in TEST_F()
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/antchfx/xmlquery/
H A DREADME.md197 title_text := &xmlquery.Node{
201 title.FirstChild = title_text
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/xyproto/heic/heic-1.0.0/vendor/github.com/antchfx/xmlquery/
H A DREADME.md197 title_text := &xmlquery.Node{
201 title.FirstChild = title_text
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/antchfx/xmlquery/xmlquery-1.3.8/
H A DREADME.md197 title_text := &xmlquery.Node{
201 title.FirstChild = title_text
/dports/textproc/p5-Plagger/Plagger-0.7.17/lib/Plagger/Plugin/Publish/
H A DSWF.pm63 $self->create_page($movie, ++$page, $entry->title_text, $entry->body_text);
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D9705.0e38943fa459e872fe93.js.map1 …nsnippet img\\n\t{% img ${1:class} ${2:URL} ${3:width} ${4:height} ${5:title_text} ${6:alt_text} %…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/bubble/
H A Dbubble_frame_view.h42 const base::string16& title_text);
/dports/games/xmris/xmris.4.04/
H A Ddefmris.c185 TITLE title_text[] = variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/bookmarks/
H A DBookmarkEditActivity.java71 mTitleEditText = findViewById(R.id.title_text); in onCreate()
/dports/devel/mercurial/mercurial-6.0/mercurial/templates/gitweb/
H A Dfilerevision.tmpl40 <div class="title_text">
H A Dfileannotate.tmpl40 <div class="title_text">
/dports/devel/cmake-gui/cmake-3.22.1/Tests/CMakeLib/
H A DtestRST.expect1 title_text
/dports/devel/cmake/cmake-3.22.1/Tests/CMakeLib/
H A DtestRST.expect1 title_text
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/bubble/
H A Dbubble_frame_view.h45 const base::string16& title_text);
/dports/misc/py-orange3-educational/orange3-educational-0.4.0/orangecontrib/educational/widgets/highcharts/
H A Dhighcharts.py267 title_text='Foo plot',
/dports/misc/py-orange3-timeseries/orange3-timeseries-0.3.10/orangecontrib/timeseries/widgets/highcharts/
H A Dhighcharts.py263 title_text='Foo plot',
/dports/devel/cmake-doc/cmake-3.22.1/Tests/CMakeLib/
H A DtestRST.expect1 title_text

12345678910>>...13