Home
last modified time | relevance | path

Searched refs:m (Results 851 – 875 of 1535) sorted by path

1...<<31323334353637383940>>...62

/plugin/epub/scripts/
H A Dcss3.php157 if(preg_match('/line: (\d+)$/', $msg, $m)){
158 $msg = substr($msg, 0, -1* strlen($m[0])); //remove useless linenumber
159 $lno = $m[1];
164 if(preg_match('/\/(\* XXXXXXXXX )(.*?)( XXXXXXXXX \*)\//', $lines[$i], $m)){
166 $msg .= ' in '.$m[2].' at line '.($lno-$i);
H A Debook.php100 function($m) {
101 if(stripos($m[0],'javascript:') !== false) {
102 return $m[0]; // we do no convert javascript links
105 $_REQUEST['epubid'] = preg_replace($patterns, "", $m[2]);
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js380 jQuery.extend({expr:{"":function(a,i,m){return m[2]=="*"||jQuery.nodeName(a,m[2]); argument
381 },"#":function(a,i,m){return a.getAttribute("id")==m[2]; argument
382 },":":{lt:function(a,i,m){return i<m[3]-0; argument
383 },gt:function(a,i,m){return i>m[3]-0; argument
384 },nth:function(a,i,m){return m[3]-0==i; argument
385 },eq:function(a,i,m){return m[3]-0==i; argument
387 },last:function(a,i,m,r){return i==r.length-1; argument
395 },contains:function(a,i,m){return(a.textContent||a.innerText||jQuery(a).text()||"").indexOf(m[3])>=… argument
412 },has:function(a,i,m){return jQuery.find(m[3],a).length; argument
2314 (function(){var m={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"}; class
[all …]
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js536 var m=p;
601 var A=this._paintEventLabel({tooltip:e},{text:e},F+J,Z+m,H.width,H.height,c);
/plugin/eventum/XML/
H A DRPC.php1766 function structmem($m) argument
1768 return $this->me['struct'][$m];
1853 function arraymem($m) argument
1855 return $this->me['array'][$m];
/plugin/explorertree/
H A Dhelper.php173 $json = preg_replace_callback('~("onselect(ns|page)js"\s*:\s*)null\s*,~',function($m) use ($opts){
174 if (is_string($x = $opts['callbacks'][$m[2].'_selected_js']) && strlen($x) > 0){
175 return $m[1].$x.'||null,';
177 return $m[0];
/plugin/extlist/
H A Dsyntax.php121 $m = array('depth' => $depth);
125 $m += array(
129 if ($matches[2] == ':') $m += array('p' => 1);
131 $m += array('mk' => $match);
135 $m += array('list' => NULL, 'item' => NULL);
138 $m += array('list' => NULL, 'item' => NULL);
140 $m += array('p' => 1);
142 $m['mk'] = '';
146 $m += array('list' => 'ol', 'item' => 'li');
147 if ($match == '-:') $m
230 _openList($m, $pos, $match, $handler) global() argument
255 _closeList($m, $pos, $match, $handler) global() argument
267 _openItem($m, $pos, $match, $handler) global() argument
291 _closeItem($m, $pos, $match, $handler) global() argument
300 _openWrapper($m, $pos, $match, $handler) global() argument
322 _closeWrapper($m, $pos, $match, $handler) global() argument
[all...]
/plugin/exttab2/
H A Dsyntax.php213 $m = $matches[$i];
214 $attrname = strtolower($m[1]);
215 $attrval = $m[2];
/plugin/exttab3/
H A Dsyntax.php442 $m = $matches[$i];
443 $attrname = strtolower($m[1]);
444 $attrval = $m[2];
/plugin/faq/
H A Dsyntax.php47 '(?m)^[ \t]*\?+[^\n]+\?+[ \t]*$',
/plugin/farm/
H A Dadmin.php186 $m = array('k', 'M', 'G', 'T');
187 foreach($m as $p) {
264 $v = (strtolower($m[1]) == 'true');
266 $v = (int)$m[1];
268 $v = (float)$m[1];
283 if(preg_match('`^(true|false)$`i', $v, $m)) {
284 $v = (strtolower($m[1]) == 'true');
285 }elseif(preg_match('`^([0-9]+)$`', $v, $m)) {
286 $v = (int)$m[1];
288 $v = (float)$m[1];
[all …]
H A Danimal.class.php194 if(preg_match('`^\$conf\[([^]]+(\]\[[^]]+)?)\]\s*=\s*([^;]+);`', $line, $m)) {
195 …g_replace(\'`^(\\\'|")?([a-zA-Z0-9_-]+)(\\\'|")?$`i\', \'$2\', trim($e));'), explode('][', $m[1]));
196 $value = $m[3];
287 if(preg_match('`^(\$conf\[[^]]+(\]\[[^]]+)?\]\s*=\s*[^;]+);`', $line, $m)) $r[] = $m[1];
H A Dconfig.class.php83 if(preg_match('`^\$farmconf\[[\'"]([a-z0-9_-]+)[\'"]\]\s*=\s*([^;]+);$`i', trim($l), $m)) {
84 $id = trim($m[1]);
86 $d = trim($m[2]);
124 …eg_match('`^\$farmconf\[[\'"]([a-z0-9_-]+)[\'"]\]\s*=\s*([^;]+);$`i', trim($this->conf[$i]), $m)) {
125 $id = trim($m[1]);
132 …eg_match('`^\$farmconf\[[\'"]([a-z0-9_-]+)[\'"]\]\s*=\s*([^;]+);$`i', trim($this->conf[$n]), $m)) {
133 $d = trim($m[2]);
167 if(preg_match('`^([^:]+://)?([^/]+)?/?(.*)$`i', $farm, $m)) $farm = $m[3];
H A Dinfos.animal.class.php98 $st = $m[1];
99 $mid = $m[2];
100 $end = $m[4];
207 private function getmdate($m) { argument
208 if(isset($m['last_change']['date'])) return (int)$m['last_change']['date'];
209 if(isset($m['current']['date']['modified'])) return (int)$m['current']['date']['modified'];
210 if(isset($m['current']['date']['created'])) return (int)$m['current']['date']['created'];
341 $m = $this->getmeta($ot);
355 'date' => $m['current']['last_change']['date'],
356 'user' => $m['current']['last_change']['user'],
[all …]
H A Dinstall.class.php98 …preg_match('`^\$farmconf\[[\'"]([a-z0-9_-]+)[\'"]\]\s*=\s*([^;]+);(.*)$`i', trim($conf[$i]), $m)) {
99 switch(trim($m[1])) {
100 …rmwebroot' : $r++; $conf[$i] = '$farmconf[\'farmwebroot\'] = \''.$this->webroot.'\';'.$m[3]; break;
101 …'farmfsroot' : $r++; $conf[$i] = '$farmconf[\'farmfsroot\'] = \''.$this->fsroot.'\';'.$m[3]; break;
102 … case 'farmer' : $r++; $conf[$i] = '$farmconf[\'farmer\'] = \''.$this->farmer.'\';'.$m[3]; break;
103 case 'barn' : $r++; $conf[$i] = '$farmconf[\'barn\'] = \''.$this->barn.'\';'.$m[3]; break;
H A Dsoapconfig.class.php120 $m = substr($m, 8);
121m])) $allowed[] = $m.((isset($_POST['soap_remoteapp_serviceimposedargs'][$m]) && !empty($_POST['so…
226 $m = substr($m, 8);
264 $app[strtolower($m[1])] = array(
265 'value' => trim($m[2]),
266 'comment' => isset($m[4]) ? trim($m[4]) : ''
270 $list = trim($m[1]);
273 'comment' => isset($m[3]) ? trim($m[3]) : ''
276 $sname = trim($m[1]);
277 $ovr = trim($m[3]);
[all …]
H A Dsoapserver.php80 if(preg_match('`^(name|pwd)\s*=\s*([^#]+)(#.*)?$`i', trim($f), $m)) $app[$m[1]] = trim($m[2]);
81 if(preg_match('`^allowed\s*=\s*([^#]+)(#.*)?$`i', trim($f), $m)) {
83 $list = trim($m[1]);
84 while(preg_match('`^([^(,]+)(\(([^)]+)\))?(\s*,\s*(.*))?$`', $list, $m)) {
85 $sname = trim($m[1]);
86 $ovr = trim($m[3]);
87 $list = isset($m[5]) ? trim($m[5]) : '';
H A Dtestclient.php19 function tag($m) { argument
20 $m = $m[0];
21 …h('`<\[CDATA\[([^]]|\][^]]|\]\][^>])*\]\]>`i', $m)) return '<span style="color:purple">'.htmlentit…
22 $start = preg_replace('`^(<\??[^\s>=]*).*`', '\1', $m);
23 $end = preg_replace('`[^?>]`', '', substr($m, -2));
24 $mid = trim(substr($m, strlen($start), -1 * strlen($end)));
25 if(preg_match_all('`([^=]+)=([^\s]*|"[^"]*")\s*`', $mid, $m)) {
27 …; $i<count($m[0]); $i++) $mid .= ' <span style="color:green">'.htmlentities($m[1][$i]).'</span>=<s…
H A Dvirtualhostconfig.class.php103 if(preg_match('`^\s*([^\s]+)\s+([^\s#]+)`', $l, $m)) $vh[$m[1]] = $m[2];
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf4390 https?:\/\/([^\/]*\.)?m-i-a-s-m-a\.blogspot\.com
4391 https?:\/\/([^\/]*\.)?m-sr\.net
4392 https?:\/\/([^\/]*\.)?m-teens-000\.blogspot\.com
4393 https?:\/\/([^\/]*\.)?m\.domaindlx\.com
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt352 | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
/plugin/farm/install/
H A Dfarmstructurecreator.php145 if(preg_match('`^([^:]+://)?([^/]+)?/?(.*)$`i', $wr, $m)) $wr = $m[3];
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];
H A Dpreload.php56 if(preg_match('`^\s*([^\s]+)\s+([^\s#]+)`', $l, $m)) {
57 if($m[1] == $host) {
58 $animal = $m[2];
62 define('DOKU_URL', $p.'://'.$m[1].'/');
81 if(preg_match('`^\s*([^\s]+)\s+:\s+([^\s]+)`', $l, $m)) {
82 if($m[1] == 'status') $status = $m[2];
83 if($m[1] == 'locked') $locked = ($m[2] != null && $m[2] != '0');
93 if(preg_match('`^([^:]+://)?([^/]+)?/?(.*)$`i', $wr, $m)) $wr = $m[3];
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt463 | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |

1...<<31323334353637383940>>...62