Home
last modified time | relevance | path

Searched refs:preg_match (Results 1326 – 1350 of 1399) sorted by path

1...<<515253545556

/plugin/upgrade/
H A Dhelper.php381 if (preg_match('/(^|\D)(\d\d\d\d-\d\d-\d\d)(\D|$)/i', $version, $m)) {
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php348 if ($include && !preg_match($include, $this->getPath())) {
351 if ($exclude && preg_match($exclude, $this->getPath())) {
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php260 if (is_null($val) && $i + 1 < $argc && !preg_match('/^--?[\w]/', $this->args[$i + 1])) {
286 if ($i + 1 < $argc && !preg_match('/^--?[\w]/', $this->args[$i + 1])) {
/plugin/userannotations/
H A Daction.php42 if(preg_match($pattern, $ID, $matches))
/plugin/usersubscriptions/
H A Dsyntax.php174 $isns = !preg_match('/\.txt:$/', $ns);
175 foreach($exclude as $r) if(preg_match($r, $ns)) return $us;
191 if($item->isFile() && !preg_match('/\.txt:?$/', $scns)) continue;
/plugin/vbsso/includes/
H A Dapi.php244 if (preg_match('/^#/', $a)) {
247 if (preg_match('/^[^\s]+\s@([^\s]+)/', $a, $matches)) {
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php287 if (preg_match('/^\d+:(.*)/', $variable, $matches)) {
/plugin/vcard/
H A Dsyntax.php59 if (preg_match('/\d{4}\-\d{2}\-\d{2}/', $match, $m)) {
66 if (preg_match('#http://['.$any.']+?(?=['.$punc.']*[^'.$any.'])#i',$match, $m)) {
71 …if (preg_match('/<[\w0-9\-_.]+?@[\w\-]+\.[\w\-\.]+\.*[\w]+>/i', $match, $email, PREG_OFFSET_CAPTUR…
77 if (preg_match('/\[(.*)\]/', $match, $m)) {
/plugin/vkeyboard/
H A Daction.php64 if($matches = preg_match('/(off)-(.*)/',($_REQUEST['vkb']))) {
/plugin/vote/
H A Dsyntax.php37 preg_match( '/<vote\s+(.*?)[\s>]/s', $data, $regx_result );
41 preg_match( '/<vote\s+.*?\s+(.*?)>/s', $data, $regx_result );
44 preg_match( '/<vote.*?>\n(.*?)\n\*/s', $data, $regx_result );
117 if( preg_match( '/check=(\w+)/s', $param, $regex_result ) > 0 ) {
/plugin/vshare/_test/
H A DSitesTest.php57 preg_match('!' . $data['rex'] . '!i', $url, $match),
/plugin/vshare/syntax/
H A Dvideo.php235 if (preg_match("/^((\d+)x(\d+))|($known)\$/i", $key, $m)) {
/plugin/watchcycle/
H A Dsyntax.php61 if (!preg_match('/~~WATCHCYCLE:[^:]+:\d+~~/', $match)) {
/plugin/webcode/syntax/
H A Dbasis.php301 $result = preg_match('/' . 'console\.' . '/is', $code);
/plugin/webcomics/
H A Dsyntax.php28 if (preg_match('/(.*?)="(.*?)"/', $feed, $matches) == 1) {
66 preg_match('/src="(.*?)"/', (string) $xml->channel->item->description, $matches);
71 … if (preg_match('/title="(.*?)"/', (string) $xml->channel->item->description, $matches) == 1) {
74 … if (preg_match('/alt="(.*?)"/', (string) $xml->channel->item->description, $matches) == 1) {
/plugin/webcomponent/syntax/
H A Dblockquote.php135 … if (preg_match('/<' . $citeTag . '>(.*)<\/' . $citeTag . '>/msSi', $match, $matches)) {
140 if (preg_match('/' . self::IMAGE_PATTERN . '/msSi', $match, $matches)) {
H A Dbutton.php150 if (preg_match('/' . self::INTERNAL_LINK_PATTERN . '/msSi', $match . DOKU_LF)) {
H A Dcard.php158 if (preg_match('/' . self::HEADER_PATTERN . '/msSi', $match . DOKU_LF)) {
169 if (preg_match('/' . self::IMAGE_PATTERN . '/msSi', $match . DOKU_LF)) {
H A Ddropdown.php142 if (preg_match('/' . self::INTERNAL_LINK_PATTERN . '/msSi', $match . DOKU_LF)) {
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php76 if (!preg_match('/\.(' . $regex . ')$/i', $this->info['path'])) {
/plugin/webdav/core/DAV/Collection/Tags/
H A DFile.php20 if (preg_match('/(WebDAVFS|OneNote|Microsoft-WebDAV)/', $_SERVER['HTTP_USER_AGENT'])) {
/plugin/webdav/core/Plugin/
H A DException.php42 if (!preg_match("/No 'Authorization: (Basic|Digest)' header found./", $e->getMessage())) {
/plugin/webdav/core/
H A DServer.php106 if (preg_match('/(WebDAVFS|OneNote|Microsoft-WebDAV)/', $_SERVER['HTTP_USER_AGENT'])) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php55 if (!preg_match('/^[a-zA-Z0-9]{32}$/', $A1))
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php204 …if (!preg_match('/^(append)|(?:bytes=([0-9]+)-([0-9]*))|(?:bytes=(-[0-9]+))$/i', $range, $matches)…

1...<<515253545556