Home
last modified time | relevance | path

Searched refs:preg_match (Results 226 – 250 of 1399) sorted by last modified time

12345678910>>...56

/plugin/odt/ODT/styles/
H A DODTStyle.php116 if (preg_match ($pattern, $xmlCode, $matches) !== 1) {
195 if (preg_match ('/'.$field[0].'="[^"]*"/', $xmlCode, $matches) === 1) {
H A DODTStyleStyle.php187 if (preg_match ('/style:family="[^"]+"/', $xmlCode, $matches) !== 1) {
/plugin/odt/helper/
H A Ddwcssloader.php218 if(preg_match('/([_\-a-z0-9]+(?:\.[_\-a-z0-9]+)*?)\.(png|gif)/i',$file,$match)){
/plugin/odt/renderer/
H A Dpage.php399 if ( preg_match('/maxlevel=[^;]+;/', $settings, $matches) === 1 ) {
412 if ( preg_match('/title=[^;]+;/', $settings, $matches) === 1 ) {
421 if ( preg_match('/leader_sign=[^;]+;/', $settings, $matches) === 1 ) {
431 if ( preg_match('/indents=[^;]+;/', $settings, $matches) === 1 ) {
440 if ( preg_match('/pagebreak=[^;]+;/', $settings, $matches) === 1 ) {
453 if ( preg_match('/styleH="[^"]+";/', $settings, $matches) === 1 ) {
465 if ( preg_match('/styleL'.($count + 1).'="[^"]+";/', $settings, $matches) === 1 ) {
/plugin/odt/
H A Dsyntax.php297 if ( preg_match('/odt-css="[^"]+";/', $params, $matches) === 1 ) {
304 if ( preg_match('/odt-css-id="[^"]+";/', $params, $matches) === 1 ) {
/plugin/keyboard/
H A Dsyntax.php48 if (preg_match('/class="[^"]*"/', $match, $classString) === 1) {
/plugin/openid/Auth/OpenID/
H A DNonce.php35 $result = preg_match(Auth_OpenID_Nonce_REGEX, $nonce_string, $matches);
H A DParse.php174 $result = preg_match($this->openTag('html'), $s,
186 $result = preg_match($this->closeTag('html'), $s,
214 if (preg_match($double, $str, $matches)) {
216 } else if (preg_match($single, $str, $matches)) {
225 if (preg_match($regexp, $text, $match)) {
H A DTrustRoot.php103 if (preg_match("/:\/\/[^:]+(:\d+){2,}(\/|$)/", $trust_root)) {
123 if (!preg_match(Auth_OpenID___HostSegmentRe, $parts['host'])) {
235 preg_match(Auth_OpenID___TLDs, $parts['host'], $matches);
H A DURINorm.php152 preg_match(Auth_OpenID_getURIPattern(), $uri, $uri_matches);
161 preg_match(Auth_OpenID_getURLIllegalCharRE(),
186 preg_match(Auth_OpenID_getAuthorityPattern(),
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php115 return (bool)preg_match('/^https:\/\//i', $url);
127 return (bool)preg_match('/^https?:\/\//i', $url);
H A DParanoidHTTPFetcher.php82 return preg_match('/OpenSSL/i', $v);
H A DParseHTML.php82 if (preg_match($double, $str, $matches)) {
84 } else if (preg_match($single, $str, $matches)) {
152 preg_match($pat, $html_string, $matches, PREG_OFFSET_CAPTURE);
H A DPlainHTTPFetcher.php146 if (preg_match("/:/", $header)) {
246 if (preg_match("/:/", $header)) {
H A DXRDS.php326 preg_match('/xri/', $attrs['xmlns']) &&
/plugin/openid/
H A Daction.php145 if (preg_match('!^https?://!', $user)) {
153 if (preg_match('!^https?://!', $user)) {
215 if (isset($user) && !preg_match('!^https?://!', $user)) {
283 } else if (preg_match('!^https?://!', $user)) {
/plugin/extranet/
H A Daction.php29 preg_match($this->getConf('extranet_ip_regex'), $client_ip, $matches);
44 preg_match($this->getConf('hide_regex'), $ID, $matches);
53 preg_match($this->getConf('hide_regex'), $media, $matches);
82 preg_match($titlePattern, $event->result, $matches);
/plugin/deeplautotranslate/
H A Daction.php136 if(preg_match('/^' . $glossary_ns . ':(\w{2})_(\w{2})$/', $ID, $id_match)) {
311 if (preg_match('/^' . $glossary_ns . ':(\w{2})_(\w{2})$/', $ID, $match)) {
334 if (preg_match('/' . $this->getConf('editor_regex') . '/', $ID) === 1) return 'editor';
337 if (preg_match('/' . $this->getConf('direct_regex') . '/', $ID) === 1) return 'direct';
498 if (preg_match('/' . $this->getConf('blacklist_regex') . '/', $ID) === 1) return false;
551 if (preg_match('/' . $this->getConf('blacklist_regex') . '/', $ID) === 1) return false;
/plugin/blogtng/syntax/
H A Dblog.php218 case (preg_match('/^\d$/', $opt)):
221 case (preg_match('/^\+(\d+)$/', $opt, $match)):
224 case (preg_match('/^tpl(\w+)$/', $opt, $match)):
/plugin/blogtng/exe/
H A Dpingback.php63 if (!preg_match("#^([a-z0-9\-\.+]+?)://.*#i", $sourceUri))
65 if (!preg_match("#^([a-z0-9\-\.+]+?)://.*#i", $targetUri))
105 if (!preg_match($regex, $page, $match) && !preg_match($regex2, $page, $match)) {
113 if (!preg_match($regex, $page, $match) && !preg_match($regex2, $page, $match))
122 if (!preg_match($regex, $page, $match))
H A Dtrackback.php55 if (!preg_match("#^([a-z0-9\-\.+]+?)://.*#i", $sourceUri)) {
/plugin/blogtng/action/
H A Dcomments.php73 if ($web != '' && !preg_match('/^http/', $web)) {
/plugin/blogtng/helper/
H A Dentry.php890 return (preg_match('/^[0-9a-f]{32}$/', trim($pid)));
/plugin/structautolink/
H A Drenderer.php48 if ($this->getConf('match') && !preg_match('/' . $this->getConf('match') . '/i', ":$ID")) {
/plugin/orphanmedia2/
H A Dsyntax.php271 …if ((preg_match("/\.(jpe?g|gif|png)$/", $m_link) && file_exists($m_link)) && ($prviewcounter<$this…
534 if( preg_match(LINK_PATTERNtwo, $body) ) {
576 if( preg_match(LINK_PATTERNthree, $body) ) {
591 if( preg_match(LINK_PATTERNfour, $body) ) {
606 if( preg_match(LINK_PATTERNfive, $body) ) {

12345678910>>...56