Home
last modified time | relevance | path

Searched refs:matches2 (Results 1 – 25 of 118) sorted by relevance

12345

/dports/www/phpsysinfo/phpsysinfo-3.3.4/
H A Dread_config.php178 if (preg_match('/^charmap="?([^"]*)/', $line, $matches2)) {
179 define('PSI_SYSTEM_CODEPAGE', $matches2[1]);
190 if (isset($langdata['Linux']['_'.$matches2[1]])) {
191 $lang = $langdata['Linux']['_'.$matches2[1]];
197 define('PSI_SYSTEM_LANG', $lang.' ('.$matches2[1].')');
207 if (preg_match('/^"?([^\."]*)\.?([^"]*)/', $line, $matches2)) {
209 …if (!defined('PSI_SYSTEM_CODEPAGE') && isset($matches2[2]) && !is_null($matches2[2]) && (trim($mat…
210 define('PSI_SYSTEM_CODEPAGE', $matches2[2]);
216 if (isset($langdata['Linux']['_'.$matches2[1]])) {
217 $lang = $langdata['Linux']['_'.$matches2[1]];
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/Fingerprints/
H A DUnitTestSimScreener.py51 matches2 = [x for x in screener]
52 self.assertEqual(len(matches2), 3)
53 self.assertEqual(matches1, matches2)
83 matches2 = [x[0] for x in screener]
84 self.assertEqual(len(matches2), 5)
85 self.assertEqual(matches1, matches2)
99 matches2 = [x[0] for x in screener]
100 self.assertEqual(len(matches2), 5)
101 self.assertEqual(matches1, matches2)
/dports/www/horde-wicked/wicked-2.0.8/lib/Text_Wiki/tests/
H A DText_Wiki_Parse_Mediawiki_Tests.php84 $matches2 = array(0 => '<br />');
87 $this->assertRegExp('/\d+?/', $this->t->process($matches2));
240 $matches2 = array(0 => "=Level 1 heading=", 1 => '=', 2 => 'Level 1 heading');
244 $this->assertRegExp("/\d+?Level 1 heading\d+?\n/", $this->t->process($matches2));
278 $matches2 = array(0 => '------', 1 => '------');
281 $this->assertRegExp("/\d+?/", $this->t->process($matches2));
444 $this->assertRegExp("/\d+?/", $this->t->process($matches2));
533 $matches2 = array(0 => "#redirect [[Other page name]]", 1 => 'Other page name');
536 $this->assertRegExp("/\d+?Other page name\d+?/", $this->t->process($matches2));
640 … $matches2 = array(0 => '[[Etiam]]', 1 => '', 2 => '', 3 => 'Etiam', 4 => '', 5 => '', 6 => '');
[all …]
/dports/www/mybb/mybb-mybb_1829/inc/
H A Dfunctions_massmail.php202 preg_match("#alt=\"?([^\">]+)\"?#i", $a_href, $matches2);
203 if($matches2[1])
205 $contents = $matches2[1];
209 preg_match("#title=\"?([^\">]+)\"?#i", $a_href, $matches2);
210 if($matches2[1])
212 $contents = $matches2[1];
/dports/www/piwigo/piwigo/themes/modus/
H A Dfunctions.inc.php52 …&& preg_match('#<div class="?imageNumber"?>{\\$PHOTO}</div>#', $source, $matches2, PREG_OFFSET_CAP…
54 $source = substr_replace($source, '', $matches2[0][1], strlen($matches2[0][0]));
55 $source = substr_replace($source, $matches2[0][0], $matches[0][1]+strlen($matches[0][0]),0);
/dports/multimedia/openshot/openshot-qt-2.6.1/installer/
H A Dfix_qt5_rpath.py80 matches2 = REGEX_SDK_MATCH2.findall(raw_output)
86 elif matches2 and len(matches2[0]) == 2:
87 sdk_version = matches2[0][0]
88 min_version = matches2[0][1]
/dports/www/grafana8/grafana-8.3.6/pkg/components/imguploader/
H A Dimguploader.go145 matches2 := urlRegex2.FindStringSubmatch(url)
146 if len(matches2) > 0 {
147 info.bucket = matches2[3]
148 if matches2[2] != "" {
149 info.region = matches2[2]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/SubstructLibrary/
H A DsubstructLibraryTest.cpp614 auto matches2 = ssslib2.getMatches(*query); in testPatternHolder() local
615 std::sort(matches2.begin(), matches2.end()); in testPatternHolder()
616 TEST_ASSERT(matches1.size() == matches2.size()); in testPatternHolder()
637 auto matches2 = serialized.getMatches(*query); in testPatternHolder() local
638 std::sort(matches2.begin(), matches2.end()); in testPatternHolder()
704 auto matches2 = sss.getMatches(*tq); in testTautomerQueries() local
705 TEST_ASSERT(matches2.size() == 1); in testTautomerQueries()
709 matches2 = sss.getMatches(*tq); in testTautomerQueries()
710 TEST_ASSERT(matches2.size() == 1); in testTautomerQueries()
714 matches2 = sss2.getMatches(*tq); in testTautomerQueries()
[all …]
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Command/
H A DSecurityAnnotationLinterCommand.php58 $matches2 = [];
64 preg_match($pattern2, $expression, $matches2);
65 if (count($matches2) > 1) {
66 return $matches2[1];
/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/Util/
H A DRewrite.php235 …vice['sysDescr'], $matches) && preg_match('/^C(9[A-Za-z0-9]+)/', $device['hardware'], $matches2)) {
237 … $device['hardware'] = 'Catalyst ' . $matches2[1] . ' (' . $device['hardware'] . ')';
239 $device['hardware'] = 'Catalyst ' . $matches2[1];
/dports/net-im/licq-qt-gui/licq-f271d55/licqweb/
H A Drms.php154 preg_match("/\[(\d+)\] Event (.*)/", $packet, $matches2);
155 while ($matches[1] != $matches2[1]) {
158 preg_match("/\[(\d+)\]/", $packet, $matches2);
160 return $matches2[2];
/dports/net-im/licq-icq/licq-f271d55/licqweb/
H A Drms.php154 preg_match("/\[(\d+)\] Event (.*)/", $packet, $matches2);
155 while ($matches[1] != $matches2[1]) {
158 preg_match("/\[(\d+)\]/", $packet, $matches2);
160 return $matches2[2];
/dports/net-im/licq/licq-f271d55/licqweb/
H A Drms.php154 preg_match("/\[(\d+)\] Event (.*)/", $packet, $matches2);
155 while ($matches[1] != $matches2[1]) {
158 preg_match("/\[(\d+)\]/", $packet, $matches2);
160 return $matches2[2];
/dports/net-im/licq-osd/licq-f271d55/licqweb/
H A Drms.php154 preg_match("/\[(\d+)\] Event (.*)/", $packet, $matches2);
155 while ($matches[1] != $matches2[1]) {
158 preg_match("/\[(\d+)\]/", $packet, $matches2);
160 return $matches2[2];
/dports/net-im/licq-jabber/licq-f271d55/licqweb/
H A Drms.php154 preg_match("/\[(\d+)\] Event (.*)/", $packet, $matches2);
155 while ($matches[1] != $matches2[1]) {
158 preg_match("/\[(\d+)\]/", $packet, $matches2);
160 return $matches2[2];
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/tests/
H A Dtickettestcase.py37 matches2 = ['first', 'second']
44 self.assertEqual(t.getMatches(), matches2)
70 self.assertEqual(ft.getMatches(), matches2)
82 self.assertEqual(ft.getMatches(), matches2)
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dopenid.class.php374 …<link[^>]*href=\'"([^\'"]+)[\'"][^>]*rel=[\'"]openid.server[\'"][^>]*\/?>/i', $content, $matches2);
375 $servers = array_merge($matches1[1], $matches2[1]);
379 …k[^>]*href=[\'"]([^\'"]+)[\'"][^>]*rel=[\'"]openid.delegate[\'"][^>]*\/?>/i', $content, $matches2);
381 $delegates = array_merge($matches1[1], $matches2[1]);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dopenid.class.php377 …<link[^>]*href=\'"([^\'"]+)[\'"][^>]*rel=[\'"]openid.server[\'"][^>]*\/?>/i', $content, $matches2);
378 $servers = array_merge($matches1[1], $matches2[1]);
382 …k[^>]*href=[\'"]([^\'"]+)[\'"][^>]*rel=[\'"]openid.delegate[\'"][^>]*\/?>/i', $content, $matches2);
384 $delegates = array_merge($matches1[1], $matches2[1]);
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
H A DRobustMatcher.cpp55 const std::vector<std::vector<cv::DMatch> >& matches2, in symmetryTest()
68 matchIterator2 = matches2.begin(); matchIterator2 != matches2.end(); ++matchIterator2) in symmetryTest()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/vendor/odtphp/library/
H A Dodf.php152 if (preg_match($reg2, $matches[0][$i], $matches2)) {
153 $balise = str_replace('row.', '', $matches2[1]);
156 '[!-- BEGIN ' . $matches2[1] . ' --]' => '',
157 '[!-- END ' . $matches2[1] . ' --]' => '',
/dports/www/moodle311/moodle/lib/classes/update/
H A Dvalidator.php538 … preg_match_all('#\$((plugin|module)\->(maturity))=()(MATURITY_\w+);#m', $content, $matches2);
542 if (count($matches1[1]) + count($matches2[1]) + count($matches3[1]) + count($matches4[1])) {
544 array_merge($matches1[1], $matches2[1], $matches3[1], $matches4[1]),
545 array_merge($matches1[5], $matches2[5], $matches3[5], $matches4[5])
/dports/www/moodle310/moodle/lib/classes/update/
H A Dvalidator.php538 … preg_match_all('#\$((plugin|module)\->(maturity))=()(MATURITY_\w+);#m', $content, $matches2);
542 if (count($matches1[1]) + count($matches2[1]) + count($matches3[1]) + count($matches4[1])) {
544 array_merge($matches1[1], $matches2[1], $matches3[1], $matches4[1]),
545 array_merge($matches1[5], $matches2[5], $matches3[5], $matches4[5])
/dports/www/moodle39/moodle/lib/classes/update/
H A Dvalidator.php538 … preg_match_all('#\$((plugin|module)\->(maturity))=()(MATURITY_\w+);#m', $content, $matches2);
542 if (count($matches1[1]) + count($matches2[1]) + count($matches3[1]) + count($matches4[1])) {
544 array_merge($matches1[1], $matches2[1], $matches3[1], $matches4[1]),
545 array_merge($matches1[5], $matches2[5], $matches3[5], $matches4[5])
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.28/
H A D_Object.def286 = matches2?0,
287 is_class b && matches2 != []
302 matches2 = oo_method_lookup (b.oo_binary_table (oo_converse op) a);
323 = matches2?0, op.symmetric && matches2 != []
334 matches2 = oo_method_lookup (b.oo_binary_table op a);
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.6/
H A D_Object.def286 = matches2?0,
287 is_class b && matches2 != []
302 matches2 = oo_method_lookup (b.oo_binary_table (oo_converse op) a);
323 = matches2?0, op.symmetric && matches2 != []
334 matches2 = oo_method_lookup (b.oo_binary_table op a);

12345