Home
last modified time | relevance | path

Searched refs:preg_match (Results 1101 – 1125 of 1399) sorted by relevance

1...<<41424344454647484950>>...56

/plugin/archiveupload/
H A Daction.php233 if(preg_match('/\.('.$regex.')$/i',$fn_old)){
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DListParser.php
/plugin/vshare/syntax/
H A Dvideo.php235 if (preg_match("/^((\d+)x(\d+))|($known)\$/i", $key, $m)) {
/plugin/blog/syntax/
H A Dautoarchive.php61 if(preg_match('/^\d\d\d\d-\d\d$/',$_REQUEST['blogarchive'])){
/plugin/odtsupport/
H A Dsyntax.php75 if (preg_match('/{{([a-zA-Z0-9]+)/', $match, $matches) !== 1) {
/plugin/data/syntax/
H A Dcloud.php98 if (preg_match('/^%(\w+)%$/', $col, $m) && isset($fields[$m[1]])) {
/plugin/struct/meta/
H A DQueryBuilder.php
/plugin/farm/
H A Dinfos.animal.class.php97 if(preg_match('`^([^:]+:)([^:]+(:[^:]+))(:.+)$`', $ns, $m)) {
147 …if(@is_file($p.'/'.$i)) if($regexp == '' || preg_match('`'.$regexp.'`i', $i)) $r[$w] = stat($p.'/'…
/plugin/git/
H A Dhelper.php20 if(!preg_match("/.*\.txt$/", $file)) { // Ignore everything but TXT
81 if (preg_match($pattern, $body, $matches) === false) {
/plugin/linkbonus/syntax/
H A Dinterwiki.txt86 if (preg_match('/{{.+/', $data[0]) ) {
217 if(preg_match('#\{(URL|NAME|SCHEME|HOST|PORT|PATH|QUERY)\}#',$url)){
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php622 if (!preg_match($pattern, $user)) return 0;
626 if (!preg_match($pattern, $info[$item])) return 0;
/plugin/task/
H A Dhelper.php276 if (preg_match("/^\d{4}$/", $str)) {
280 } elseif (preg_match("/^\d{4}-(\d{2})$/", $str, $month)) {
/plugin/abc/
H A Dsyntax.php191 preg_match("/\s?X\s?:(.*?)\n/s", $src, $matchesX);
194 preg_match("/\s?T\s?:(.*?)\n/s", $src, $matchesT);
/plugin/tplmod/
H A Daction.php134 if(preg_match('/('.$xcludes.')/',$ID,$matches)) {
354 if(preg_match('/revisions|recent/',$JSINFO['tmplft_actions'])) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php299 if (preg_match('/\*/', $value) !== 0) {
314 if (preg_match(self::MATCHING_RULE, $attribute, $matches) === 0) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php161 } elseif (preg_match('/(\?|\?#)$/', $orig)) {
181 if (preg_match('/^{[a-z0-9]+}$/i', $host)) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcodeFactory.php317 preg_match("/\.png$/", $this->file, $output);
388 preg_match("/\.svg$/", $this->file, $output);
/plugin/columns/
H A Daction.php363 if (preg_match($pattern, $attribute, $match) == 1) {
412 return preg_match('/[lrcj]/', $align) ? 'text-align' : 'vertical-align';
/plugin/pgn4web/pgn4web/
H A Dviewer-links.php73 if (preg_match("@".$linkFilter."@i", parse_url($absolute, PHP_URL_PATH))) {
/plugin/structjoin/types/
H A DJoin.php118 if (preg_match('/^LEFT OUTER JOIN data_([^\s]*)/', $from, $matches)) {
/plugin/docimporter/
H A DSyntaxConverter.php249 preg_match('/((\d+)x)?(\d+)px/', $part, $matches);
/plugin/imagereference/syntax/
H A Dimgcaption.php284 if(preg_match('/[^A-Za-z0-9_-]/', $token)) continue;
/plugin/yql/
H A Dsyntax.php68 preg_match('/<YQL ?(.*)>(.*)<\/YQL>/ms', $match, $components);
/plugin/pagetitle/
H A Dhelper.php64 … if ($i < $depth-1 OR ($i == $depth-1 AND !preg_match('/.*:'.$conf['start'].'$/', $id))) {
/plugin/tagfilter/
H A Daction.php35 $ret = preg_match('/^tf(\d+)\_([\w\:äöü\-\/#]+)/', $param, $matches);

1...<<41424344454647484950>>...56