/dports/x11/fuzzel/fuzzel/ |
H A D | match.c | 14 struct matches { struct 16 struct match *matches; member 20 size_t max_matches_per_page; argument 23 struct matches * argument 26 struct matches *matches = malloc(sizeof(*matches)); in matches_init() local 39 matches_destroy(struct matches *matches) in matches_destroy() 61 matches_get_page_count(const struct matches *matches) in matches_get_page_count() 67 matches_get_page(const struct matches *matches) in matches_get_page() 92 matches_get_match(const struct matches *matches) in matches_get_match() 100 matches_get_count(const struct matches *matches) in matches_get_count() [all …]
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/ui/ |
H A D | OpenFromClipboardTests.java | 139 final List<?> matches = new ArrayList<>(); in getJavaElementMatches() local 168 List<?> matches = getJavaElementMatches(s); in testClassFileLine_1() local 180 List<?> matches = getJavaElementMatches(s); in testClassFileLine_2() local 192 List<?> matches = getJavaElementMatches(s); in testClassFileLine_3() local 207 List<?> matches= getJavaElementMatches(s); in testDBCS() local 222 List<?> matches= getJavaElementMatches(s); in testUmlaut() local 234 List<?> matches = getJavaElementMatches(s); in testClassFile_1() local 246 List<?> matches = getJavaElementMatches(s); in testTypeLine_1() local 258 List<?> matches = getJavaElementMatches(s); in testTypeLine_2() local 271 List<?> matches = getJavaElementMatches(s); in testStackTraceLine_1() local [all …]
|
/dports/net-mgmt/cacti/cacti-1.2.19/lib/ |
H A D | clog_webapi.php | 655 function clog_regex_parser($matches) { 692 function clog_regex_device($matches) { 719 function clog_regex_datasource($matches) { 771 function clog_regex_poller($matches) { 798 function clog_regex_dataquery($matches) { 825 function clog_regex_rra($matches) { 842 function clog_regex_graphs($matches) { 886 function clog_regex_graphtemplates($matches) { 913 function clog_regex_users($matches) { 947 function clog_regex_rule($matches) {
|
/dports/science/opsin/dan2097-opsin-9b25f7546b67/opsin-core/src/test/java/uk/ac/cam/ch/wwmm/opsin/ |
H A D | RadixTrieTest.java | 16 List<Integer> matches= trie.findMatches("benzene", 0); in testSimpleAddSimpleGet() local 26 List<Integer> matches= trie.findMatches("phenylbenzene", 0); in testSimpleAddFindPrefix() local 37 List<Integer> matches= trie.findMatches("phenylbenzene", 0); in testAddWithBranchFindPrefix() local 47 List<Integer> matches= trie.findMatches("phenylbenzene", 0); in testZeroLengthToken() local 58 List<Integer> matches= trie.findMatches("methylidene", 0); in testMultipleHits() local 74 List<Integer> matches= trie.findMatches("abc", 0); in testMultipleHits2() local 91 List<Integer> matches= trie.findMatchesReadingStringRightToLeft("ethyl", 5); in testReverseMatching() local
|
/dports/devel/kyua/kyua-0.13/utils/text/ |
H A D | regex_test.cpp | 41 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY() local 51 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY() local 62 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY() local 74 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY() local 87 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY() local 99 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY() local 115 const text::regex_matches matches = regex.match("my number is 581."); in ATF_TEST_CASE_BODY() local 123 const text::regex_matches matches = regex.match("your number is 6"); in ATF_TEST_CASE_BODY() local
|
/dports/www/limesurvey/limesurvey/framework/vendors/markdown/ |
H A D | markdown.php | 328 public function _hashHTMLBlocks_callback($matches) { 469 public function _doHardBreaks_callback($matches) { 740 public function _doHeaders_callback_atx($matches) { 814 public function _doLists_callback($matches) { 923 public function _doCodeBlocks_callback($matches) { 1124 public function _doBlockQuotes_callback($matches) { 1433 public function _detab_callback($matches) { 1471 public function _unhash_callback($matches) { 2080 public function _doHeaders_callback_atx($matches) { 2159 public function _doTable_callback($matches) { [all …]
|
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/vendors/markdown/ |
H A D | markdown.php | 324 public function _hashHTMLBlocks_callback($matches) { 465 public function _doHardBreaks_callback($matches) { 736 public function _doHeaders_callback_atx($matches) { 800 public function _doLists_callback($matches) { 909 public function _doCodeBlocks_callback($matches) { 1109 public function _doBlockQuotes_callback($matches) { 1409 public function _detab_callback($matches) { 1447 public function _unhash_callback($matches) { 2055 public function _doHeaders_callback_atx($matches) { 2134 public function _doTable_callback($matches) { [all …]
|
/dports/www/horde-wicked/wicked-2.0.8/lib/Text_Wiki/Text/Wiki/Parse/Mediawiki/ |
H A D | Url.php | 202 function process(&$matches) 216 function processWithoutProtocol(&$matches) 230 function processInlineEmail(&$matches) 255 function processFootnote(&$matches) 271 function processOrdinary(&$matches) 305 function processDescr(&$matches)
|
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/text_wiki_mediawiki/Text/Wiki/Parse/Mediawiki/ |
H A D | Url.php | 202 function process(&$matches) 216 function processWithoutProtocol(&$matches) 230 function processInlineEmail(&$matches) 255 function processFootnote(&$matches) 271 function processOrdinary(&$matches) 305 function processDescr(&$matches)
|
/dports/www/mybb/mybb-mybb_1829/inc/ |
H A D | class_parser.php | 1067 function mycode_parse_code_callback($matches) 1158 function mycode_parse_php_callback($matches) 1221 function mycode_parse_font_callback($matches) 1238 function mycode_parse_url_callback1($matches) 1253 function mycode_parse_url_callback2($matches) 1326 function mycode_parse_img_callback1($matches) 1337 function mycode_parse_img_callback2($matches) 1348 function mycode_parse_img_callback3($matches) 1359 function mycode_parse_img_callback4($matches) 1786 function mycode_parse_list_callback($matches) [all …]
|
/dports/www/moodle310/moodle/lib/markdown/ |
H A D | MarkdownExtra.php | 284 protected function _stripLinkDefinitions_callback($matches) { 877 protected function _doAnchors_inline_callback($matches) { 965 protected function _doImages_reference_callback($matches) { 1001 protected function _doImages_inline_callback($matches) { 1069 protected function _doHeaders_callback_setext($matches) { 1088 protected function _doHeaders_callback_atx($matches) { 1192 protected function _doTable_callback($matches) { 1305 protected function _doDefLists_callback($matches) { 1583 protected function _stripFootnotes_callback($matches) { 1677 protected function _appendFootnotes_callback($matches) { [all …]
|
/dports/www/moodle39/moodle/lib/markdown/ |
H A D | MarkdownExtra.php | 284 protected function _stripLinkDefinitions_callback($matches) { 877 protected function _doAnchors_inline_callback($matches) { 965 protected function _doImages_reference_callback($matches) { 1001 protected function _doImages_inline_callback($matches) { 1069 protected function _doHeaders_callback_setext($matches) { 1088 protected function _doHeaders_callback_atx($matches) { 1192 protected function _doTable_callback($matches) { 1305 protected function _doDefLists_callback($matches) { 1583 protected function _stripFootnotes_callback($matches) { 1677 protected function _appendFootnotes_callback($matches) { [all …]
|
/dports/devel/py-rebulk/rebulk-3.1.0/rebulk/test/ |
H A D | default_rules_module.py | 10 def when(self, matches, context): argument 16 def when(self, matches, context): argument 21 def when(self, matches, context): argument 26 def when(self, matches, context): argument 31 def when(self, matches, context): argument 36 def when(self, matches, context): argument 42 def when(self, matches, context): argument 47 def when(self, matches, context): argument 53 def when(self, matches, context): argument 58 def when(self, matches, context): argument [all …]
|
/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/plugins/luminous/languages/ |
H A D | perl.php | 121 function slash_override($matches) { 138 function str_override($matches) { 184 function heredoc_override($matches) { 208 function heredoc_real_override($matches) { 228 function term_override($matches) { 236 function pod_cut_override($matches) {
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ |
H A D | BinaryReferencesTests.java | 139 List<SearchMatch> matches= doRefactoring(descriptor); in testRenameType01() local 168 List<SearchMatch> matches= context.getMatches(); in testRenameType02() local 193 List<SearchMatch> matches= doRenameMethod("source.BaseClass", "baseMethod"); in testRenameVirtualMethod01() local 201 List<SearchMatch> matches= doRenameMethod("source.BaseClass", "compareTo"); in testRenameVirtualMethod02() local 246 List<SearchMatch> matches= doRenameField("source.BaseClass", "fProtected"); in testRenameField01() local 254 List<SearchMatch> matches= doRenameField("source.BaseClass", "fPublic"); in testRenameField02() local 262 List<SearchMatch> matches= doRenameField("source.Color", "RED"); in testRenameField03() local 287 List<SearchMatch> matches= doRefactoring(descriptor); in testRenamePackage01() local 317 List<SearchMatch> matches= context.getMatches(); in testRenamePackage02() local 432 List<SearchMatch> matches= doMoveType("source.BaseClass", "source.sub"); in testMoveType01() local [all …]
|
/dports/www/elgg/elgg-3.3.23/vendor/michelf/php-markdown/Michelf/ |
H A D | MarkdownExtra.php | 330 protected function _stripLinkDefinitions_callback($matches) { 932 protected function _doAnchors_inline_callback($matches) { 1020 protected function _doImages_reference_callback($matches) { 1057 protected function _doImages_inline_callback($matches) { 1125 protected function _doHeaders_callback_setext($matches) { 1144 protected function _doHeaders_callback_atx($matches) { 1247 protected function _doTable_callback($matches) { 1362 protected function _doDefLists_callback($matches) { 1639 protected function _stripFootnotes_callback($matches) { 1763 protected function _appendFootnotes_callback($matches) { [all …]
|
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/michelf/php-markdown/Michelf/ |
H A D | MarkdownExtra.php | 330 protected function _stripLinkDefinitions_callback($matches) { 932 protected function _doAnchors_inline_callback($matches) { 1019 protected function _doImages_reference_callback($matches) { 1056 protected function _doImages_inline_callback($matches) { 1123 protected function _doHeaders_callback_setext($matches) { 1142 protected function _doHeaders_callback_atx($matches) { 1245 protected function _doTable_callback($matches) { 1360 protected function _doDefLists_callback($matches) { 1637 protected function _stripFootnotes_callback($matches) { 1761 protected function _appendFootnotes_callback($matches) { [all …]
|
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/michelf/php-markdown/Michelf/ |
H A D | MarkdownExtra.php | 330 protected function _stripLinkDefinitions_callback($matches) { 932 protected function _doAnchors_inline_callback($matches) { 1019 protected function _doImages_reference_callback($matches) { 1056 protected function _doImages_inline_callback($matches) { 1123 protected function _doHeaders_callback_setext($matches) { 1142 protected function _doHeaders_callback_atx($matches) { 1245 protected function _doTable_callback($matches) { 1360 protected function _doDefLists_callback($matches) { 1637 protected function _stripFootnotes_callback($matches) { 1761 protected function _appendFootnotes_callback($matches) { [all …]
|
/dports/www/moodle311/moodle/lib/markdown/ |
H A D | MarkdownExtra.php | 330 protected function _stripLinkDefinitions_callback($matches) { 932 protected function _doAnchors_inline_callback($matches) { 1019 protected function _doImages_reference_callback($matches) { 1056 protected function _doImages_inline_callback($matches) { 1123 protected function _doHeaders_callback_setext($matches) { 1142 protected function _doHeaders_callback_atx($matches) { 1245 protected function _doTable_callback($matches) { 1360 protected function _doDefLists_callback($matches) { 1637 protected function _stripFootnotes_callback($matches) { 1761 protected function _appendFootnotes_callback($matches) { [all …]
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-cov/ |
H A D | CoverageFilters.cpp | 20 bool NameCoverageFilter::matches( in matches() function in NameCoverageFilter 27 bool NameRegexCoverageFilter::matches( in matches() function in NameRegexCoverageFilter 37 bool NameWhitelistCoverageFilter::matches( in matches() function in NameWhitelistCoverageFilter 43 bool RegionCoverageFilter::matches( in matches() function in RegionCoverageFilter 50 bool LineCoverageFilter::matches( in matches() function in LineCoverageFilter 61 bool CoverageFilters::matches(const coverage::CoverageMapping &CM, in matches() function in CoverageFilters 78 bool CoverageFiltersMatchAll::matches( in matches() function in CoverageFiltersMatchAll
|
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-cov/ |
H A D | CoverageFilters.cpp | 20 bool NameCoverageFilter::matches( in matches() function in NameCoverageFilter 27 bool NameRegexCoverageFilter::matches( in matches() function in NameRegexCoverageFilter 37 bool NameWhitelistCoverageFilter::matches( in matches() function in NameWhitelistCoverageFilter 43 bool RegionCoverageFilter::matches( in matches() function in RegionCoverageFilter 50 bool LineCoverageFilter::matches( in matches() function in LineCoverageFilter 61 bool CoverageFilters::matches(const coverage::CoverageMapping &CM, in matches() function in CoverageFilters 78 bool CoverageFiltersMatchAll::matches( in matches() function in CoverageFiltersMatchAll
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-cov/ |
H A D | CoverageFilters.cpp | 20 bool NameCoverageFilter::matches( in matches() function in NameCoverageFilter 27 bool NameRegexCoverageFilter::matches( in matches() function in NameRegexCoverageFilter 37 bool NameWhitelistCoverageFilter::matches( in matches() function in NameWhitelistCoverageFilter 43 bool RegionCoverageFilter::matches( in matches() function in RegionCoverageFilter 50 bool LineCoverageFilter::matches( in matches() function in LineCoverageFilter 61 bool CoverageFilters::matches(const coverage::CoverageMapping &CM, in matches() function in CoverageFilters 78 bool CoverageFiltersMatchAll::matches( in matches() function in CoverageFiltersMatchAll
|
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-cov/ |
H A D | CoverageFilters.cpp | 19 bool NameCoverageFilter::matches( in matches() function in NameCoverageFilter 26 bool NameRegexCoverageFilter::matches( in matches() function in NameRegexCoverageFilter 36 bool NameWhitelistCoverageFilter::matches( in matches() function in NameWhitelistCoverageFilter 42 bool RegionCoverageFilter::matches( in matches() function in RegionCoverageFilter 49 bool LineCoverageFilter::matches( in matches() function in LineCoverageFilter 60 bool CoverageFilters::matches(const coverage::CoverageMapping &CM, in matches() function in CoverageFilters 77 bool CoverageFiltersMatchAll::matches( in matches() function in CoverageFiltersMatchAll
|
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-cov/ |
H A D | CoverageFilters.cpp | 19 bool NameCoverageFilter::matches( in matches() function in NameCoverageFilter 26 bool NameRegexCoverageFilter::matches( in matches() function in NameRegexCoverageFilter 36 bool NameWhitelistCoverageFilter::matches( in matches() function in NameWhitelistCoverageFilter 42 bool RegionCoverageFilter::matches( in matches() function in RegionCoverageFilter 49 bool LineCoverageFilter::matches( in matches() function in LineCoverageFilter 60 bool CoverageFilters::matches(const coverage::CoverageMapping &CM, in matches() function in CoverageFilters 77 bool CoverageFiltersMatchAll::matches( in matches() function in CoverageFiltersMatchAll
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageFilters.cpp | 20 bool NameCoverageFilter::matches( in matches() function in NameCoverageFilter 27 bool NameRegexCoverageFilter::matches( in matches() function in NameRegexCoverageFilter 37 bool NameWhitelistCoverageFilter::matches( in matches() function in NameWhitelistCoverageFilter 43 bool RegionCoverageFilter::matches( in matches() function in RegionCoverageFilter 50 bool LineCoverageFilter::matches( in matches() function in LineCoverageFilter 61 bool CoverageFilters::matches(const coverage::CoverageMapping &CM, in matches() function in CoverageFilters 78 bool CoverageFiltersMatchAll::matches( in matches() function in CoverageFiltersMatchAll
|