Home
last modified time | relevance | path

Searched refs:tagRegex (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/bolt/bolt-2.2.24/vendor/symfony/console/Symfony/Component/Console/Formatter/
H A DOutputFormatter.php148 $tagRegex = '[a-z][a-z0-9_=;-]*';
149 … preg_match_all("#<(($tagRegex) | /($tagRegex)?)>#ix", $message, $matches, PREG_OFFSET_CAPTURE);
/dports/www/matomo/piwik/vendor/symfony/console/Symfony/Component/Console/Formatter/
H A DOutputFormatter.php148 $tagRegex = '[a-z][a-z0-9_=;-]*';
149 … preg_match_all("#<(($tagRegex) | /($tagRegex)?)>#ix", $message, $matches, PREG_OFFSET_CAPTURE);
/dports/devel/pear-Symfony_Component_Console/Console-2.4.4/Symfony/Component/Console/Formatter/
H A DOutputFormatter.php147 $tagRegex = '[a-z][a-z0-9_=;-]*';
148 … preg_match_all("#<(($tagRegex) | /($tagRegex)?)>#isx", $message, $matches, PREG_OFFSET_CAPTURE);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/tools/generator/autorest/
H A DreadmeFiles.go58 matches := tagRegex.FindStringSubmatch(line)
72 tagRegex = regexp.MustCompile(`^\s*-\s+tag: (\S+)\s*$`) var
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/tools/generator/autorest/
H A DreadmeFiles.go58 matches := tagRegex.FindStringSubmatch(line)
72 tagRegex = regexp.MustCompile(`^\s*-\s+tag: (\S+)\s*$`) var
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/tools/generator/autorest/
H A DreadmeFiles.go58 matches := tagRegex.FindStringSubmatch(line)
72 tagRegex = regexp.MustCompile(`^\s*-\s+tag: (\S+)\s*$`) var
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/tools/generator/autorest/
H A DreadmeFiles.go58 matches := tagRegex.FindStringSubmatch(line)
72 tagRegex = regexp.MustCompile(`^\s*-\s+tag: (\S+)\s*$`) var
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/tools/generator/autorest/
H A DreadmeFiles.go58 matches := tagRegex.FindStringSubmatch(line)
72 tagRegex = regexp.MustCompile(`^\s*-\s+tag: (\S+)\s*$`) var
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/tools/generator/autorest/
H A DreadmeFiles.go58 matches := tagRegex.FindStringSubmatch(line)
72 tagRegex = regexp.MustCompile(`^\s*-\s+tag: (\S+)\s*$`) var
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/
H A DOutputFormatter.php136 $tagRegex = '[a-z][a-z0-9,_=;-]*+';
137 … preg_match_all("#<(($tagRegex) | /($tagRegex)?)>#ix", $message, $matches, \PREG_OFFSET_CAPTURE);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Console/Formatter/
H A DOutputFormatter.php136 $tagRegex = '[a-z][a-z0-9,_=;-]*+';
137 … preg_match_all("#<(($tagRegex) | /($tagRegex)?)>#ix", $message, $matches, \PREG_OFFSET_CAPTURE);
/dports/www/elgg/elgg-3.3.23/vendor/symfony/console/Formatter/
H A DOutputFormatter.php136 $tagRegex = '[a-z][a-z0-9,_=;-]*+';
137 … preg_match_all("#<(($tagRegex) | /($tagRegex)?)>#ix", $message, $matches, \PREG_OFFSET_CAPTURE);
/dports/www/phpbb3/phpBB3/vendor/symfony/console/Formatter/
H A DOutputFormatter.php136 $tagRegex = '[a-z][a-z0-9,_=;-]*+';
137 … preg_match_all("#<(($tagRegex) | /($tagRegex)?)>#ix", $message, $matches, \PREG_OFFSET_CAPTURE);
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/console/Formatter/
H A DOutputFormatter.php136 $tagRegex = '[a-z][a-z0-9,_=;-]*+';
137 … preg_match_all("#<(($tagRegex) | /($tagRegex)?)>#ix", $message, $matches, PREG_OFFSET_CAPTURE);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/symfony/console/Formatter/
H A DOutputFormatter.php136 $tagRegex = '[a-z][a-z0-9,_=;-]*+';
137 … preg_match_all("#<(($tagRegex) | /($tagRegex)?)>#ix", $message, $matches, PREG_OFFSET_CAPTURE);
/dports/www/owncloud/owncloud/updater/vendor/symfony/console/Formatter/
H A DOutputFormatter.php136 $tagRegex = '[a-z][a-z0-9,_=;-]*+';
137 … preg_match_all("#<(($tagRegex) | /($tagRegex)?)>#ix", $message, $matches, PREG_OFFSET_CAPTURE);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/src/org/eclipse/pde/internal/genericeditor/target/extension/model/xml/
H A DParser.java111 private String tagRegex = "(?<tag><[\\w|/][^<]+?>)"; in createXMLTagItterator()
113 private String beforeTagRegex = ".*?(?=".concat(tagRegex).concat(")"); in createXMLTagItterator()
117 private Pattern tagPattern = Pattern.compile(tagRegex, Pattern.DOTALL); in createXMLTagItterator()
/dports/www/kanboard/kanboard-1.2.21/vendor/symfony/console/Formatter/
H A DOutputFormatter.php144 $tagRegex = '[a-z][a-z0-9,_=;-]*+';
146 … preg_match_all("#<(($tagRegex) | /($tagRegex)?)>#ix", $message, $matches, PREG_OFFSET_CAPTURE);
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/parosproxy/paros/core/scanner/
H A DVariantXMLQuery.java52 private static final String tagRegex = field in VariantXMLQuery
55 private Pattern tagPattern = Pattern.compile(tagRegex);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/console/Formatter/
H A DOutputFormatter.php145 $tagRegex = '[a-z][^<>]*+';
147 … preg_match_all("#<(($tagRegex) | /($tagRegex)?)>#ix", $message, $matches, \PREG_OFFSET_CAPTURE);
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/console/Formatter/
H A DOutputFormatter.php139 $tagRegex = '[a-z][^<>]*+';
141 … preg_match_all("#<(($tagRegex) | /($tagRegex)?)>#ix", $message, $matches, PREG_OFFSET_CAPTURE);
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/console/Formatter/
H A DOutputFormatter.php147 $tagRegex = '[a-z][^<>]*+';
149 … preg_match_all("#<(($tagRegex) | /($tagRegex)?)>#ix", $message, $matches, \PREG_OFFSET_CAPTURE);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/console/Formatter/
H A DOutputFormatter.php145 $tagRegex = '[a-z][^<>]*+';
147 … preg_match_all("#<(($tagRegex) | /($tagRegex)?)>#ix", $message, $matches, \PREG_OFFSET_CAPTURE);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/console/Formatter/
H A DOutputFormatter.php145 $tagRegex = '[a-z][^<>]*+';
147 … preg_match_all("#<(($tagRegex) | /($tagRegex)?)>#ix", $message, $matches, \PREG_OFFSET_CAPTURE);
/dports/www/owncloud/owncloud/lib/composer/symfony/console/Formatter/
H A DOutputFormatter.php147 $tagRegex = '[a-z][^<>]*+';
149 … preg_match_all("#<(($tagRegex) | /($tagRegex)?)>#ix", $message, $matches, \PREG_OFFSET_CAPTURE);

12