| /plugin/autlogin/ |
| D | action.php | 159 if(preg_match("~$user_ip~",$kriterium)){ //search if is user IP in criterium 166 if(preg_match("~$BName~",$kriterium)) 171 if(preg_match("~$Version~",$kriterium)) 176 if(preg_match("~$Platform~",$kriterium)) 346 if(preg_match("~(Offline Explorer)/([0-9]{1}.[0-9]{1})~",$user_agent,$match)) 350 if(preg_match("~WebCopier v ([0-9]{1}.[0-9]{1}.{0,1}[0-9]{0,1})~",$user_agent,$match)) 354 elseif(preg_match("~(Web Downloader)/([0-9]{1}.[0-9]{1})~",$user_agent,$match)) 358 elseif(preg_match("~(Mass Downloader)/([0-9]{1}.[0-9]{1})~",$user_agent,$match)) 362 elseif(preg_match("(Ask Jeeves/Teoma)",$user_agent)) 366 elseif(preg_match("(Googlebot)",$user_agent)) [all …]
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | css.list-style-type.inc.php | 21 if (preg_match('/\bnone\b/',$value)) { return LST_NONE; }; 22 if (preg_match('/\bdisc\b/',$value)) { return LST_DISC; }; 23 if (preg_match('/\bcircle\b/',$value)) { return LST_CIRCLE; }; 24 if (preg_match('/\bsquare\b/',$value)) { return LST_SQUARE; }; 25 if (preg_match('/\bdecimal-leading-zero\b/',$value)) { return LST_DECIMAL_LEADING_ZERO; } 26 if (preg_match('/\bdecimal\b/',$value)) { return LST_DECIMAL; }; 27 if (preg_match('/\blower-roman\b/',$value)) { return LST_LOWER_ROMAN; } 28 if (preg_match('/\bupper-roman\b/',$value)) { return LST_UPPER_ROMAN; } 29 if (preg_match('/\blower-latin\b/',$value)) { return LST_LOWER_LATIN; } 30 if (preg_match('/\bupper-latin\b/',$value)) { return LST_UPPER_LATIN; } [all …]
|
| D | xhtml.utils.inc.php | 20 if (!preg_match("#{$open}#is",$html)) { 28 while (preg_match("#{$open}(.*?){$open}#is", $html)) { 32 if (!preg_match("#{$close}#is", $html)) { 59 if (!preg_match("#{$open}#is",$html)) { 61 } elseif (!preg_match("#{$close}#is",$html)) { 62 if (preg_match("#{$obody}#is",$html)) { 78 if (!preg_match("#{$open}#is",$html)) { 79 if (preg_match("#{$chead}#is",$html)) { 85 if (!preg_match("#{$close}#is",$html)) { 110 …while (preg_match("#(.*?)(<([a-z\d]+)[^>]*/>|<([a-z\d]+)[^>]*(?<!/)>|</([a-z\d]+)[^>]*>)#is",$html… [all …]
|
| D | css.parse.inc.php | 105 if (preg_match("/^(\S.*)\s*>\s*([^\s]+)$/", $raw_selector, $matches)) { 113 if (preg_match("/^(\S.*)\s+([^\s]+)$/", $raw_selector, $matches)) { 120 if (preg_match("/^(.+)\[(".SELECTOR_ATTR_REGEXP.")\]$/", $raw_selector, $matches)) { 126 if (preg_match("/^(.+)\[".SELECTOR_ATTR_VALUE_REGEXP."\]$/", $raw_selector, $matches)) { 132 if (preg_match("/^(.+)\[".SELECTOR_ATTR_VALUE_WORD_REGEXP."\]$/", $raw_selector, $matches)) { 139 if (preg_match("/^([#\.\s\w_-]*):(\w+)$/", $raw_selector, $matches)) { 155 if (preg_match("/^([#\.\s\w_-]+):lang\((\w+)\)$/", $raw_selector, $matches)) { 159 if (preg_match("/^(\S+)(\.\S+)$/", $raw_selector, $matches)) { 170 if (preg_match("/^(\w+)#(".SELECTOR_ID_REGEXP.")$/", $raw_selector, $matches)) {
|
| D | css.font.inc.php | 22 if (preg_match("/^normal|italic|oblique$/",$value)) { return FONT_VALUE_STYLE; } 23 if (preg_match("/^normal|bold|bolder|lighter|[1-9]00$/",$value)) { return FONT_VALUE_WEIGHT; } 25 if (preg_match("#/#",$value)) { return FONT_VALUE_SIZE; } 26 if (preg_match("#^\d+\.?\d*%$#",$value)) { return FONT_VALUE_SIZE; } 27 …if (preg_match("#^(xx-small|x-small|small|medium|large|x-large|xx-large)$#",$value)) { return FONT… 28 if (preg_match("#^(larger|smaller)$#",$value)) { return FONT_VALUE_SIZE; } 29 if (preg_match("#^(\d*(.\d*)?(pt|pc|in|mm|cm|px|em|ex))$#",$value)) { return FONT_VALUE_SIZE; } 116 …if ($family_running && $family_double_quote && !preg_match('/^[^"]*("[^"]*")*[^"]*$/',$current_val… 118 …} elseif ($family_running && !$family_double_quote && !preg_match("/^[^']*('[^']*')*[^']*$/",$curr… 120 } elseif (!$family_running && !preg_match("/^[^']*('[^']*')*[^']*$/",$current_value)) { [all …]
|
| D | css.background.position.inc.php | 64 …if (preg_match("/(".LENGTH_REGEXP."|".PERCENTAGE_REGEXP."|".TEXT_REGEXP."|\b0\b)\s+(".LENGTH_REGEX… 84 if (preg_match("/\b(top)\b/",$value)) { return array(array(50, true), array(0, true)); }; 85 if (preg_match("/\b(center)\b/",$value)) { return array(array(50, true), array(50, true)); }; 86 if (preg_match("/\b(bottom)\b/",$value)) { return array(array(50, true), array(100, true)); }; 87 if (preg_match("/\b(left)\b/",$value)) { return array(array(0, true), array(50, true)); }; 88 if (preg_match("/\b(right)\b/",$value)) { return array(array(100, true), array(50, true)); }; 90 if (preg_match("/".LENGTH_REGEXP."|".PERCENTAGE_REGEXP."/", $value, $matches)) {
|
| /plugin/mikioplugin/inc/ |
| H A D | polyfill-ctype.php | 12 return preg_match('/^[a-zA-Z0-9]+$/', $var); 18 return preg_match('/^[a-zA-Z]+$/', $var); 24 return preg_match('/^[\x00-\x1F\x7F]+$/', $var); 30 return preg_match('/^[0-9]+$/', $var); 36 return preg_match('/^[\x20-\x7E\x80-\xFF]+$/', $var); 42 return preg_match('/^[a-z]+$/', $var); 48 return preg_match('/^[\x20-\x7E\x80-\xFF]+$/', $var); 54 return preg_match('/^[^\w\s]+$/', $var); 60 return preg_match('/^[\r\t\n]+$/', $var); 66 return preg_match('/^[A-Z]+$/', $var); [all …]
|
| /plugin/htmlokay/ |
| D | syntax.php | 111 if (preg_match('/<FORM(.*?)>/i', $match, $matches)) 113 if (preg_match('/(action)/i', $matches[1], $action)) 116 } elseif (preg_match('/(onsubmit)/i', $matches[1], $onsubmit)) 121 elseif (preg_match('/<script/i', $match)) 125 elseif (preg_match('/<IFRAME/i', $match, $matches)) 129 elseif (preg_match('/<ILAYER/i', $match, $matches)) 133 elseif (preg_match('/<(DIV)/i', $match, $matches)) 138 elseif (preg_match('/<a.*?javascript.*?<\/a\s*>/i', $match)) 142 elseif (preg_match('/<STYLE/i', $match)) 146 elseif (preg_match('/<TABLE/i', $match, $matches)) [all …]
|
| /plugin/rack/ |
| D | syntax.php | 105 if (preg_match("/^name=(.+)/",$o,$matches)) { 107 } elseif (preg_match("/^height=(\d+)/",$o,$matches)) { 109 } elseif (preg_match("/^descending/",$o,$matches)) { 118 …if (preg_match('/(wire|cable)\s*guide|pdu|patch|term server|lcd/i',$item['model'])) { $color = '#b… 119 …if (preg_match('/blank/i', $item['model'])) { $color = '#f… 120 …if (preg_match('/netapp|fas\d/i', $item['model'])) { $color = '#0… 121 …if (preg_match('/^Sh(elf)?\s/i', $item['model'])) { $color = '#0… 122 …if (preg_match('/cisco|catalyst|nexus/i', $item['model'])) { $color = '#F… 123 …if (preg_match('/brocade|mds/i', $item['model'])) { $color = '#8… 124 …if (preg_match('/ucs/i', $item['model'])) { $color = '#c… [all …]
|
| /plugin/xtermrtf/ |
| D | syntax.php | 120 preg_match("/{\\\colortbl ;(.*?);}/i", $rtf, $colortbl); 128 preg_match("/.red(.*?).green(.*?).blue(.*?)$/i", $couleurs[$i], $rgb); 142 preg_match("/^[\s\S]*{.colortbl[\s\S]*?}([\s\S]*)}/i",$rtf,$corps); 162 if (preg_match("/^cf(.*)/i",$corps[$i],$val)) { 171 else if (preg_match("/^highlight(.*)/i",$corps[$i],$val)) { 180 else if (preg_match("/^par/i",$corps[$i],$val)) { 184 else if (preg_match("/^ulnone/i",$corps[$i],$val)) { 188 else if (preg_match("/^ul/i",$corps[$i],$val)) { 192 else if (preg_match("/^b0/i",$corps[$i],$val)) { 196 else if (preg_match("/^b/i",$corps[$i],$val)) { [all …]
|
| /plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/ |
| D | Ctype.php | 36 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text); 52 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text); 68 return \is_string($text) && '' !== $text && !preg_match('/[^\x00-\x1f\x7f]/', $text); 84 return \is_string($text) && '' !== $text && !preg_match('/[^0-9]/', $text); 100 return \is_string($text) && '' !== $text && !preg_match('/[^!-~]/', $text); 116 return \is_string($text) && '' !== $text && !preg_match('/[^a-z]/', $text); 132 return \is_string($text) && '' !== $text && !preg_match('/[^ -~]/', $text); 148 return \is_string($text) && '' !== $text && !preg_match('/[^!-\/\:-@\[-`\{-~]/', $text); 164 return \is_string($text) && '' !== $text && !preg_match('/[^\s]/', $text); 180 return \is_string($text) && '' !== $text && !preg_match('/[^A-Z]/', $text); [all …]
|
| /plugin/mdpage/vendor/symfony/polyfill-ctype/ |
| D | Ctype.php | 36 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text); 52 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text); 68 return \is_string($text) && '' !== $text && !preg_match('/[^\x00-\x1f\x7f]/', $text); 84 return \is_string($text) && '' !== $text && !preg_match('/[^0-9]/', $text); 100 return \is_string($text) && '' !== $text && !preg_match('/[^!-~]/', $text); 116 return \is_string($text) && '' !== $text && !preg_match('/[^a-z]/', $text); 132 return \is_string($text) && '' !== $text && !preg_match('/[^ -~]/', $text); 148 return \is_string($text) && '' !== $text && !preg_match('/[^!-\/\:-@\[-`\{-~]/', $text); 164 return \is_string($text) && '' !== $text && !preg_match('/[^\s]/', $text); 180 return \is_string($text) && '' !== $text && !preg_match('/[^A-Z]/', $text); [all …]
|
| /plugin/combo/vendor/symfony/polyfill-ctype/ |
| H A D | Ctype.php | 36 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text); 52 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text); 68 return \is_string($text) && '' !== $text && !preg_match('/[^\x00-\x1f\x7f]/', $text); 84 return \is_string($text) && '' !== $text && !preg_match('/[^0-9]/', $text); 100 return \is_string($text) && '' !== $text && !preg_match('/[^!-~]/', $text); 116 return \is_string($text) && '' !== $text && !preg_match('/[^a-z]/', $text); 132 return \is_string($text) && '' !== $text && !preg_match('/[^ -~]/', $text); 148 return \is_string($text) && '' !== $text && !preg_match('/[^!-\/\:-@\[-`\{-~]/', $text); 164 return \is_string($text) && '' !== $text && !preg_match('/[^\s]/', $text); 180 return \is_string($text) && '' !== $text && !preg_match('/[^A-Z]/', $text); [all …]
|
| /plugin/strata/types/ |
| D | link.php | 14 if(preg_match('/^[a-zA-Z0-9\.]+>{1}.*$/u',$value)) { 19 } elseif(preg_match('/^\\\\\\\\[^\\\\]+?\\\\/u',$value)) { 22 } elseif(preg_match('#^([a-z0-9\-\.+]+?)://#i',$value)) { 25 } elseif(preg_match('<'.PREG_PATTERN_VALID_EMAIL.'>',$value)) { 42 if(!preg_match('/^[a-zA-Z0-9\.]+>{1}.*$/u',$value) 43 && !preg_match('/^\\\\\\\\[^\\\\]+?\\\\/u',$value) 44 && !preg_match('#^([a-z0-9\-\.+]+?)://#i',$value) 45 && !preg_match('<'.PREG_PATTERN_VALID_EMAIL.'>',$value)) {
|
| /plugin/icalendar/ |
| D | functions.php | 58 if (preg_match($regex_summary, $vevent, $summary)) { 63 if ( preg_match( $regex_dtstart_timezone, $vevent, $timezone ) ) { 70 if ( preg_match( $regex_dtend_timezone, $vevent, $timezone ) ) { 78 if (preg_match($regex_dtstart, $vevent, $dtstart)) { 89 preg_match($regex_dtend, $vevent, $dtend); 99 if (preg_match($regex_alldaystart, $vevent, $alldaystart)) { 107 preg_match($regex_alldayend, $vevent, $alldayend); 117 if (preg_match('/@@@/', $entry['description'])) { continue; } 119 if (preg_match($regex_description, $vevent, $description)) { 124 if (preg_match($regex_location, $vevent, $location)) {
|
| /plugin/markdowku/ |
| D | blockquotes.php | 53 preg_match('/^\n[ \t]*>(?:[ \t>]*>)?[ \t]?/', $match, $quotearg); 70 } elseif (preg_match('/^\#{1,6}[ \t]*.+?[ \t]*\#*/', $quoteinarg)) { 74 } elseif (preg_match('/[ ]{0,2}(?:[ ]?_[ ]?){3,}[ \t]*/', $quoteinarg) 75 or preg_match('/[ ]{0,2}(?:[ ]?-[ ]?){3,}[ \t]*/', $quoteinarg) 76 or preg_match('/[ ]{0,2}(?:[ ]?\*[ ]?){3,}[ \t]*/', $quoteinarg)) { 80 } elseif (preg_match('/^[^\n]+?[ \t]*\n[ \t]*>(?:[ \t>]*>)?[ \t]?=+[ \t]*/', $quoteinarg) 81 … or preg_match('/^[^\n]+?[ \t]*\n[ \t]*>(?:[ \t>]*>)?[ \t]?-+[ \t]*/', $quoteinarg)) { 103 if (preg_match('/^[ \t]/', substr($text, $position)) > 0) { 105 } elseif (preg_match('/^>/', substr($text, $position)) > 0) {
|
| /plugin/adhoctags/syntax/ |
| D | iframe.php | 26 return (preg_match('/^\d+$/', trim($value))); 37 …return (preg_match("/^[\w\d\-\._~\/\?#\[\]@\!$&'()*+,;=%]+$/", trim($value)));; /* any URL without… 40 …return (preg_match("/^[\w\d\-\._~:\/\?#\[\]@\!$&'()*+,;=%]+$/", trim($value)));; /* allow any URL!… 45 return (preg_match('/^[\w\-]+$/', trim($value))); 49 return (preg_match('/^[\w\d_\-]+$/', trim($value))); 61 return (preg_match('/^[\w\-]+$/', trim($value)));
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.audio.mod.php | 30 if (preg_match('#^IMPM#', $fileheader)) { 32 } elseif (preg_match('#^Extended Module#', $fileheader)) { 34 } elseif (preg_match('#^.{44}SCRM#', $fileheader)) { 36 } elseif (preg_match('#^.{1080}(M\\.K\\.|M!K!|FLT4|FLT8|[5-9]CHN|[1-3][0-9]CH)#', $fileheader)) { 50 if (!preg_match('#^(M.K.|[5-9]CHN|[1-3][0-9]CH)$#', $FormatID)) { 68 if (!preg_match('#^Extended Module$#', $FormatID)) { 86 if (!preg_match('#^SCRM$#', $FormatID)) { 104 if (!preg_match('#^IMPM$#', $FormatID)) {
|
| /plugin/condition/ |
| D | base_tester.php.orig.php | 55 if(preg_match('`^test_(.+)$`', $m, $r)) $keys[] = $r[1]; 194 …if(preg_match('`^([0-9]{4})(-|/)([0-9]{2})(-|/)([0-9]{2})(\s+([0-9]{2}):([0-9]{2})(:([0-9]{2}))?)?… 195 …if(preg_match('`^(([0-9]{2}):([0-9]{2})(:([0-9]{2}))?\s+)?([0-9]{4})(-|/)([0-9]{2})(-|/)([0-9]{2})… 196 …if(preg_match('`^([0-9]{2})(-|/)([0-9]{2})(-|/)([0-9]{4})(\s+([0-9]{2}):([0-9]{2})(:([0-9]{2}))?)?… 197 …if(preg_match('`^(([0-9]{2}):([0-9]{2})(:([0-9]{2}))?\s+)?([0-9]{2})(-|/)([0-9]{2})(-|/)([0-9]{4})… 208 …if(preg_match('`^([0-9]{4})(-|/)([0-9]{2})(-|/)([0-9]{2})(\s+([0-9]{2}):([0-9]{2})(:([0-9]{2}))?)?… 212 …if(preg_match('`^(([0-9]{2}):([0-9]{2})(:([0-9]{2}))?\s+)?([0-9]{4})(-|/)([0-9]{2})(-|/)([0-9]{2})… 216 …if(preg_match('`^([0-9]{2})(-|/)([0-9]{2})(-|/)([0-9]{4})(\s+([0-9]{2}):([0-9]{2})(:([0-9]{2}))?)?… 220 …if(preg_match('`^(([0-9]{2}):([0-9]{2})(:([0-9]{2}))?\s+)?([0-9]{2})(-|/)([0-9]{2})(-|/)([0-9]{4})… 226 if(preg_match('`^([0-9]{2})(-|/)([0-9]{4})$`', $str, $reg)) { [all …]
|
| /plugin/mediasyntax/tools/ |
| D | dokuwiki2mediawiki.php | 47 if (preg_match('/^ *======.*====== *$/',$line)) 52 elseif (preg_match('/^ *=====.*===== *$/',$line)) 57 elseif (preg_match('/^ *====.*==== *$/',$line)) 62 elseif (preg_match('/^ *===.*=== *$/',$line)) 67 elseif (preg_match('/^ *==.*== *$/',$line)) 76 while (preg_match('/^( )+\*/',$line)) 90 while (preg_match('/^( )+\-/',$line)) 118 if (preg_match("/^\|/",$line)) 131 if ((!preg_match("/^\|/",$line)) && $in_table) 162 while (($y+$z<=count($cells)) && (preg_match("/ *::: */",$cells[$y+$z][$x]))) [all …]
|
| /plugin/serverinfos/serverinfos/lib/ |
| D | Elements.class.php | 25 …IF (preg_match("#2 Duo#i",$infosServeur->getModelCpu())) {echo "<img src='./lib/plugins/serverinfo… 26 …IF (preg_match("#i7#i",$infosServeur->getModelCpu())) {echo "<img src=./lib/plugins/serverinfos/im… 27 …IF (preg_match("#i5#i",$infosServeur->getModelCpu())) {echo "<img src='./lib/plugins/serverinfos/i… 28 …IF (preg_match("#i3#i",$infosServeur->getModelCpu())) {echo "<img src='./lib/plugins/serverinfos/i… 29 …IF (preg_match("#atom#i",$infosServeur->getMarkCpu())) {echo "<img src='./lib/plugins/serverinfos/… 30 …IF (preg_match("#arm#i",$infosServeur->getMarkCpu())) {echo "<img src='./lib/plugins/serverinfos/i… 31 …IF (preg_match("#xeon#i",$infosServeur->getMarkCpu())) {echo "<img src=./lib/plugins/serverinfos/i… 304 IF (preg_match("#min#i",$uptime)) 314 …IF (!preg_match("#sec#i",$uptime) AND !preg_match("#min#i",$uptime) AND !preg_match("#day#i",$upti… 327 IF (preg_match("#day#i",$uptime)) [all …]
|
| /plugin/survey/helper/ |
| D | survey.php | 79 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/jukebox/ |
| D | syntax.php | 63 if(preg_match('/\bleft\b/i',$params)){ 67 if(preg_match('/\bcenter\b/i',$params)){ 71 if(preg_match('/\bright\b/i',$params)){ 77 if(preg_match('/\bshuffle\b/i',$params)){ 83 if(preg_match('/\brepeat\b/i',$params)){ 89 if(preg_match('/\bautoplay\b/i',$params)){ 143 if(preg_match('/<width>(\d+)<\/width>/',$data,$match)){ 148 if(preg_match('/<height>(\d+)<\/height>/',$data,$match)){
|
| /plugin/dataplot/ |
| D | syntax.php | 98 if ( preg_match('/xlabel="([^"]*)"/i', $conf, $match) ) { 102 if ( preg_match('/ylabel="([^"]*)"/i', $conf, $match) ) { 106 if ( preg_match('/xrange=(-?\d*\.\d+(e-?\d+)?:-?\d*\.\d+(e-?\d+)?)/i', $conf, $match) ) { 109 if ( preg_match('/yrange=(-?\d*\.\d+(e-?\d+)?:-?\d*\.\d+(e-?\d+)?)/i', $conf, $match) ) { 112 if ( preg_match('/\b(2D|3D)\b/i', $conf, $match) ) { 115 if ( preg_match('/\b(boxes|lines|linespoints|points)\b/i', $conf, $match) ) { 118 if ( preg_match('/\b(smooth)\b/i', $conf, $match) ) { 121 if ( preg_match('/\b(left|center|right)\b/i', $conf, $match) ) { 124 if ( preg_match('/\b(\d+)x(\d+)\b/', $conf, $match) ) { 128 if ( preg_match('/\bwidth=([0-9]+)\b/i', $conf, $match) ) { [all …]
|
| /plugin/webdav/vendor/sabre/vobject/lib/ |
| D | DateTimeParser.php | 37 …$result = preg_match('/^([0-9]{4})([0-1][0-9])([0-3][0-9])T([0-2][0-9])([0-5][0-9])([0-5][0-9])([Z… 67 $result = preg_match('/^([0-9]{4})([0-1][0-9])([0-3][0-9])$/', $date, $matches); 99 …$result = preg_match('/^(?<plusminus>\+|-)?P((?<week>\d+)W)?((?<day>\d+)D)?(T((?<hour>\d+)H)?((?<m… 290 if (!preg_match($regex, $date, $matches)) { 314 if (!preg_match($regex, $date, $matches)) { 399 if (!preg_match($regex, $date, $matches)) { 414 if (!preg_match($regex, $date, $matches)) { 521 if (0 === preg_match($valueDate, $date, $matches) 522 && 0 === preg_match($valueDateTime, $date, $matches) 523 && 0 === preg_match($valueTime, $date, $matches)) {
|