Home
last modified time | relevance | path

Searched refs:preg_match (Results 201 – 225 of 1399) sorted by relevance

12345678910>>...56

/plugin/statdisplay/
H A DBrowser.php524 if( preg_match('/308|425|426|474|0b1/i', $aresult) ) {
569 if( preg_match('/\//',$resultant) ) {
584 if( preg_match('/Version\/(10.*)$/',$resultant,$matches) ) {
587 else if( preg_match('/\//',$resultant) ) {
741 …if( stripos($this->_agent,'Firefox') !== false && preg_match('/Navigator\/([^ ]*)/i',$this->_agent…
759 …if( stripos($this->_agent,'Mozilla') !== false && preg_match('/Shiretoko\/([^ ]*)/i',$this->_agent…
772 …if( stripos($this->_agent,'Mozilla') !== false && preg_match('/IceCat\/([^ ]*)/i',$this->_agent,$m…
785 if( preg_match("/Nokia([^\/]+)\/([^ SP]+)/i",$this->_agent,$matches) ) {
805 if( preg_match("/Firefox[\/ \(]([^ ;\)]+)/i",$this->_agent,$matches) ) {
810 else if( preg_match("/Firefox$/i",$this->_agent,$matches) ) {
[all …]
/plugin/netlogo/syntax/
H A Dapplet.php110 $ralign = (bool)preg_match('/^ /',$link[0]);
111 $lalign = (bool)preg_match('/ $/',$link[0]);
143 if (preg_match('#^(\d+)(x(\d+))?#i',$param,$size)){
152 if (preg_match('#do=([a-z]+)#',$param,$action)){
/plugin/scrape/
H A Dsyntax.php84 if (!$re || !preg_match('/' . $re . '/i', $data['url'])) {
104 if (preg_match('/image\/(gif|png|jpe?g)/', $mime)) {
107 } elseif (preg_match('/text\//', $mime)) {
112 if (preg_match('/text\/html/', $mime)) {
/plugin/inlinejs/syntax/
H A Dpreloader.php137 $this->opts['debug'] = (preg_match('/debug/',$match)) ? true : false;
143 if (preg_match('/\w+/', substr($match, 1, 6), $matches)) {
149 if (preg_match('/\bhref=\"([^\"]*)\" ?/', $match, $attrs)) {
160 if (preg_match('/\bsrc=\"([^\"]*)\" ?/', $match, $attrs)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php89 case preg_match("#^AES-(128|192|256)-$modes$#", $algo, $matches):
93 case preg_match("#^DES-EDE3-$modes$#", $algo, $matches):
95 case preg_match("#^DES-$modes$#", $algo, $matches):
150 if (preg_match('#DEK-Info: (.+),(.+)#', $key, $matches)) {
/plugin/randomtables/syntax/
H A Dsource.php47 preg_match('/\s([A-Za-z0-9_]+)\>$/', $match, $parts);
120 if (preg_match('/^(\d+)\.*(?:[ -])+(\d+)\.*\s*(.+)$/', $line, $subm)) {
125 if (preg_match('/^(\d+)\.*\s+(.+)$/', $line, $subm)) {
/plugin/farm/
H A Dconfig.class.php83 if(preg_match('`^\$farmconf\[[\'"]([a-z0-9_-]+)[\'"]\]\s*=\s*([^;]+);$`i', trim($l), $m)) {
87 if(preg_match('`^[\'"].*[\'"]$`', $d)) $d = substr($d, 1, -1);
124 …if(preg_match('`^\$farmconf\[[\'"]([a-z0-9_-]+)[\'"]\]\s*=\s*([^;]+);$`i', trim($this->conf[$i]), …
132 …if(preg_match('`^\$farmconf\[[\'"]([a-z0-9_-]+)[\'"]\]\s*=\s*([^;]+);$`i', trim($this->conf[$n]), …
134 if(preg_match('`^[\'"].*[\'"]$`', $d)) $d = substr($d, 1, -1);
138 }elseif(preg_match('`^[0-9]+(\s*[+/*-]\s*[0-9]+)*$`', $d)) {
167 if(preg_match('`^([^:]+://)?([^/]+)?/?(.*)$`i', $farm, $m)) $farm = $m[3];
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php271 if(preg_match("/=/", $matches[2])) // this is a field
283 if(preg_match("/@(.*)\s*([{(])/", preg_quote($line), $matches))
303 if(preg_match("/string/i", $matches[1]))
305 else if(preg_match("/preamble/i", $matches[1]))
391 if(!preg_match("/^@/i", $line))
401 if(!preg_match("/^@/i", $line))
413 preg_match("/.*[{(](.*)/", $value, $matches);
/plugin/serverinfos/serverinfos/lib/
H A DInfosServer.class.php43 if (preg_match("#debian#i",$distrib[0]))
47 elseif (preg_match("#ubuntu#i",$distrib[0]))
119 if (preg_match("#arm#i",$model_tmp[0]) AND $os == 'Linux')
255 if (preg_match("#arm#i",$model_tmp[0]))
278 if (preg_match("#arm#i",$model_tmp[0]) AND $os == 'Linux')
299 if (preg_match("#arm#i",$model_tmp[0]) AND $os == 'Linux')
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.line-height.inc.php31 if (preg_match("/^\d+(\.\d+)?$/",$value)) {
38 if (preg_match("/^\d+%$/",$value)) {
H A Dcss.rules.page.inc.php185 while (preg_match('/^(.*?)@page(.*)/is', $css, $matches)) {
196 if (!preg_match('/^(.*?){(.*)$/is', $css, $matches)) {
211 while (preg_match('/^(.*?)(;|@|})(.*)$/is', $css, $matches)) {
282 if (!preg_match("/^([-\w]*)\s*{(.*)/is",$css,$matches)) {
297 while (preg_match('/^(.*?)(;|})(.*)$/is', $css, $matches)) {
H A Dxhtml.p.inc.php25 …while (preg_match("#^(.*?)(<\s*p(\s+[^>]*?)?>)(.*?)($open|$close)#is",substr($sample_html, $offset…
26 if (!preg_match("#<\s*/\s*p\s*>#is",$matches[3])) {
/plugin/ditaa/
H A Dsyntax.php85 if(preg_match('/\b(left|center|right)\b/i', $conf, $match)) $return['align'] = $match[1];
86 if(preg_match('/\b(\d+)x(\d+)\b/', $conf, $match)) {
90 if(preg_match('/\b(\d+(\.\d+)?)X\b/', $conf, $match)) $return['scale'] = $match[1];
91 if(preg_match('/\bwidth=([0-9]+)\b/i', $conf, $match)) $return['width'] = $match[1];
92 if(preg_match('/\bheight=([0-9]+)\b/i', $conf, $match)) $return['height'] = $match[1];
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php17 use function dechex, explode, implode, preg_match, sprintf, str_pad, strlen, substr; alias
125 if (!preg_match(self::MATCH_KEY, substr($this->binary, $this->pos), $keyMatches)) {
285 if (!preg_match(self::MATCH_QD_STR_VAL, substr($this->binary, $this->pos), $matches)) {
308 if (!preg_match(self::MATCH_LHEX, substr($this->binary, $this->pos), $matches)) {
324 if (!preg_match($regex, substr($this->binary, $this->pos), $matches)) {
/plugin/odt/ODT/elements/
H A DODTElementFrame.php153 … if (preg_match('/<draw:frame[^<]*'.$this->nameAttr.'[^>]*>/', $params->content, $matches) === 1) {
232 if ( preg_match('/svg:width="[^"]+"/', $this->attributes, $matches) === 1 ) {
243 if ( preg_match('/svg:width="[^"]+"/', $this->attributes, $matches) === 1 ) {
254 if ( preg_match('/draw:name="[^"]+"/', $this->attributes, $matches) === 1 ) {
263 if ( preg_match('/draw:name="[^"]+"/', $this->attributes, $matches) === 1 ) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php48 if(preg_match('/%[a-zA-a0-9]/', $ns_tmp) && $Dwfck_conf_values['fnencode'] == 'safe') {
436 if(preg_match('/^(.*?)\/(.*?)$/',$filename,$matches)) {
446 if(preg_match('/secure$/', $sMoveDir)){
493 if(preg_match('/%25/',$path)) {
495 while(preg_match('/%25/',$path)) {
503 if(preg_match('/%[A-F]\d/i',$path) || preg_match('/%\d[A-F]/i',$path)) {
568 … if(preg_match('/%[a-z]+[0-9]/',$currentFolder) || preg_match('/%[0-9][a-z]/',$currentFolder)) {
580 while(preg_match('/%25/',$test)){
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DUrlLinkTrait.php33 if (!in_array('parseLink', $this->context) && preg_match($pattern, $markdown, $matches)) {
46 $secureUrlText = preg_match('//u', $decodedUrl) ? $decodedUrl : $block[1];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php105 } else if (preg_match('|\d|', $objVarName) === 1) {
137 } else if (preg_match('|\d|', $varName) === 1) {
186 } else if (preg_match('|\d|', $varName) === 1) {
234 } else if (preg_match('|\d|', $varName) === 1) {
/plugin/combo/ComboStrap/
H A DStringUtility.php214 $preg_match = preg_match("/^[\w\-'\]\[,]*$/u", $text);
215 return $preg_match == 1;
220 return preg_match("/$pattern/", $subject) === 1;
/plugin/indexmenu/syntax/
H A Dindexmenu.php121 if (preg_match('/(.*)#(\S*)/u', $nsStrs[0], $matched_ns_lvl)) {
185 if (preg_match('/(?:^|\s)(js)?#(\S*)/u', $defaultsStr, $matched_js_theme) > 0) {
198 } elseif (preg_match('/(?:^|\s)(?:js)?#(\S*)/u', $optsStr, $matched_theme) > 0) {
205 } elseif (preg_match('/(?:^|\s)js#(\S*)/u', $optsStr, $matched_theme) > 0) {
269 if (preg_match('/skipns[+=](\S+)/u', $optsStr, $matched_skipns) > 0) {
285 if (preg_match('/skipfile[+=](\S+)/u', $optsStr, $matched_skipfile) > 0) {
378 if (preg_match($matchPattern, $optsString, $match_o) > 0) {
384 } elseif (preg_match($matchPattern, $defaultsString, $match_d) > 0) {
/plugin/catlist/
H A Dsyntax.php48 if (preg_match('/-'.$option.' /i', $match, $found)) {
54 if (preg_match('/-'.$option.':('.implode('|',array_keys($varAssoc)).') /i', $match, $found)) {
102 if (preg_match("/-expandButton:([0-9]+)/i", $match, $found)) {
119 for ($found; preg_match("/-(exclu(page|ns|nsall|nspages|nsns)!?):\"([^\\/\"]+)\" /i", $match, $found); ) {
129 for ($found; preg_match("/-(exclu(page|ns|nsall|nspages|nsns)) /i", $match, $found); ) {
139 for ($found; preg_match("/-exclude:\\{([^\\}]*)\\} /", $match, $found); ) {
146 if (preg_match("/-maxDepth:([0-9]+)/i", $match, $found)) {
152 if (preg_match("/-columns:([0-9]+)/i", $match, $found)) {
162 if (preg_match("/-(h[1-5])/i", $match, $found)) {
166 if (preg_match("/
[all...]
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DEscaper.php55 return 0 < preg_match('/'.self::REGEX_CHARACTER_TO_ESCAPE.'/u', $value);
87 …return 0 < preg_match('/[ \s \' " \: \{ \} \[ \] , & \* \# \?] | \A[ \- ? | < > = ! % @ ` ]/x', $v…
/plugin/searchform/
H A Daction.php57 if(!preg_match('/(?:^| )(?:\^|@|-ns:|ns:)[\w:]+/u', $query, $matches)) {
64 if(!preg_match('/(?:^| )(?:\^|@|-ns:|ns:)[\w:]+/u', $query, $matches)) {
/plugin/combo/vendor/symfony/yaml/
H A DEscaper.php55 return 0 < preg_match('/'.self::REGEX_CHARACTER_TO_ESCAPE.'/u', $value);
83 return 0 < preg_match('/[ \s \' " \: \{ \} \[ \] , & \* \# \?] | \A[ \- ? | < > = ! % @ ` \p{Zs}]/xu', $value);
/plugin/mdpage/vendor/cebe/markdown/block/
H A DHtmlTrait.php127 if (preg_match('/^&#?[\w\d]+;/', $text, $matches)) {
149 if (preg_match('~^</?(\w+\d?)( .*?)?>~s', $text, $matches)) {
152 } elseif (preg_match('~^<!--.*?-->~s', $text, $matches)) {

12345678910>>...56