Home
last modified time | relevance | path

Searched refs:getMatch (Results 1 – 25 of 652) sorted by relevance

12345678910>>...27

/dports/databases/pgfouine/pgfouine-1.2/include/postgresql/vacuum/lines/
H A DPostgreSQLVacuumDetailLine.class.php38 $nonRemovableDeadRows = $detailVacuumFullMatch->getMatch(1);
41 $unusedItemPointers = $detailVacuumFullMatch->getMatch(4);
42 $totalFreeSpace = $detailVacuumFullMatch->getMatch(5);
46 $freeSpace = $detailVacuumFullMatch->getMatch(9);
49 $duration = (float) $detailVacuumFullMatch->getMatch(12);
59 $nonRemovableDeadRows = $detailVacuumMatch->getMatch(1);
62 $unusedItemPointers = $detailVacuumMatch->getMatch(2);
64 $numberOfPagesToEmpty = $detailVacuumMatch->getMatch(3);
68 $systemCpuUsage = (float) $detailVacuumMatch->getMatch(4);
69 $userCpuUsage = (float) $detailVacuumMatch->getMatch(5);
[all …]
H A DPostgreSQLIndexCleanupDetailLine.class.php36 $numberOfRemovedRowVersions = $detailMatch->getMatch(1) ? $detailMatch->getMatch(1) : 0;
37 $numberOfDeletedPages = $detailMatch->getMatch(2);
38 $numberOfReusablePages = $detailMatch->getMatch(3);
39 $systemCpuUsage = (float) $detailMatch->getMatch(4);
40 $userCpuUsage = (float) $detailMatch->getMatch(5);
41 $duration = (float) $detailMatch->getMatch(6);
H A DPostgreSQLFSMInformationDetailLine.class.php37 $pageSlotsInUse = $detailMatch->getMatch(1);
38 $pageSlotsRequired = $detailMatch->getMatch(2);
39 $maxNumberOfPageSlots = $detailMatch->getMatch(3);
40 $maxNumberOfRelations = $detailMatch->getMatch(4);
41 $size = $detailMatch->getMatch(5);
/dports/databases/pgfouine/pgfouine-1.2/include/postgresql/vacuum/parsers/
H A DPostgreSQLVacuumParser.class.php40 $logLinePrefix = trim($logLineMatch->getMatch(1));
41 $keyword = $logLineMatch->getMatch(2);
54 if($actionOnTableMatch->getMatch(1) == 'vacuuming') {
62 $table = $actionOnTableMatch->getMatch(2);
64 $schema = $actionOnTableMatch->getMatch(2);
65 $table = $actionOnTableMatch->getMatch(3);
77 …numberOfPagesRemoved = $operationInformationMatch->getMatch(2) - $operationInformationMatch->getMa…
86 $indexName = $indexInformationMatch->getMatch(1);
88 $numberOfPages = $indexInformationMatch->getMatch(3);
103 $userCpuUsage = (float) $cpuDetailMatch->getMatch(2);
[all …]
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/test/java/org/mortbay/jetty/servlet/
H A DPathMapTest.java94 assertEquals(tests[i][0], tests[i][1], p.getMatch(tests[i][0]).getValue()); in testPathMap()
98 assertEquals("Match absolute path", "/abs/path", p.getMatch("/abs/path").getKey()); in testPathMap()
119 assertEquals("multi paths", "9", p.getMatch("/XXX").getValue()); in testPathMap()
120 assertEquals("multi paths", "9", p.getMatch("/YYY").getValue()); in testPathMap()
125 assertEquals("Match absolute path", "/abs/path", p.getMatch("/abs/path").getKey()); in testPathMap()
126 assertEquals("Match absolute path", "1", p.getMatch("/abs/path").getValue()); in testPathMap()
128 assertEquals("Mismatch absolute path", "0", p.getMatch("/abs/pith").getValue()); in testPathMap()
130 assertEquals("Not exact absolute path", "0", p.getMatch("/abs/path/").getValue()); in testPathMap()
136 assertEquals("mismatch exact prefix", "5", p.getMatch("/animal").getValue()); in testPathMap()
137 assertEquals("mismatch exact prefix", "5", p.getMatch("/animal/").getValue()); in testPathMap()
[all …]
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/test/java/org/mortbay/jetty/servlet/
H A DPathMapTest.java94 assertEquals(tests[i][0], tests[i][1], p.getMatch(tests[i][0]).getValue()); in testPathMap()
98 assertEquals("Match absolute path", "/abs/path", p.getMatch("/abs/path").getKey()); in testPathMap()
119 assertEquals("multi paths", "9", p.getMatch("/XXX").getValue()); in testPathMap()
120 assertEquals("multi paths", "9", p.getMatch("/YYY").getValue()); in testPathMap()
125 assertEquals("Match absolute path", "/abs/path", p.getMatch("/abs/path").getKey()); in testPathMap()
126 assertEquals("Match absolute path", "1", p.getMatch("/abs/path").getValue()); in testPathMap()
128 assertEquals("Mismatch absolute path", "0", p.getMatch("/abs/pith").getValue()); in testPathMap()
130 assertEquals("Not exact absolute path", "0", p.getMatch("/abs/path/").getValue()); in testPathMap()
136 assertEquals("mismatch exact prefix", "5", p.getMatch("/animal").getValue()); in testPathMap()
137 assertEquals("mismatch exact prefix", "5", p.getMatch("/animal/").getValue()); in testPathMap()
[all …]
/dports/databases/pgfouine/pgfouine-1.2/include/postgresql/parsers/
H A DPostgreSQLParser.class.php32 $logLinePrefix = trim($logLineMatch->getMatch(1));
33 $keyword = $logLineMatch->getMatch(2);
43 …$line = new PostgreSQLDurationLine(trim($durationMatch->getMatch(1)), $durationMatch->getMatch(2));
47 $action = strtolower($preparedStatementMatch->getMatch(1));
48 $statementInformation = explode('/', $preparedStatementMatch->getMatch(2));
58 …dStatementName, $portalName, $text, trim($durationMatch->getMatch(1)), $durationMatch->getMatch(2)…
63 …urationLine($additionalInformation, trim($durationMatch->getMatch(1)), $durationMatch->getMatch(2)…
69 $action = strtolower($preparedStatementMatch->getMatch(1));
70 $statementInformation = explode('/', $preparedStatementMatch->getMatch(2));
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/com/leanplum/internal/
H A DResourceQualifiers.java34 abstract Object getMatch(String str); in getMatch() method in ResourceQualifiers.QualifierFilter
46 public Object getMatch(String str) {
60 public Object getMatch(String str) {
74 public Object getMatch(String str) {
88 public Object getMatch(String str) {
107 public Object getMatch(String str) {
123 public Object getMatch(String str) {
161 public Object getMatch(String str) {
199 public Object getMatch(String str) {
237 public Object getMatch(String str) {
[all …]
/dports/databases/pgfouine/pgfouine-1.2/include/postgresql/lines/
H A DPostgreSQLStatusLine.class.php30 … $logStream->setHostConnection($connectionReceived->getMatch(1), $connectionReceived->getMatch(2));
36 …$logStream->setUserDatabase($connectionAuthorized->getMatch(1), $connectionAuthorized->getMatch(2)…
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/parsers/
H A DCIPParser.php114 $this->match = $this->ipv4_parser->getMatch();
118 $this->match = $this->ipv6_parser->getMatch();
122 $this->match = $this->user_macro_parser->getMatch();
126 $this->match = $this->lld_macro_parser->getMatch();
131 $this->match = $this->lld_macro_function_parser->getMatch();
135 $this->match = $this->macro_parser->getMatch();
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/parsers/
H A DCIPParser.php114 $this->match = $this->ipv4_parser->getMatch();
118 $this->match = $this->ipv6_parser->getMatch();
122 $this->match = $this->user_macro_parser->getMatch();
126 $this->match = $this->lld_macro_parser->getMatch();
131 $this->match = $this->lld_macro_function_parser->getMatch();
135 $this->match = $this->macro_parser->getMatch();
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/parsers/
H A DCIPParser.php114 $this->match = $this->ipv4_parser->getMatch();
118 $this->match = $this->ipv6_parser->getMatch();
122 $this->match = $this->user_macro_parser->getMatch();
126 $this->match = $this->lld_macro_parser->getMatch();
131 $this->match = $this->lld_macro_function_parser->getMatch();
135 $this->match = $this->macro_parser->getMatch();
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/parsers/
H A DCIPParser.php114 $this->match = $this->ipv4_parser->getMatch();
118 $this->match = $this->ipv6_parser->getMatch();
122 $this->match = $this->user_macro_parser->getMatch();
126 $this->match = $this->lld_macro_parser->getMatch();
131 $this->match = $this->lld_macro_function_parser->getMatch();
135 $this->match = $this->macro_parser->getMatch();
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/parsers/
H A DCIPParser.php114 $this->match = $this->ipv4_parser->getMatch();
118 $this->match = $this->ipv6_parser->getMatch();
122 $this->match = $this->user_macro_parser->getMatch();
126 $this->match = $this->lld_macro_parser->getMatch();
131 $this->match = $this->lld_macro_function_parser->getMatch();
135 $this->match = $this->macro_parser->getMatch();
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/test/evosuite-tests/uk/ac/sanger/artemis/components/
H A DAlignmentEvent_ESTest.java23 AlignMatch alignMatch0 = alignmentEvent0.getMatch(); in test0()
32 AlignMatch alignMatch1 = alignmentEvent0.getMatch(); in test1()
41 AlignMatch alignMatch1 = alignmentEvent0.getMatch(); in test2()
50 AlignMatch alignMatch1 = alignmentEvent0.getMatch(); in test3()
59 AlignMatch alignMatch1 = alignmentEvent0.getMatch(); in test4()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/brick/math/src/
H A DBigNumber.php84 $getMatch = static function(string $value) use ($matches) : ?string {
88 $sign = $getMatch('sign');
89 $numerator = $getMatch('numerator');
90 $denominator = $getMatch('denominator');
113 $point = $getMatch('point');
114 $integral = $getMatch('integral');
115 $fractional = $getMatch('fractional');
116 $exponent = $getMatch('exponent');
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/brick/math/src/
H A DBigNumber.php84 $getMatch = static function(string $value) use ($matches) : ?string {
88 $sign = $getMatch('sign');
89 $numerator = $getMatch('numerator');
90 $denominator = $getMatch('denominator');
113 $point = $getMatch('point');
114 $integral = $getMatch('integral');
115 $fractional = $getMatch('fractional');
116 $exponent = $getMatch('exponent');
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/brick/math/src/
H A DBigNumber.php84 $getMatch = static function(string $value) use ($matches) : ?string {
88 $sign = $getMatch('sign');
89 $numerator = $getMatch('numerator');
90 $denominator = $getMatch('denominator');
113 $point = $getMatch('point');
114 $integral = $getMatch('integral');
115 $fractional = $getMatch('fractional');
116 $exponent = $getMatch('exponent');
/dports/www/nextcloud/nextcloud/3rdparty/brick/math/src/
H A DBigNumber.php84 $getMatch = static function(string $value) use ($matches) : ?string {
88 $sign = $getMatch('sign');
89 $numerator = $getMatch('numerator');
90 $denominator = $getMatch('denominator');
113 $point = $getMatch('point');
114 $integral = $getMatch('integral');
115 $fractional = $getMatch('fractional');
116 $exponent = $getMatch('exponent');
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/suggestions/
H A DVoiceSuggestionProviderTest.java57 && TextUtils.equals(a.getDisplayText(), b.getMatch()); in assertSuggestionMatchesVoiceResult()
210 Assert.assertEquals(provider.getResults().get(0).getMatch(), texts[0]); in testAddDuplicateToResultsCase()
213 Assert.assertEquals(provider.getResults().get(1).getMatch(), texts[1]); in testAddDuplicateToResultsCase()
216 Assert.assertEquals(provider.getResults().get(2).getMatch(), texts[2]); in testAddDuplicateToResultsCase()
236 Assert.assertEquals(provider.getResults().get(0).getMatch(), texts[0]); in testConfidenceThresholdHideLowConfidence()
239 Assert.assertEquals(provider.getResults().get(1).getMatch(), texts[1]); in testConfidenceThresholdHideLowConfidence()
242 Assert.assertEquals(provider.getResults().get(2).getMatch(), texts[2]); in testConfidenceThresholdHideLowConfidence()
262 Assert.assertEquals(provider.getResults().get(0).getMatch(), texts[0]); in testConfidenceThresholdHideAlts()
265 Assert.assertEquals(provider.getResults().get(1).getMatch(), texts[1]); in testConfidenceThresholdHideAlts()
268 Assert.assertEquals(provider.getResults().get(2).getMatch(), texts[2]); in testConfidenceThresholdHideAlts()
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/frontends/php/include/classes/macros/
H A DCMacrosResolverGeneral.php184 $macros[$pos] = $user_macro_parser->getMatch();
188 $macros[$pos] = $macro_parser->getMatch();
192 $macros[$pos] = $macro_n_parser->getMatch();
196 $macros[$pos] = $macro_func_n_parser->getMatch();
200 $macros[$pos] = $reference_parser->getMatch();
204 $macros[$pos] = $lld_macro_parser->getMatch();
208 $macros[$pos] = $lld_macro_function_parser->getMatch();
212 $macros[$pos] = $functionid_parser->getMatch();
216 $macros[$pos] = $replacement_parser->getMatch();
312 $macros['macros'][$key][$macro_parser->getMatch()] = true;
[all …]
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/frontends/php/include/classes/macros/
H A DCMacrosResolverGeneral.php184 $macros[$pos] = $user_macro_parser->getMatch();
188 $macros[$pos] = $macro_parser->getMatch();
192 $macros[$pos] = $macro_n_parser->getMatch();
196 $macros[$pos] = $macro_func_n_parser->getMatch();
200 $macros[$pos] = $reference_parser->getMatch();
204 $macros[$pos] = $lld_macro_parser->getMatch();
208 $macros[$pos] = $lld_macro_function_parser->getMatch();
212 $macros[$pos] = $functionid_parser->getMatch();
216 $macros[$pos] = $replacement_parser->getMatch();
312 $macros['macros'][$key][$macro_parser->getMatch()] = true;
[all …]
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/frontends/php/include/classes/macros/
H A DCMacrosResolverGeneral.php184 $macros[$pos] = $user_macro_parser->getMatch();
188 $macros[$pos] = $macro_parser->getMatch();
192 $macros[$pos] = $macro_n_parser->getMatch();
196 $macros[$pos] = $macro_func_n_parser->getMatch();
200 $macros[$pos] = $reference_parser->getMatch();
204 $macros[$pos] = $lld_macro_parser->getMatch();
208 $macros[$pos] = $lld_macro_function_parser->getMatch();
212 $macros[$pos] = $functionid_parser->getMatch();
216 $macros[$pos] = $replacement_parser->getMatch();
312 $macros['macros'][$key][$macro_parser->getMatch()] = true;
[all …]
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/frontends/php/include/classes/macros/
H A DCMacrosResolverGeneral.php184 $macros[$pos] = $user_macro_parser->getMatch();
188 $macros[$pos] = $macro_parser->getMatch();
192 $macros[$pos] = $macro_n_parser->getMatch();
196 $macros[$pos] = $macro_func_n_parser->getMatch();
200 $macros[$pos] = $reference_parser->getMatch();
204 $macros[$pos] = $lld_macro_parser->getMatch();
208 $macros[$pos] = $lld_macro_function_parser->getMatch();
212 $macros[$pos] = $functionid_parser->getMatch();
216 $macros[$pos] = $replacement_parser->getMatch();
312 $macros['macros'][$key][$macro_parser->getMatch()] = true;
[all …]
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/frontends/php/include/classes/macros/
H A DCMacrosResolverGeneral.php184 $macros[$pos] = $user_macro_parser->getMatch();
188 $macros[$pos] = $macro_parser->getMatch();
192 $macros[$pos] = $macro_n_parser->getMatch();
196 $macros[$pos] = $macro_func_n_parser->getMatch();
200 $macros[$pos] = $reference_parser->getMatch();
204 $macros[$pos] = $lld_macro_parser->getMatch();
208 $macros[$pos] = $lld_macro_function_parser->getMatch();
212 $macros[$pos] = $functionid_parser->getMatch();
216 $macros[$pos] = $replacement_parser->getMatch();
312 $macros['macros'][$key][$macro_parser->getMatch()] = true;
[all …]

12345678910>>...27