Home
last modified time | relevance | path

Searched refs:m (Results 1526 – 1535 of 1535) sorted by last modified time

1...<<6162

/plugin/remotescript/lib/JsHttpRequest/
H A Dcompile.bat14 my ($comment) = $source =~ m{^\s*(/\*.*?\*/)}s;
15 my %parts = reverse($source =~ m[(//\s*{{{ [ \t]* (\w*) .*? //[ \t]* }}})]sgx);
36 my ($comment) = readFile($from) =~ m{^\s*(/\*.*?\*/)}s;
/plugin/textile2/
H A DclassTextile.php467 function fList($m) argument
513 function doBr($m) argument
516 return '<'.$m[1].$m[2].'>'.$content.$m[4];
685 function fSpan($m) argument
732 function fLink($m) argument
764 function refs($m) argument
815 $atts .= (isset($m[4])) ? ' title="' . $m[4] . '"' : '';
816 $atts .= (isset($m[4])) ? ' alt="' . $m[4] . '"' : ' alt=""';
820 $href = (isset($m[5])) ? $this->checkRefs($m[5]) : '';
844 function fCode($m) argument
[all …]
/plugin/virtualkeyboard/vk/
H A Dvk_popup.js26m = String(sc[i].src).match(sr);if (m) {if (m[1].match(/^((https?|file)\:\/{2,}|\w:[\\])/)) return…
82m = String(sc[i].src).match(sr);if (m) {if (m[1].match(/^((https?|file)\:\/{2,}|\w:[\\])/)) return…
H A Dvk_loader.js2m = String(sc[i].src).match(sr);if (m) {if (m[1].match(/^((https?|file)\:\/{2,}|\w:[\\])/)) return…
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js175 var m = String(sc[i].src).match(sr); variable
176 if (m) {
180 if (m[1].match(/^((https?|file)\:\/{2,}|\w:[\\])/)) return m[1];
184 if (m[1].indexOf("/")==0) return m[1];
186 if (b[0] && b[0].href) return b[0].href+m[1];
190 return (document.location.href.match(/(.*[\/\\])/)[0]+m[1]).replace(/^\/+(?=\w:)/,"");
H A Ddateextensions.js32 m = this.getMonth(),
33 d = this.getDate()+md[m];
34 return this.isLeapYear()&&m>2?d+1:d;
/plugin/gcalendar/inc/
H A Dgcal_read.php200 $d=$match[1];$m=$match[2];$y=$match[3];
202 $d=$match[2];$m=$match[1];$y=$match[3];
204 $d=$match[3];$m=$match[2];$y=$match[1];
210 if(strlen($m)==1) $m='0'.$m;
215 return $y.$m.$d; // return format yyyymmdd
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js62 var m = something.constructor.toString().match(/function\s*([^( ]+)\(/);
63 if (m)
64 result = m[1];
549 var m = String(sc[i].src).match(sr); variable
550 if (m) {
554 if (m[1].match(/^((https?|file)\:\/{2,}|\w:[\\])/)) return m[1];
558 if (m[1].indexOf("/")==0) return m[1];
560 if (b[0] && b[0].href) return b[0].href+m[1];
564 return (document.location.pathname.match(/(.*[\/\\])/)[0]+m[1]).replace(/^\/+(?=\w:)/,"");
/plugin/googlesearch/
H A Dnusoap.php869 $m = substr($regs[8],strlen($regs[8])-2,2);
872 $regs[5] = $regs[5] + $m;
875 $regs[5] = $regs[5] - $m;
4420 $m = isset($attrs['message']) ? $this->getLocalPart($attrs['message']) : '';
4421 … $this->portTypes[$this->currentPortType][$this->currentPortOperation][$name]['message'] = $m;
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1m.length;r++){if(O.m[r].cN==P.c[N]){P.sm[P.sm.length]=O.m[r]}}}}function A(r,O){if(!O.c){return nu… property in hljs.LANGUAGES.rsl

1...<<6162