Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 5 of 5) sorted by relevance

/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php382 $url = $matches[2] == '' ? $matches[3] : $matches[2];
527 $text = $matches[1];
779 $url = $matches[3] == '' ? $matches[4] : $matches[3];
883 $url = $matches[3] == '' ? $matches[4] : $matches[3];
931 if ($matches[2] == '-' && preg_match('{^-(?: |$)}', $matches[1]))
932 return $matches[0];
1321 $bq = $matches[1];
1335 $pre = $matches[1];
1590 $str, $matches))
1956 $matches))
[all …]
/web-master/scripts/
H A Drss_parser23 if (preg_match('/<a\s+name="([^"]*)">/', $text, $matches)) {
24 $link = "#" .$matches[1];
26 $link = $matches[1];
28 $link = $matches[1];
30 $link = $matches[1];
32 $link = $matches[1];
117 $headlines[$headlineid]['title'] = "$matches[1]";
118 #DEBUG# print "Title: $matches[1]<br />";
123 … $headlines[$headlineid]['date'] = mktime(1,1,1, $mos[$matches[2]], $matches[1], $matches[3]);
124 #DEBUG# print "Date: $matches[1] $matches[2] $matches[3]<br />";
[all …]
/web-master/include/
H A Dfunctions.inc122 $this->query .= preg_replace_callback('/\?(int)?/', function($matches) use ($params, &$i) {
123 if (isset($matches[1]) && $matches[1] === 'int') {
265 … if (preg_match_all('@(ssh-(?:rsa|dss) ([^\s]+) ([^\s]*))@', $string, $matches, PREG_SET_ORDER)) {
266 foreach ($matches as $match) {
286 if (preg_match("/\[group: (\w+)\]/", $row["note"], $matches)) {
287 switch($matches[1]) {
/web-master/
H A Dgithub-webhook.php63 if (!preg_match_all('/^Fix(?:ed)? (?:bug )?\#([0-9]+)/mi', $message, $matches)) {
66 $bugIds = $matches[1];
/web-master/manage/js/
H A Djquery.min.js19matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}f… function

Completed in 22 milliseconds