Home
last modified time | relevance | path

Searched refs:preg_match (Results 1251 – 1275 of 1399) sorted by path

1...<<515253545556

/plugin/stylingpages/
H A Daction.php61 if (@preg_match($pattern, '') === false) {
112 if (preg_match($pattern, $file) && !isset($contents[$file])) {
127 if (preg_match($pattern, $file)) {
/plugin/subconfhelper/
H A Dadmin.php27 …if( isset( $_REQUEST['vhost']['vhost']) && preg_match( '/[a-z0-9_\-]/', $_REQUEST['vhost']['vhost'…
30 if( isset( $_REQUEST['ns']['ns']) && preg_match( '/[a-z0-9_\-]/', $_REQUEST['ns']['ns'] )) {
/plugin/subjectindex/action/
H A Dindexer.php61 $skip_index = (preg_match('`~~NOSUBJECTINDEX~~`i', $page) == 1);
/plugin/subjectindex/inc/
H A Dmatcher.php23 $matched = preg_match('/Entry(.+?)\.php/', $file, $match);
/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/supa/action/
H A Daction.php64 if( !$f || ! preg_match( '/\.supascreenshot$/i', $f['name'] ) ) {
/plugin/survey/helper/
H A Dsurvey.php79 if (preg_match('/^ * \* .*$/', $syntaxLine)) {
96 if (preg_match("/\[\[(.*)\]\]/", $lineText, $matches)) {
97 if (preg_match("/^([^|]*)\|(.*)$/", $matches[1], $titleMatches)) {
104 if (preg_match("/^(http|ftp)/", $link)) {
220 preg_match('/^( *) \* (.*)$/', $workLine, $lineMatch);
231 preg_match('/^( *) \* (.*)$/', $workLine, $lineMatch);
235 preg_match('/^( *) \* (.*)$/', $nextLine, $nextLineMatch);
262 preg_match(
/plugin/svgedit/
H A Dsyntax.php76 preg_match('/width="[0-9]+" height="[0-9]+"/', $data[1].rawWiki($svg_wiki_page), $_);
80 $ralign = (bool)preg_match('/^\{\{ /',$data[1]);
81 $lalign = (bool)preg_match('/ \}\}$/',$data[1]);
/plugin/svgembed/
H A Dsyntax.php40 $p['inResponsiveUnits'] = (preg_match('/units:(\%|vw)/i', $param, $local_match) > 0);
58 if(preg_match('/(\d+)(x(\d+))?/i', $param, $size)) {
80 if (preg_match('/(cm|mm|Q|in|pc|pt|px)/', $value, $matches) && count($matches)) {
153 $isSVG = preg_match('/\.svg$/i', trim($p['src']));
307 if (preg_match('/class="([^"]*)"/i', $properties, $pmatches)) {
/plugin/svgpureinsert/
H A Dhelper.php31 if(preg_match('/^https?:\/\//i', $id)) {
73 if(!preg_match('/^(\d+?(\.\d*)?)(in|em|ex|px|pt|pc|cm|mm)?$/', $value, $m)) return 0;
109 if(!preg_match('/<svg([^>]*)>/s', $data, $m)) return $default;
H A Dsyntax.php84 if(preg_match('/(\d+)(x(\d+))?/', $params, $m)) {
/plugin/swfobject/
H A Dsyntax.php56 if( preg_match('%<swfobject\s([^\r\n\|]*?)>%', $match, $matches) ) {
/plugin/swiftmail/
H A DSwift.php332 …if (is_string($recipients) && preg_match("/^" . Swift_Message_Encoder::CHEAP_ADDRESS_RE . "\$/", $…
340 … if (is_string($from) && preg_match("/^" . Swift_Message_Encoder::CHEAP_ADDRESS_RE . "\$/", $from))
H A Daction.php87 if(preg_match('#(.*?)<(.*?)>#',$part,$matches)){
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php360 if (preg_match("/^[A-Za-z0-9-]+\\.php\$/", $file))
/plugin/swiftmail/Swift/
H A DMessage.php171 …"customstr" => (preg_match("/^(?<!\\.)[a-z0-9\\.]+(?!\\.)\$/iD", $idstring) ? $idstring : "swift")…
/plugin/swiftmail/Swift/Message/
H A DEncoder.php56 while (preg_match('/^(.*?)(<' . self::CHEAP_ADDRESS_RE . '>)/s', $input, $matches))
76 while (preg_match('/^(.*?)(<[\x20-\x3A\x3C-\x7E]*>)/s', $input, $matches))
203 if (preg_match('/^.{1,'.($init_chunk-5).'}[^=]{2}(?!=[A-F0-9]{2})/', $string, $matches)
204 || preg_match('/^.{1,'.($init_chunk-6).'}([^=]{0,3})?/', $string, $matches))
212 while (preg_match('/^.{1,'.($init_chunk-5).'}[^=]{2}(?!=[A-F0-9]{2})/', $string, $matches)
213 || preg_match('/^.{1,'.($chunk-6).'}([^=]{0,3})?/', $string, $matches)
376 return preg_match('%(?:
397 return (!preg_match('/[^\x20-\x7E]/', $data));
415 return (!preg_match('/[^\x01-\x7F]/', $data));
H A DHeaders.php508 … if (preg_match("~[\\s\";,<>\\(\\)@:\\\\/\\[\\]\\?=]~", $line)) $lines[$i] = '"' . $line . '"';
/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php144 …if (preg_match("~<([^>]+)>[^>]*\$~", $this->returnPath, $matches)) $this->returnPath = $matches[1];
/plugin/sympaauth/
H A Dadmin.php127 if(preg_match('!\$conf\[\'authtype\'\] *= *.*!', $line)) {
130 if(preg_match('!\$conf\[\'authtype\'\] *= *[\'"]sympa[\'"]!', $value)) return true;
163 …if(preg_match('!\$conf\[\'plugin\'\]\[\'sympaauth\'\]\[\[\'sympaSoapService\'\] *= *.*!', $lines[$…
164 } while (!(preg_match('!local.protected.php!', $lines[$i++]) || feof($local_handle)) );
171 …if(preg_match('!\$conf\[\'plugin\'\]\[\'sympaauth\'\]\[\[\'sympaSoapService\'\] *= *.*!', $lines[$…
231 …if(preg_match('!\$conf\[\'plugin\'\]\[\'sympaauth\'\]\[\[\'sympaSoapService\'\] *= *.*!', $lines[$…
275 if(!preg_match('!\$lang\[\'\w{1,}\'\] *= *.*!', $lines[$i])) unset($lines[$i--]);
310 if(preg_match('!sympa!i', $lines[$i])) unset($lines[$i--]);
/plugin/syntaxhighlighter3/
H A DREADME.md74 if (preg_match("/title:/i", $attr)) {
118 if (preg_match("/highlight:/i", $attr, $matches)) {
/plugin/syntaxhighlighter3/syntax/
H A Dsyntax.php94 if (preg_match("/title:/i", $attr)) {
106 if (preg_match("/highlight:/i", $attr, $matches)) {
/plugin/syntaxhighlighter4/
H A Dsyntax.php143 } elseif (preg_match('/title:/i', $attr)) {
162 if (preg_match('/highlight:/i', $attr, $matches)) {
/plugin/syntaxhighlightjs/
H A Dhelper.php34 if (preg_match('/^\d*\.?\d+(%|px|em|ex|pt|pc|cm|mm|in)$/', $token)) {
41 if (preg_match('/[^A-Za-z0-9_\-]/', $token)) continue;
/plugin/tabinclude/
H A Dhelper.php76 if (preg_match('/\[\[(.+?)\]\]/', $page, $match)){

1...<<515253545556