Home
last modified time | relevance | path

Searched refs:empty_title (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/navigation/
H A Dhistory_state_operations_inttest.mm143 std::string empty_title;
158 std::string empty_title;
173 std::string empty_title;
189 std::string empty_title;
205 std::string empty_title;
226 std::string empty_title;
286 std::string empty_title;
327 std::string empty_title;
394 std::string empty_title;
421 std::string empty_title;
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/quickbook/test/doc-info/
H A DJamfile.v234 [ quickbook-test empty_title-1_1 ]
35 [ quickbook-test empty_title-1_5 ]
36 [ quickbook-test empty_title-1_6 ]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/quickbook/test/doc-info/
H A DJamfile.v234 [ quickbook-test empty_title-1_1 ]
35 [ quickbook-test empty_title-1_5 ]
36 [ quickbook-test empty_title-1_6 ]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/quickbook/test/doc-info/
H A DJamfile.v234 [ quickbook-test empty_title-1_1 ]
35 [ quickbook-test empty_title-1_5 ]
36 [ quickbook-test empty_title-1_6 ]
/dports/databases/percona57-server/boost_1_59_0/tools/quickbook/test/doc-info/
H A DJamfile.v234 [ quickbook-test empty_title-1_1 ]
35 [ quickbook-test empty_title-1_5 ]
36 [ quickbook-test empty_title-1_6 ]
/dports/databases/xtrabackup/boost_1_59_0/tools/quickbook/test/doc-info/
H A DJamfile.v234 [ quickbook-test empty_title-1_1 ]
35 [ quickbook-test empty_title-1_5 ]
36 [ quickbook-test empty_title-1_6 ]
/dports/databases/percona57-client/boost_1_59_0/tools/quickbook/test/doc-info/
H A DJamfile.v234 [ quickbook-test empty_title-1_1 ]
35 [ quickbook-test empty_title-1_5 ]
36 [ quickbook-test empty_title-1_6 ]
/dports/devel/boost-docs/boost_1_72_0/tools/quickbook/test/doc-info/
H A DJamfile.v234 [ quickbook-test empty_title-1_1 ]
35 [ quickbook-test empty_title-1_5 ]
36 [ quickbook-test empty_title-1_6 ]
/dports/devel/boost-libs/boost_1_72_0/tools/quickbook/test/doc-info/
H A DJamfile.v234 [ quickbook-test empty_title-1_1 ]
35 [ quickbook-test empty_title-1_5 ]
36 [ quickbook-test empty_title-1_6 ]
/dports/devel/boost-python-libs/boost_1_72_0/tools/quickbook/test/doc-info/
H A DJamfile.v234 [ quickbook-test empty_title-1_1 ]
35 [ quickbook-test empty_title-1_5 ]
36 [ quickbook-test empty_title-1_6 ]
/dports/devel/hyperscan/boost_1_75_0/tools/quickbook/test/doc-info/
H A DJamfile.v234 [ quickbook-test empty_title-1_1 ]
35 [ quickbook-test empty_title-1_5 ]
36 [ quickbook-test empty_title-1_6 ]
/dports/devel/allegro/allegro-4.4.3.1/docs/src/makedoc/
H A Dmakeman.c417 goto empty_title; in _write_short_desc()
419 goto empty_title; in _write_short_desc()
421 goto empty_title; in _write_short_desc()
435 empty_title: in _write_short_desc()
/dports/net-im/py-slackclient/python-slackclient-2.1.0/tests/web/classes/
H A Dtest_dialogs.py324 empty_title = copy(self.builder)
326 empty_title.title(None)
328 empty_title.to_dict()
/dports/deskutils/py-khard/khard-0.17.0/test/
H A Dtest_yaml.py72 empty_title = "First name: foo\nTitle:"
73 x = parse_yaml(empty_title)
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/game_sp/
H A Dfile.c19 char *empty_title = "-------- EMPTY --------"; in setLevelInfoToDefaults_SP() local
33 header->LevelTitle[i] = empty_title[i]; in setLevelInfoToDefaults_SP()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/game_sp/
H A Dfile.c19 char *empty_title = "-------- EMPTY --------"; in setLevelInfoToDefaults_SP() local
33 header->LevelTitle[i] = empty_title[i]; in setLevelInfoToDefaults_SP()
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/game_sp/
H A Dfile.c19 char *empty_title = "-------- EMPTY --------"; in setLevelInfoToDefaults_SP() local
33 header->LevelTitle[i] = empty_title[i]; in setLevelInfoToDefaults_SP()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/game_sp/
H A Dfile.c19 char *empty_title = "-------- EMPTY --------"; in setLevelInfoToDefaults_SP() local
33 header->LevelTitle[i] = empty_title[i]; in setLevelInfoToDefaults_SP()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/search/java/org/mozilla/search/
H A DPostSearchFragment.java184 … ((TextView) errorView.findViewById(R.id.empty_title)).setText(R.string.network_error_title); in onReceivedError()
H A DPreSearchFragment.java189 … ((TextView) emptyView.findViewById(R.id.empty_title)).setText(R.string.search_empty_title); in updateUiFromCursor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/profiler/
H A Dprofile-generator.cc759 const bool empty_title = (title[0] == '\0'); in StopProfiling() local
765 return empty_title || strcmp(p->title(), title) == 0; in StopProfiling()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/profiler/
H A Dprofile-generator.cc774 const bool empty_title = (title[0] == '\0'); in StopProfiling() local
780 return empty_title || strcmp(p->title(), title) == 0; in StopProfiling()
/dports/lang/v8/v8-9.6.180.12/src/profiler/
H A Dprofile-generator.cc920 const bool empty_title = (title[0] == '\0'); in StopProfiling() local
926 return empty_title || strcmp(p->title(), title) == 0; in StopProfiling()
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_photon.c49 static char *empty_title = " "; variable
1041 PtSetResource(gui.vimPanelGroup, Pt_ARG_PG_PANEL_TITLES, &empty_title, in gui_ph_pg_remove_buffer()
1157 PtSetArg(&args[ n++ ], Pt_ARG_PG_PANEL_TITLES, &empty_title, 1); in gui_mch_init()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/flatfile/
H A Dref.cpp1340 CRef<objects::CTitle::C_E> empty_title(new objects::CTitle::C_E); in get_thesis() local
1341 empty_title->SetName(""); in get_thesis()
1342 book.SetTitle().Set().push_back(empty_title); in get_thesis()

12