Home
last modified time | relevance | path

Searched refs:preg_match (Results 826 – 850 of 1399) sorted by relevance

1...<<31323334353637383940>>...56

/plugin/ckgedit/
H A Drenderer.php39 if(isset($verdata) && preg_match('/(\d+)-(\d+)-(\d+)/',$verdata['date'],$ver_date)) {
/plugin/randomtables/action/
H A Dajax.php57 if (!$tableId || !preg_match('/^[A-Za-z0-9_]+$/', $tableId)) {
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DHoursField.php69 return (bool) preg_match('/^[\*,\/\-0-9]+$/', $value);
/plugin/recommend/helper/
H A Dassignment.php78 return (bool) preg_match($pattern, ":$page");
/plugin/sqlite/
H A DFunctions.php137 return (bool)preg_match('/' . $regexp . '/u', $value);
/plugin/cli/
H A Dsyntax.php217 if ($prompt_continue && preg_match($cont_prompt, $line, $matches)) {
222 if (preg_match($main_prompt, $line, $matches)) {
367 if(preg_match('/^([\/|=,;%@#]).+(\1)$/', $s)) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mpc.php41 if (preg_match('#^MPCK#', $info['mpc']['header']['preamble'])) {
46 } elseif (preg_match('#^MP\+#', $info['mpc']['header']['preamble'])) {
51 …} elseif (preg_match('/^[\x00\x01\x10\x11\x40\x41\x50\x51\x80\x81\x90\x91\xC0\xC1\xD0\xD1][\x20-37…
/plugin/refnotes/
H A Dbibtex.php510 return preg_match('/^' . refnotes_note::getNamePattern('full-extended') . '$/', $name) == 1;
517 return preg_match('/^[[:alpha:]]\w*$/', $name) == 1;
568 if (($this->name == '') && (preg_match('/\s*([^\s,]+)\s*,/', $token, $match) == 1)) {
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak83 if(preg_match('`^([^:]+://)?([^/]+)?/?(.*)$`i', $farm, $m)) $farm = $m[3];
99 if(preg_match('`^([^:]+://)?([^/]+)?/?(.*)$`i', $farm, $m)) $farm = $m[3];
154 if(preg_match('`^([^:]+://)?([^/]+)?/?(.*)$`i', $wr, $m)) $wr = $m[3];
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php108 if (preg_match('/^\s*<!--.+-->\s*$/', $content)) {
355 } elseif (preg_match('#^([a-z0-9\-\.+]+?)://#i', $url)) {
358 } elseif (preg_match('!^#.+!', $url)) {
/plugin/godiag/
H A Dsyntax.php199 if(preg_match('/\[\s*([^\s])\s*\|\s*([^\]]+?)\s*\]/', $link_line, $matches)) {
213 preg_match('/(\$\$[^\s]*)?\s*(.*)/', $source_lines[0], $matches);
234 if(preg_match('/(\d+)/', $h_ops, $matches)) {
240 if(preg_match('/^(\$|\s)*[-+]+\s*$/', $source_lines[$last])) {
245 if(preg_match('/^(\$|\s)*[-+]+\s*$/', $source_lines[1])) {
254 if(preg_match('/^(\s|\$)*\|/', $source_line)) { $this->dgm['edge_left']=true; }
255 if(preg_match('/\|\s*$/', $source_line)) { $this->dgm['edge_right']=true; }
/plugin/profiles/
H A Dsyntax.php40preg_match ('/{{(?P<service>facebook|github|googleplus|linkedin|twitter|blog|bitbucket|web)(?P<typ…
/plugin/calendoku/syntax/
H A Dshowicalendar.php71 if (!preg_match('/@@/', $mytemplate)) {
/plugin/html2pdf/multilingual/
H A Dsyntax.php87 if($skiptrans && preg_match('/'.$skiptrans.'/ui',':'.$ID)) return;
/plugin/abortlogin/
H A Daction.php90 if( preg_match("/" . $allowed . "/", $ip) ) {
/plugin/bibtex/OSBib/format/
H A DEXPORTFILTER.php53 if(preg_match("/(<a.*>.*<\/a>)/i", $data, $match))
/plugin/farm/
H A Dvirtualhostconfig.class.php103 if(preg_match('`^\s*([^\s]+)\s+([^\s#]+)`', $l, $m)) $vh[$m[1]] = $m[2];
/plugin/twofactorsmsappliance/
H A Dhelper.php74 if (preg_match('/^[0-9]{5,}$/',$phone) != false) {
/plugin/userannotations/
H A Daction.php42 if(preg_match($pattern, $ID, $matches))
/plugin/zotero/
H A DZoteroEntry.php68 if (preg_match("/([0-9]{4})/", $this->getDate(), $matches))
/plugin/tip/
H A Dsyntax.php305 if (preg_match('|\s*<p>\s*$|i', $aRenderer->doc, $hits)) {
/plugin/davcal/vendor/sabre/xml/lib/
H A DService.php181 if (!preg_match('/^{([^}]*)}(.*)$/', $str, $matches)) {
/plugin/blogtng/action/
H A Dcomments.php73 if ($web != '' && !preg_match('/^http/', $web)) {
/plugin/bpmnio/syntax/
H A Dbpmnio.php56 preg_match('/<bpmnio type="(\w+)">/', $match, $matched);
/plugin/combo/ComboStrap/
H A DHttp.php13 if (preg_match("/$key/i", $header)) {

1...<<31323334353637383940>>...56