Home
last modified time | relevance | path

Searched refs:preg_match (Results 851 – 875 of 1399) sorted by relevance

1...<<31323334353637383940>>...56

/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php277 if (0 !== preg_match('#^' . $qBranch . '(.*)?#', $key)) {
507 preg_match(
/plugin/ipban/ip-lib/src/Range/
H A DPattern.php75 … } elseif (strpos($range, '.') !== false && preg_match('/^[^*]+((?:\.\*)+)$/', $range, $matches)) {
93 … } elseif (strpos($range, ':') !== false && preg_match('/^[^*]+((?::\*)+)$/', $range, $matches)) {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php477 if (preg_match('%([\x00-\x08\x0B-\x0C\x0E-\x1F\x7F])%', $oldValue, $matches)) {
491 if (!preg_match('/^([A-Z0-9-]+)$/', $this->name)) {
/plugin/vbsso/includes/
H A Dapi.php244 if (preg_match('/^#/', $a)) {
247 if (preg_match('/^[^\s]+\s@([^\s]+)/', $a, $matches)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeSystemSniff.php109 if (preg_match('|/systems/(.*)/([^/]+)?actions.inc$|', $fileName, $matches) !== 0) {
251 if (preg_match('|/systems/([^/]+)/([^/]+)?actions.inc$|', $fileName, $matches) !== 0) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.lyrics3.php271 if (preg_match('#^\\[([0-9]{2}):([0-9]{2})\\]$#', $rawtimestamp, $regs)) {
288 while (preg_match('#^(\\[[0-9]{2}:[0-9]{2}\\])#', $lyricline, $regs)) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php477 if (preg_match('%([\x00-\x08\x0B-\x0C\x0E-\x1F\x7F])%', $oldValue, $matches)) {
491 if (!preg_match('/^([A-Z0-9-]+)$/', $this->name)) {
/plugin/authgooglesheets/
H A Dhelper.php289 if (!preg_match($pattern, $user)) return false;
293 if (!preg_match($pattern, $info[$item])) return false;
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php477 if (preg_match('%([\x00-\x08\x0B-\x0C\x0E-\x1F\x7F])%', $oldValue, $matches)) {
491 if (!preg_match('/^([A-Z0-9-]+)$/', $this->name)) {
/plugin/odt/
H A Dsyntax.php297 if ( preg_match('/odt-css="[^"]+";/', $params, $matches) === 1 ) {
304 if ( preg_match('/odt-css-id="[^"]+";/', $params, $matches) === 1 ) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php160 if ($filenamePattern && !preg_match("~$filenamePattern~", $file)) {
/plugin/nohighlight/
H A Daction.php168 preg_match('/[?&]do=search&id=([^&]+)/', $referer, $matches)
/plugin/hr/
H A Dsyntax.php211 (preg_match('|\s*<p>(?:\s*</p>)*\s*$|', $aRenderer->doc, $hits))
/plugin/html2pdf/html2pdf/
H A Daction.php66 while ( preg_match($pattern,$html,$matches ) )
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php95 preg_match('#^(\w+)://#', $streamName, $match);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php94 preg_match('#^(\w+)://#', $streamName, $match);
/plugin/multilingual/
H A Dsyntax.php87 if($skiptrans && preg_match('/'.$skiptrans.'/ui',':'.$ID)) return;
/plugin/toctweak/syntax/
H A Dsidetoc.php41 if (!preg_match('/\btoc_.*\b/', $tocClass)) {
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php95 preg_match('#^(\w+)://#', $streamName, $match);
/plugin/outliner/
H A Dsyntax.php76 preg_match('/-->\s*([^#^@]*)([#^@]*)/', $match, $matches);
/plugin/include/_test/
H A Dnested_include.test.php54 return preg_match('/<h'.$level.'[^>]*>(<a[^>]*>)?'.$text.'/', $html) > 0;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrlExtension.php139 if (preg_match('/!?\w+(=.*)?/', $extension) !== 1) {
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DLinkParserHelper.php120 } elseif (\preg_match(RegexHelper::REGEX_WHITESPACE_CHAR, $c)) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionParser.php59 if ($previousChar !== null && \preg_match('/\w/', $previousChar)) {
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DMemoryCacheItemPool.php177 if (!is_string($key) || preg_match("#[$invalidCharacters]#", $key)) {

1...<<31323334353637383940>>...56