Home
last modified time | relevance | path

Searched refs:preg_match (Results 701 – 725 of 1399) sorted by relevance

1...<<21222324252627282930>>...56

/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DElasticsearchException.php97 if (\preg_match('/^(\w+)\[.*\]/', $error, $matches)) {
/plugin/publish/action/
H A Drecent.php72 if (!preg_match('/<a href=".*" class="wikilink1" title="(.*)">.*/i', $tag, $match)) {
/plugin/orphanmedia/
H A Dsyntax.php270 …if ((preg_match("/\.(jpe?g|gif|png)$/", $m_link) && file_exists($m_link)) && ($prviewcounter<$this…
533 if( preg_match(LINK_PATTERNtwo, $body) ) {
575 if( preg_match(LINK_PATTERNthree, $body) ) {
590 if( preg_match(LINK_PATTERNfour, $body) ) {
605 if( preg_match(LINK_PATTERNfive, $body) ) {
/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) ) {
/plugin/googlepagerank/
H A Dsyntax.php51 if (!preg_match('/^(http:\/\/)?([^\/]+)/i', $data[0])) { $data[0]='http://'.$data[0]; }
/plugin/fontfamily/
H A Dsyntax.php51 preg_match("/(?i)<ff (.+?)>/", $match, $ff); // get the fontfamily
/plugin/latexit/
H A Dhelper.php103 preg_match('#///ENTITYSTART///(.*?)///ENTITYEND///#si', $text, $entity);
/plugin/snippeter/
H A Daction.php38 if ( preg_match('/^\./', $file) ){
/plugin/markdownextra/
H A Daction.php35 if (preg_match('/^---\s*\n(.*?\n?)^---\s*$\n?(.+)/sm',$event->data, $match)){
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DProperty.php47 if (preg_match($reservedPropertyKey, $key)) {
/plugin/authfacebook/lib/Http/
H A DGraphRawResponse.php107 preg_match('|HTTP/\d\.\d\s+(\d+)\s+.*|', $rawResponseHeader, $match);
/plugin/spreadout/
H A Daction.php53 if (preg_match('/"(edittable__editor|wiki__text)"/', $event->data))
/plugin/pot/source/
H A Dformat.php43 preg_match('/^(.*?)(\d*?)$/', $this->cargo['pot'], $potidarr);
/plugin/nodisp/syntax/
H A Dbasic.php33 if(preg_match("/nodisp\s+(\w+|\d+)(>|\})/",$match,$m) ){
/plugin/bbcodeextensions/syntax/
H A Dq.php20 if (preg_match('/^cite=".+?"/', $arr[0])) {
/plugin/batchedit/
H A Dserver.php61 if (!isset($_REQUEST['session']) || preg_match('/^[0-9a-f]+$/', $_REQUEST['session']) != 1) {
/plugin/bureaucracy-au/helper/
H A Dfieldfile.php23 if (isset($args[0]) && preg_match('/^[a-z.\-_:]+$/', $args[0])) {
H A Dfieldusers.php54 $delimiter = preg_match('/\(.*\)/s', $matches[0]) ? $matches['delimiter'] : ', ';
/plugin/bureaucracyau/helper/
H A Dfieldusers.php54 $delimiter = preg_match('/\(.*\)/s', $matches[0]) ? $matches['delimiter'] : ', ';
/plugin/redirect2/
H A Dsyntax.php53 if (!preg_match('#^(https?)://#i', $page)) {
/plugin/jukebox/
H A Dlist.php48 if(!preg_match('/\.(flv|mp3)$/',$file['id'])) continue;
/plugin/subjectindex/inc/
H A Dmatcher.php23 $matched = preg_match('/Entry(.+?)\.php/', $file, $match);
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEMONTH.php64 preg_match("/([0-9]+).*([0-9]+)|([0-9]+)/", $dayField, $array);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DDeprecated.php65 if (!preg_match('/^(' . self::REGEX_VECTOR . ')\s*(.+)?$/sux', $body, $matches)) {
/plugin/chordsheets/
H A Dsyntax.php34 preg_match($re, $match, $matches, PREG_OFFSET_CAPTURE, 0);

1...<<21222324252627282930>>...56