Home
last modified time | relevance | path

Searched refs:matchtitle (Results 1 – 13 of 13) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dstash.cc1616 ostringstream matchtitle; in display_search_results() local
1620 matchtitle << "(" << waypoint << ") "; in display_search_results()
1621 matchtitle << "[" << res.pos.id.describe() << "] "; in display_search_results()
1624 matchtitle << res.match; in display_search_results()
1627 matchtitle << " (" << res.duplicates << " further duplicate" << in display_search_results()
1633 matchtitle << " in " << res.duplicate_piles in display_search_results()
1636 matchtitle << ")"; in display_search_results()
1639 MenuEntry *me = new MenuEntry(matchtitle.str(), MEL_ITEM, 1, in display_search_results()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dsymbols.cpp782 std::regex matchtitle (".*?<title.*?>(.*?)<(/| /)"); in getSymbolsTitle() local
797 …std::string title_res = std::regex_replace (line, matchtitle,"$1",std::regex_constants::format_no_… in getSymbolsTitle()
850 std::regex matchtitle (".*?<title.*?>(.*?)<(/| /)"); in getSymbolsSet() local
868 …std::string title_res = std::regex_replace (line, matchtitle,"$1",std::regex_constants::format_no_… in getSymbolsSet()
/dports/www/youtube_dl/youtube-dl/youtube_dl/
H A DYoutubeDL.py733 matchtitle = self.params.get('matchtitle', False)
734 if matchtitle:
735 if not re.search(matchtitle, title, re.IGNORECASE):
736 return '"' + title + '" title did not match pattern "' + matchtitle + '"'
H A D__init__.py380 'matchtitle': decodeOption(opts.matchtitle),
/dports/www/p5-WordPress-XMLRPC/WordPress-XMLRPC-2.12/t/
H A Dxmlrpc.php2012 preg_match('|<title>([^<]*?)</title>|is', $linea, $matchtitle);
2013 $title = $matchtitle[1];
H A Dwordpress-2.8.4-xmlrpc.php3294 preg_match('|<title>([^<]*?)</title>|is', $linea, $matchtitle);
3295 $title = $matchtitle[1];
/dports/www/gallery-dl/gallery-dl-1.21.0/gallery_dl/
H A Dytdl.py454 "matchtitle": module.decodeOption(opts.matchtitle),
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/
H A DYoutubeDL.py1248 matchtitle = self.params.get('matchtitle', False)
1249 if matchtitle:
1250 if not re.search(matchtitle, title, re.IGNORECASE):
1251 return '"' + title + '" title did not match pattern "' + matchtitle + '"'
H A D__init__.py728 'matchtitle': decodeOption(opts.matchtitle),
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-xmlrpc-server.php6963 preg_match( '|<title>([^<]*?)</title>|is', $remote_source, $matchtitle );
6964 $title = isset( $matchtitle[1] ) ? $matchtitle[1] : '';
H A Dfunctions.php744 if ( preg_match( '/<title>(.+?)<\/title>/is', $content, $matchtitle ) ) {
745 $post_title = $matchtitle[1];
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-xmlrpc-server.php6963 preg_match( '|<title>([^<]*?)</title>|is', $remote_source, $matchtitle );
6964 $title = isset( $matchtitle[1] ) ? $matchtitle[1] : '';
H A Dfunctions.php744 if ( preg_match( '/<title>(.+?)<\/title>/is', $content, $matchtitle ) ) {
745 $post_title = $matchtitle[1];