Home
last modified time | relevance | path

Searched refs:preg_match (Results 476 – 500 of 1399) sorted by relevance

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

/plugin/davcal/vendor/sabre/vobject/lib/
H A DUUIDUtil.php60 return preg_match(
/plugin/mdpage/vendor/cebe/markdown/block/
H A DRuleTrait.php21 …return (($l = $line[0]) === ' ' || $l === '-' || $l === '*' || $l === '_') && preg_match('/^ {0,3}…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DPCREMatch.php46 return preg_match($this->pattern, $other) > 0;
/plugin/adhocmathml/
H A Dmo.php35 return preg_match('/^[\w\d\%]+$/', trim($value));
/plugin/webdav/core/DAV/Collection/Tags/
H A DFile.php20 if (preg_match('/(WebDAVFS|OneNote|Microsoft-WebDAV)/', $_SERVER['HTTP_USER_AGENT'])) {
/plugin/dwcommits/
H A Daction.php31 if(preg_match('/' . $auto.'/',$ID)){
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DStrikeoutTrait.php21 if (preg_match('/^~~(.+?)~~/', $markdown, $matches)) {
/plugin/htmlokay/conf/access/
H A Dget_inf.php20 if(preg_match('/.*?\.php/', $filename)) return;
/plugin/badbehaviour/bad-behavior/
H A Dmsie.inc.php19 …pos($package['headers_mixed']['User-Agent'], "IEMobile") === FALSE && @preg_match('/\bTE\b/i', $pa…
/plugin/ckgdoku/scripts/
H A Ddraft_delete.php9 if(!preg_match("#/data/cache/\w/[a-f0-9]{32}\.draft$#i", $cname)) return;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DRegex.php28 $match = preg_match($pattern, $subject, $matches, $flags, $offset);
/plugin/ckgedit/scripts/
H A Ddraft_delete.php9 if(!preg_match("#/data/cache/\w/[a-f0-9]{32}\.draft$#i", $cname)) return;
/plugin/combo/ComboStrap/
H A DUnit.php28 if (!preg_match('/^(\d+?(\.\d*)?)(in|em|ex|px|pt|pc|cm|mm)?$/', $value, $m)) return 0;
/plugin/google_adsense2/
H A Dcode.php89 if (preg_match('/^\d*\.?\d+(%|px|em|ex|pt|cm|mm|pi|in)$/', $token)) {
95 if (preg_match('/[^A-Za-z0-9_-]/',$token)) continue;
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DHTML.php208 …if (preg_match('/^(.*)expected ' . $serialized . ', actual ' . $serialized . '$/sU', $exception, $…
221 else if (preg_match('/^(.*)expected (.*), actual (.*)$/sU', $exception, $matches)) {
/plugin/toctweak/
H A Dhelper.php47 if (preg_match('/^(?:(\d+)-(\d+)|^(\-?\d+))$/', $token, $matches)) {
75 if (!preg_match('/[^ A-Za-z0-9_-]/', $token)) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.inc.php118 …if (preg_match("/\b(thin|medium|thick|[+-]?\d+(.\d*)?(em|ex|px|in|cm|mm|pt|pc)?)\b/i",$value)) { r…
119 …if (preg_match("/\b(none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset)\b/",$value))…
H A Dfilter.data.doctype.class.php18 if (preg_match("#^(?:\s*$xml_declaration\s*)?($doctype)#", $html, $matches)) {
/plugin/webcomponent/syntax/
H A Dblockquote.php135 … if (preg_match('/<' . $citeTag . '>(.*)<\/' . $citeTag . '>/msSi', $match, $matches)) {
140 if (preg_match('/' . self::IMAGE_PATTERN . '/msSi', $match, $matches)) {
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php86 if (preg_match('/^----+$/', $lines[$line_index])) {
98 …$options['html'] = (preg_match('/\bhtml\b/', strtolower($lines[0])) === 1); //FIXME: check if HTML…
/plugin/achart/
H A Dsyntax.php106 if($file !== '' && !preg_match('/^https?:\/\//i', $file)) {
113 if(preg_match('/^https?:\/\//i', $file)) {
/plugin/ireadit/syntax/
H A Dlist.php70 if (preg_match('/' . $value . '/', null) === false) {
152 return preg_match('/' . $params['filter'] . '/', $k);
/plugin/struct/meta/
H A DSearchConfig.php141 if (preg_match('/^(.*?)(?:\$STRUCT\.(.*?)\$)(.*?)$/', $filter, $match)) {
143 } elseif (preg_match('/^(.*?)(?:\$USER\.(.*?)\$)(.*?)$/', $filter, $match)) {
145 } elseif (preg_match('/^(.*?)(?:\$DATE\((.*?)\)\$?)(.*?)$/', $filter, $match)) {
/plugin/indexmenu2/syntax/
H A Dindexmenu.php37preg_match("#^.+Indexmenu2[/.]([^\\/]+)#"," $HeadURL: https://svn.debugger.ru/repos/common/DokuWik…
437 } elseif($type == 'f' && !preg_match('#\.txt$#',$file)) {
455 …if (syntax_plugin_indexmenu_indexmenu::getConf('skip_index') && preg_match(syntax_plugin_indexmenu…
/plugin/snap/
H A Dhelper.php141 if (!preg_match('/^.*?:\/\//',$param)) {
255 if (preg_match("/html2image error: time out/i",$this->snapLog)) $this->timeout=true;
258 if (preg_match("/html2image error: time out/i",$this->snapLog)) $this->timeout=true;

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