Home
last modified time | relevance | path

Searched refs:preg_match (Results 1226 – 1250 of 1399) sorted by relevance

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

/plugin/txtconf/
H A Dtxtconfig.class.php245 if ($this->_pattern && !preg_match($this->_pattern,$input)) {
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php360 if (preg_match("/^[A-Za-z0-9-]+\\.php\$/", $file))
/plugin/purplenumbers/
H A Drenderer.php64 if (preg_match('/<p[^>]*>\s*<!--PN-->.*?(?:<\/p>)$/',$this->doc)) {
/plugin/openas/
H A Daction.php155 if(preg_match("/$old_id/",$c_link)) { //is this link id found in the current page
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php273 if (preg_match('#[^01]#', $x)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php164 if (preg_match('#(?:^curve|^ed)\d+$#', $curveName)) {
/plugin/approve/syntax/
H A Dtable.php62 if (preg_match('/' . $value . '/', null) === false) {
/plugin/cloud/
H A Dsyntax.php48 if (preg_match('/\[.*]/', $junk, $matches) === 1) {
/plugin/twofactor/
H A Dadmin.php244 if ($value && preg_match("/$q/iu", $userdata[$key])) {
/plugin/fblogin/lib/
H A Dbase_facebook.php839 if ($method == 'POST' && preg_match("/^(\/)(.+)(\/)(videos)$/", $path)) {
960 if (preg_match($regex, curl_error($ch), $matches)) {
/plugin/authucenter/lib/api/
H A Duc.php207 if(preg_match('/^https?:\/\//is', $UC_API)) {
/plugin/bliki/
H A Dsyntax.php353 if (!preg_match($match, $file)) {
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php40 if (!preg_match('~^(?:'.implode('|',array_keys($this->_meta)).')_o_(.*)$~',$key,$match)){
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dsdiff.php57 if (!preg_match('#^[\\x21-\\x7E]+ *$#', $thisChunk['name'])) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.resolver.class.php121 if (preg_match($override['mask'], $encoding)) {
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php605 preg_match($regex, $this->rawLine, $matches);
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php605 preg_match($regex, $this->rawLine, $matches);
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php605 preg_match($regex, $this->rawLine, $matches);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DPdfParser.php174 if (\preg_match('/%PDF-(\d)\.(\d)/', $this->fileHeader, $result) === 0) {
/plugin/sqlite/
H A DSQLiteDB.php193 if ($count && preg_match('/^INSERT /i', $sql)) {
479 if (!preg_match('/no such table/', $e->getMessage())) {
/plugin/struct/action/
H A Dmigration.php410 preg_match('/^\["",(?<pid>.*?\D+.*?)\]$/', $value, $matches);
/plugin/zip/pear/File/
H A DArchive.php465 preg_match($cacheCondition, $URL)) {
571 preg_match($cacheCondition, $source)) {
/plugin/syntaxhighlighter3/
H A DREADME.md74 if (preg_match("/title:/i", $attr)) {
118 if (preg_match("/highlight:/i", $attr, $matches)) {
/plugin/include/
H A Dhelper.php735 if (@preg_match($flags['exclude'], $page))
890 if(preg_match('/@DATE(\w+)@/',$id,$matches)) {
/plugin/combo/action/
H A Drouter.php190 if (preg_match('/_chr_|_0_0/', $id) === 1) {
1086 $pregMatchResult = @preg_match($regexpPattern, $ID, $matches);
1089 // PHP Warning: preg_match(): Unknown modifier 'd' in /opt/www/datacadamia.com/lib/plugins/combo/action/router.php on line 972

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