Home
last modified time | relevance | path

Searched refs:preg_match (Results 451 – 475 of 1399) sorted by relevance

1...<<11121314151617181920>>...56

/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php212 } elseif (preg_match('(^[+-]?\d+$)D', $string)) {
215 preg_match('(^(?P<repeat>\d+)n$)D', $string, $matches) ||
216 preg_match('(^(?P<repeat>[+-]?\d*)n(?P<add>[+-]\d+)$)D', $string, $matches)
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php60 if (preg_match('#^'.preg_quote($basedir).'#', $temp_dir)) {
277 if (preg_match('#([0-9]+) ?M#i', $memoryLimit, $matches)) {
280 …} elseif (preg_match('#([0-9]+) ?G#i', $memoryLimit, $matches)) { // The 'G' modifier is available…
295 if (preg_match('#(1|ON)#i', ini_get('safe_mode'))) {
355 …if (preg_match('#^([0-9/]{10}) +([0-9:]{4,5}( [AP]M)?) +(<DIR>|[0-9,]+) +([^ ]{0,11}) +(.+)$#', $l…
438 if (preg_match('#^(ht|f)tp://#', $filename)) {
1384 if (!empty($info['pattern']) && preg_match('#'.$info['pattern'].'#s', $filedata)) {
1391 if (preg_match('#\\.mp[123a]$#i', $filename)) {
1398 …} elseif (preg_match('#\\.cue$#i', $filename) && preg_match('#FILE "[^"]+" (BINARY|MOTOROLA|AIFF|W…
1616 if (preg_match('#(1|ON)#i', ini_get('safe_mode'))) {
H A Dwrite.metaflac.php54 if (preg_match('#(1|ON)#i', ini_get('safe_mode'))) {
166 if (preg_match('#(1|ON)#i', ini_get('safe_mode'))) {
/plugin/fckg/action/
H A Dedit.php56 preg_match('/_\w+_/', $_COOKIE['FCKG_USE'], $matches);
71 if(preg_match("/$ns/",$_REQUEST['id']) || preg_match("/$ns/",$Fck_NmSp)) {
2679 … if(preg_match('/(?=MULTI_PLUGIN_OPEN)(.*?)(?<=MULTI_PLUGIN_CLOSE)/ms', $text, $matches)) {
2813 if(preg_match('/fckg_dwplugin/',$plugin)) continue;
2837 if(preg_match('/fckg_dwplugin/',$plugin)) continue;
/plugin/remotescript/
H A Dsyntax.php23preg_match("/\\/[^\\.]*[\\.\\/]([^\\/]+)\\/[\\w\\.\\s$]+$/"," $HeadURL: https://svn.debugger.ru/re…
/plugin/refnotes/
H A Dreference.php19 if (preg_match('/(?:@@FNT|#)(\d+)/', $name, $match) == 1) {
34 if (preg_match('/^\s*\|/', $data) == 1) {
/plugin/revisionsdue/
H A Dsyntax.php25 if(!preg_match("/.*\.txt$/", $file)) { // Ignore everything but TXT
74 $count = preg_match($pattern, $body, $matches);
/plugin/onlinenumber/
H A Dsyntax.php60 if (! preg_match(PLUGIN_ONLINE_LIST_REGEX, $line, $matches) ||
97 if (! preg_match(PLUGIN_ONLINE_LIST_REGEX, $lines[$i], $matches) ||
/plugin/publistf/
H A Dsyntax.php42 if ( 0 === preg_match($pattern, $match, $matches) ) {
67 if ( preg_match('/(.+?):(.+)/', $opt, $optparts) ) {
/plugin/tagsections/action/
H A Dajax.php144 if ( preg_match($reg, $TEXT) ) {
150 if ( $this->getConf('tagsAfterHeading') == 1 && preg_match($reg, $TEXT) ) {
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DRegularExpression.php210 $out = 0 !== preg_match(
221 $out = 0 !== preg_match(
/plugin/hidingip/
H A Daction.php105 …} else if ($flag == TRUE and preg_match('/<bdi>(([1-9]?[0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}(…
170 …if (preg_match('/^(([1-9]?[0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([1-9]?[0-9]|1[0-9]{2}|2[0-4][…
/plugin/autotooltip/
H A Dhelper.php154 return (!empty($inclusions) && !preg_match("/$inclusions/", $id)) ||
155 (!empty($exclusions) && preg_match("/$exclusions/", $id));
/plugin/aclregex/
H A Daction.php146 if (preg_match($acl_parts['object'], $id)) {
179 if (preg_match($acl_parts['object'], $path)) {
/plugin/a2s/
H A Dsyntax.php80 preg_match( '/<( *)a2s( *)>/', $match, $spaces );
196 preg_match( '/width="(.*?)px" height="(.*?)px"/', $svgtxt, $sizes );
/plugin/webdav/vendor/sabre/vobject/lib/
H A DUUIDUtil.php61 return 0 !== preg_match(
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DUUIDUtil.php62 return preg_match(
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DUUIDUtil.php57 return preg_match(
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A Dvalid_v6.php6 if(!preg_match($regex, $ipv6))
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DUUIDUtil.php57 return preg_match(
/plugin/adhocmathml/
H A Dmfrac.php23 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmpadded.php27 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmspace.php25 return preg_match('/^[\w\d\%]+$/', trim($value));
/plugin/davcard/vendor/sabre/vobject/lib/
H A DUUIDUtil.php60 return preg_match(
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DUUIDUtil.php60 return preg_match(

1...<<11121314151617181920>>...56