Home
last modified time | relevance | path

Searched refs:preg_match (Results 926 – 950 of 1399) sorted by relevance

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

/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dhtml2ps.php22 if (!preg_match("/^https?:/",$g_baseurl)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DDisallowSpaceIndentSniff.php108 …if ($tokens[$i]['code'] === T_INLINE_HTML && preg_match('`^(\s*)(\S.*)`s', $content, $matches) > 0…
/plugin/sphinxsearch/
H A Dxmlall.php67 if (preg_match("/".$conf['hidepages']."/", $testName)){
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php76 if (!preg_match('/\.(' . $regex . ')$/i', $this->info['path'])) {
/plugin/preregister/
H A Dadmin.php111 if(preg_match('/\d\d(\d)/',$perm,$matches)) {
H A Daction.php60 if(!preg_match("/^(\w){32}$/",$md5,$matches)) return;;
203 if(preg_match("/captcha/", $this->captcha)) {
/plugin/quickstats/
H A Dhelper.php102 if(preg_match("/$ns/",$id)) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DParameter.php315 if (!preg_match('#(?: [\n":;\^,\+] )#x', $item)) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DParameter.php315 if (!preg_match('#(?: [\n":;\^,\+] )#x', $item)) {
/plugin/snippets/
H A Dhelper.php77 if($sum && preg_match('#restored\s+(\(.*?\))#',$sum,$matches)){
/plugin/elasticsearch/helper/
H A Ddocparser.php122 if (preg_match('/^https?:\/\//', $parser)) {
/plugin/docnavigation/syntax/
H A Dpagenav.php104 if (isset($title) && preg_match('/^\{\{[^}]+}}$/', $title)) {
/plugin/feedmod/
H A Daction.php77 preg_match('#doku.php/([^&]*)#', $url['path'], $match);
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php328 if (preg_match($pattern, $color)) {
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfWeekField.php125 if (!preg_match('/^(\*|[0-7](L?|#[1-5]))([\/\,\-][0-7]+)*$/', $expr)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DSizeConverter.php53 $res = preg_match('/^(?P<size>[-0-9.,]+([eE]\-?[0-9]+)?)?(?P<unit>[%a-z-]+)?$/', $size, $parts);
/plugin/mikioplugin/syntax/
H A Dcarousel.php77 preg_match('/{{([^>|}]+(\.jpg|\.gif|\.png))\|?.*}}/', rawWiki($page_id), $image_matches);
/plugin/mikioplugin/
H A Daction.php84 if(preg_match("/([a-z]*)\s+(.*)/", $line, $matches)) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php566 if (preg_match('%([\x00-\x08\x0B-\x0C\x0E-\x1F\x7F])%', $oldValue, $matches)) {
580 if (!preg_match('/^([A-Z0-9-]+)$/', $this->name)) {
/plugin/rrdgraph/
H A Dsyntax.php180 if (preg_match('/<[[:^space:]]+(.*?)>/', $tag, $matches) != 1) return false;
255 …if (preg_match('/^(?:([a-z0-9,<>=&|]+)\?)?([A-Z0-9]+):(.*)$/', trim($match, "\r\n \t"), $matches) …
/plugin/composer/
H A Dsyntax.php138 if (preg_match("/numbers:(\d)*/", $givenOptString, $matches)) {
605 } elseif($type == 'f' && !preg_match('#\.txt$#',$file)){
/plugin/subjectindex/syntax/
H A Dindex.php180 … $matched = preg_match('/(^\d+\.)?(.).+/', $entry, $matches); // check for ordered entries 1st
280 $matched = preg_match('/^\d+\.(.+)/', $cur_node, $matches);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php524 if (preg_match('%([\x00-\x08\x0B-\x0C\x0E-\x1F\x7F])%', $oldValue, $matches)) {
538 if (!preg_match('/^([A-Z0-9-]+)$/', $this->name)) {
/plugin/authremoteuser/
H A Dauth.php413 if(!preg_match($pattern, $user)) return false;
417 if(!preg_match($pattern, $info[$item])) return false;
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php

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