Home
last modified time | relevance | path

Searched refs:preg_match (Results 676 – 700 of 1399) sorted by relevance

1...<<21222324252627282930>>...56

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php74 preg_match('/^{([^}]*)}(.*)$/', $privilege, $privilegeParts);
/plugin/cssperpage/
H A Dsyntax.php42 if(preg_match("/~~cssp_(.*?)_openDIV/",$match,$matches)) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php74 preg_match('/^{([^}]*)}(.*)$/', $privilege, $privilegeParts);
/plugin/charpicker/
H A Daction.php39 if(preg_match("/$title/i", $event->data[$i]['title'])){
/plugin/confightmlok/
H A Dcommon.php34 } else if (preg_match('/^[a-zA-Z\-_0-9]+$/', $this->getConf('sanitizer'))) {
/plugin/bureaucracy/helper/
H A Dactionscript.php58 $valid = preg_match($this->scriptNamePattern, $scriptName);
/plugin/overlay/
H A Daction.php52 $JSINFO['overlay'] = preg_match("/" . $regex ."/",$ACT);
115 if(preg_match("#^$nmsp#",$ns)) {
/plugin/webcomponent/syntax/
H A Dcard.php158 if (preg_match('/' . self::HEADER_PATTERN . '/msSi', $match . DOKU_LF)) {
169 if (preg_match('/' . self::IMAGE_PATTERN . '/msSi', $match . DOKU_LF)) {
/plugin/ghissues/helper/
H A DapiCacheInterface.php137 if(preg_match('/<(.*?)>; rel="next"/', $nextLink, $matches)) {
259 if(preg_match('/<(.*?)>; rel="next"/', $nextLink, $matches)) {
/plugin/graphgear/
H A Dsyntax.php165 if(preg_match('/^\w+:\/\//',$opts['url'])){
174 …if(preg_match('/^(box|rect|rectangle|polygon|diamond|trapezium|parallelogram|Msquare|box3d|compone…
/plugin/dwinsect/
H A Dsyntax.php132 preg_match($pattern, $match, $subjects);
146 if (preg_match($pattern, $this->wikitext, $section)) {
/plugin/authgoogle/
H A Dauth.php203 if (preg_match("/^\\*@([^@ ]+)/is", $domain, $m)) {
204 if (preg_match("/@([^@ ]+)$/is", $email, $n)) {
/plugin/structcondstyle/
H A Daction.php85 if(!preg_match('/\s*[a-zA-z]+\s*.+\s*[a-zA-z0-9]+\s*\?\s*".+"\s*:\s*.+"/',$val)){
101 if(preg_match("/\s*[a-zA-z]+\s*$op_reg\s*[a-zA-z0-9]+\s*/",$condition)){
/plugin/combo/ComboStrap/
H A DConditionalLength.php263 preg_match("/^([0-9.]+)([^0-9]*)$/i", $this->length, $matches, PREG_OFFSET_CAPTURE);
293 preg_match("/^([0-9]+):([0-9]+)$/i", $this->length, $matches, PREG_OFFSET_CAPTURE);
/plugin/struct/meta/
H A DConfigParser.php252 if (preg_match('/^\d+.?(\d+)?(px|em|ex|ch|rem|%|in|cm|mm|q|pt|pc)$/', $val)) {
255 } elseif (preg_match('/^\d+$/', $val)) {
/plugin/authplaincas/
H A Dauth.php145 if (preg_match("#(bot)|(slurp)|(netvibes)#i", $_SERVER['HTTP_USER_AGENT'])) {
372 if (preg_match($pattern, $attribute)) {
674 if (!preg_match($pattern, $user)) return 0;
678 if (!preg_match($pattern, $info[$item])) return 0;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DClosureLinterSniff.php96 $numMatches = preg_match('/^(.*):([0-9]+):\(.*?([0-9]+)\)(.*)$/', $finding, $matches);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.font-size.inc.php47 if (preg_match("/(\d+\.?\d*)%/i", $value, $matches)) {
/plugin/dokutexit/
H A Drenderer.php65 if (preg_match("/<texit info>(.*?)<\/texit>/",
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/
H A DCacheBustingWorker.php45 if (preg_match('/'.preg_quote($replace, '/').'$/', $path)) {
/plugin/supa/action/
H A Daction.php64 if( !$f || ! preg_match( '/\.supascreenshot$/i', $f['name'] ) ) {
/plugin/multitemplate_styleman/
H A Daction.php50 if (preg_match('/\/([^\/]+)\/$/',$DOKU_TPL,$matches))
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DSince.php65 if (! preg_match('/^(' . self::REGEX_VECTOR . ')\s*(.+)?$/sux', $body, $matches)) {
H A DVersion.php65 if (!preg_match('/^(' . self::REGEX_VECTOR . ')\s*(.+)?$/sux', $body, $matches)) {
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DBacktickParser.php

1...<<21222324252627282930>>...56