Home
last modified time | relevance | path

Searched refs:preg_match (Results 1151 – 1175 of 1399) sorted by relevance

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

/plugin/publistf/bib2tpl/lib/
H A DBibTex.php403 preg_match('/^@\w+\{(.+?),/' ,$entry, $matches);
849 if (preg_match('/^{.*@.*}$/', $entry)) {
853 if (preg_match('/^\".*\\".*\"$/', $entry)) {
/plugin/publist/bib2tpl/lib/
H A DBibTex.php403 preg_match('/^@\w+\{(.+?),/' ,$entry, $matches);
849 if (preg_match('/^{.*@.*}$/', $entry)) {
853 if (preg_match('/^\".*\\".*\"$/', $entry)) {
/plugin/owncloud/
H A Dhelper.php354 if ( preg_match('#^(https?|ftp)#i',$src) ) {
384 if(preg_match('#'.str_replace('#','\\#',$pattern).'#i',$url)){
596 if(preg_match('#^(https?|ftp)://#i', $id)) {
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php355 return preg_match("#^[0-9]#", $str);
376 if (preg_match("#formula#", $t[$i])) {
745 } elseif (preg_match("#[a-zA-Z]#", $text)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php73 if (preg_match('/([' . $this->mpdf->pregRTLchars . '])/u', $txt)) {
142 if (!empty($this->mpdf->CurrentFont['useOTL']) && preg_match('/([' . $this->mpdf->pregCURSchars . '])/u', $tmp)) {
455 if (preg_match('/([' . $this->mpdf->pregRTLchars . '])/u', $text)) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.riff.php308 …if (preg_match('#^([0-9]{4}).([0-9]{2}).([0-9]{2})$#', $thisfile_riff_WAVE_bext_0['origin_date'], …
309 …if (preg_match('#^([0-9]{2}).([0-9]{2}).([0-9]{2})$#', $thisfile_riff_WAVE_bext_0['origin_time'], …
1543 if (preg_match('#^(movi|rec )$#i', $listname)) {
1556 if (preg_match('/^\xFF[\xE2-\xE7\xF2-\xF7\xFA-\xFF][\x00-\xEB]/s', $FirstFourBytes)) {
1619 if (preg_match('#^[0-9]{2}(wb|pc|dc|db)$#', $chunkname)) {
1638 … if (preg_match('/^\xFF[\xE2-\xE7\xF2-\xF7\xFA-\xFF][\x00-\xEB]/s', substr($testData, 0, 4))) {
1690 …} elseif (preg_match('/^('.implode('|', array_map('preg_quote', getid3_dts::$syncwords)).')/', $te…
1743 … if (preg_match('#^([\\x20-\\x7F]+)#', $RIFFchunk[$chunkname][$thisindex]['data'], $matches)) {
H A Dmodule.tag.id3v1.php75 …if (preg_match('#^[\\x00-\\x40\\x80-\\xFF]+$#', $value) && !ctype_digit((string) $value)) { // che…
/plugin/credits/
H A Dsyntax.php25 preg_match('/<<CREDITS:(.*?)>>/', $match,$matches);
/plugin/pagestat/
H A Dremote.php73 $rt = preg_match("@<WORDLIST\b(.*?)>(.*?)</WORDLIST>@",$txtstr,$match);
/plugin/refnotes/
H A Dnote.php52 if (preg_match('/(\/?)(\d+)/', $limit, $match) == 1) {
/plugin/fedauth/Auth/Yadis/
H A DParanoidHTTPFetcher.php72 return preg_match('/OpenSSL/i', $v);
/plugin/aclplusregex/
H A Daction.php100 if (!preg_match($regex, $id, $matches)) {
/plugin/fksnewsfeed/inc/renderer/
H A DVyfukRenderer.php191 if (preg_match('|^https?://|', $news->linkHref)) {
/plugin/spellcheck/
H A Daspell.php197 preg_match('/^\@.*Aspell (\d+)\.(\d+).(\d+)/',$out,$tmp);
/plugin/html2pdf/html2pdf/html2ps/features/
H A Dtoc.php155 if (preg_match('/^h(\d)$/i', $node->get_tagname(), $matches)) {
/plugin/farm/
H A Dinstall.class.php98 …if(preg_match('`^\$farmconf\[[\'"]([a-z0-9_-]+)[\'"]\]\s*=\s*([^;]+);(.*)$`i', trim($conf[$i]), $m…
/plugin/ipban/ip-lib/src/Range/
H A DSubnet.php85 if (preg_match('/^[0-9]{1,9}$/', $parts[1])) {
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php296 preg_match('/<h1>.*?<\/h1>/', p_locale_xhtml('index'), $match);
/plugin/html2pdf/html2pdf/html2ps/
H A Dmanager.encoding.php222 return preg_match('/^custom\d+$/', $encoding);
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php31 if(!preg_match('/^\w+:\/\//',$src)){
/plugin/accscounter/
H A Daction.php65 if (preg_match($pattern, $file, $matches)) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php255 preg_match('/\[\s\<\w+?>\s([\w,\\\]+)/s', $parameter, $matches);
/plugin/davcard/action/
H A Dajax.php178 elseif(preg_match( $pattern, $string ) == 1)
/plugin/chat/
H A Dajax.php114 preg_match('/\(([^\)]+)\)[\s]+([^:]+):[\s]+(.+)/', $lines[$i], $parts);
/plugin/imageflow/syntax/
H A Dimageflow.php60 if( preg_match('%<imageflow ([^>]+)>%', $match, $matches) ) {

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