Home
last modified time | relevance | path

Searched refs:m (Results 1 – 25 of 278) sorted by path

12345678910>>...12

/dokuwiki/bin/
H A Dgittool.php318 if (preg_match('/github\.com\/([^\/]+)\/([^\/]+)/i', $repourl, $m)) {
319 $user = $m[1];
320 $repo = $m[2];
325 if (preg_match('/gitorious.org\/([^\/]+)\/([^\/]+)?/i', $repourl, $m)) {
326 $user = $m[1];
327 $repo = $m[2];
334 if (preg_match('/bitbucket\.org\/([^\/]+)\/([^\/]+)/i', $repourl, $m)) {
335 $user = $m[1];
336 $repo = $m[2];
/dokuwiki/conf/
H A Dsmileys.conf21 m( facepalm.svg
/dokuwiki/data/media/wiki/
H A Ddokuwiki.svg15 <linearGradient id="m" x1="184.07" x2="201.41" y1="246.36" y2="246.36" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
78 <path d="m200.91 238.45-8.046 15.774-7.056-13.573 15.102-2.2z" fill="url(#m)" stroke="#000" stroke-linejoin="round" transform="matrix(.99993 0 0 .99598 -158.095 -157.774)"/>
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt249 * m( %% m( %%
450 | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
/dokuwiki/inc/
H A DDifferenceEngine.php242 // Things seems faster (I'm not sure I understand why)
1015 implode("\n", $lines), $m)) {
1018 return array($m[0], $m[1]);
1057 implode("\n", $lines), $m)) {
1060 return array($m[0], $m[1]);
H A DPassHash.php46 if (preg_match('/^\$1\$([^\$]{0,8})\$/', $hash, $m)) {
48 $salt = $m[1];
50 } elseif (preg_match('/^\$apr1\$([^\$]{0,8})\$/', $hash, $m)) {
52 $salt = $m[1];
54 } elseif (preg_match('/^\$S\$(.{52})$/', $hash, $m)) {
56 $salt = $m[1];
58 } elseif (preg_match('/^\$P\$(.{31})$/', $hash, $m)) {
60 $salt = $m[1];
62 } elseif (preg_match('/^\$H\$(.{31})$/', $hash, $m)) {
64 $salt = $m[
[all...]
H A Dcommon.php1193 static fn($m) => dformat(null, $m[0]),
1517 $date_mod = date('Y-m-d\TH:i:s', $int_date);
H A Dfulltext.php546 $m = "\1";
547 $snippets = preg_replace('/' . $re1 . '/iu', $m . '$1' . $m, $snippets);
549 '/' . $m . '([^' . $m . ']*?)' . $m . '/iu',
/dokuwiki/inc/Extension/
H A DRemotePlugin.php
/dokuwiki/inc/HTTP/
H A DHTTPClient.php329 if (!preg_match('/^HTTP\/(\d\.\d)\s*(\d+).*?\n/s', $r_headers, $m))
332 $this->status = $m[2];
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php198 if (!preg_match($re, $line, $m)) {
203 if (!isset($m[3])) {
204 $m[3] = 0;
207 $u = rawurldecode($m[1]); // decode the user name
211 $result[$target][$u] = [$m[2], $m[3]]; // add to result
/dokuwiki/inc/lang/az/
H A Dadmin.txt
H A Dconflict.txt
H A Ddenied.txt
H A Deditrev.txt
H A Dindex.txt
H A Dlocked.txt
H A Dmailtext.txt
H A Dnewpage.txt
H A Dnorev.txt
H A Dpassword.txt
H A Dpreview.txt
H A Dpwconfirm.txt
H A Dread.txt
H A Dregister.txt

12345678910>>...12