Home
last modified time | relevance | path

Searched refs:m (Results 101 – 125 of 1535) sorted by relevance

12345678910>>...62

/plugin/move/lang/sk/
H A Dtree.txt3 Tento interface vám umožňuje preskupiť menné priestory, stránky a médiá vo vašej wiki použitím metó…
5 Na presun viacerých menných priestorov, stránok a médií do rovnakého cieľa môžete použiť zaškrtávac…
6 * zaškrtnite menné priestory, stránky alebo médiá, ktoré chcete presunúť;
/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/pixelyear/
H A Dsyntax.php88 for ($m=1;$m<=12;$m++){
90 for ($d=1;$d<=$daysinmonth[$m];$d++){
91 if (isset ($dates[$m."-".$d])) {
92 $colour = $colours [$dates[$m."-".$d]];
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js51 for(var m=n.firstChild; m != null; m = m.nextSibling) {
52 var clone = m.cloneNode(true);
66 for(var m=n.firstChild; m != null; m = m.nextSibling) {
68 if(m.nodeType == 3) {
69 data += m.data;
122 for(var m=n.firstChild; m != null; m = m.nextSibling) {
123 var clone = m.cloneNode(true);
137 for(var m=n.firstChild; m != null; m = m.nextSibling) {
139 if(m.nodeType == 3) {
140 data += m.data;
/plugin/codemirror/dist/modes/
H A Doctave.min.js1m;return"operator"}b.tokenize=m;return m(a,b)}function l(a,b){if(a.match(/^.*%}/)){b.tokenize=m;re… function
H A Dr.min.js1m;function n(a,b){m=null;var c=a.next();if(c=="#"){a.skipToEnd();return"comment"}else if(c=="0"&&a…
/plugin/securelogin/
H A Drsalib.js223 m = true;
238 m = true;
239 if (m)
243 return m ? r : "0";
369 while (i < m) {
438 var pm = m.abs();
511 this.m = m;
569 this.m = m;
606 j = i + this.m.t;
607 x[j] += this.m.am(0, u0, x, i, 0, this.m.t);
[all …]
/plugin/farm/
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]) : '';
/plugin/bootswrapper/exe/help/
H A Dwell.txt9 <well>Look, I'm in a well!</well>
11 <code html5><well>Look, I'm in a well!</well></code>
15 <well size="sm">Look, I'm in a small well!</well>
17 <code html5><well size="sm">Look, I'm in a small well!</well></code>
21 <well size="lg">Look, I'm in a large well!</well>
23 <code html5><well size="lg">Look, I'm in a large well!</well></code>
/plugin/sqlraw/
H A Dsorttable.min.js25m=mtch[2];d=mtch[1];if(m.length==1)m='0'+m;if(d.length==1)d='0'+d;dt1=y+m+d;mtch=b[0].match(sortta…
/plugin/quickstats/scripts/
H A Dsorttable-cmpr.js3m=mtch[2];d=mtch[1];if(m.length==1){m="0"+m}if(d.length==1){d="0"+d}dt1=y+m+d;mtch=c[0].match(sort…
H A Dsorttable.js273 y = mtch[3]; m = mtch[2]; d = mtch[1];
274 if (m.length == 1) m = '0'+m;
276 dt1 = y+m+d;
278 y = mtch[3]; m = mtch[2]; d = mtch[1];
279 if (m.length == 1) m = '0'+m;
281 dt2 = y+m+d;
288 y = mtch[3]; d = mtch[2]; m = mtch[1];
289 if (m.length == 1) m = '0'+m;
291 dt1 = y+m+d;
294 if (m.length == 1) m = '0'+m;
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DHeader.php26 $m = $matches[0];
27 if (isset($m[1])) {
28 $part[trim($m[0], $trimmed)] = trim($m[1], $trimmed);
30 $part[] = trim($m[0], $trimmed);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php178 if ($coords[0] !== false && preg_match('/([0-9.]+(px|em|ex|pc|pt|cm|mm|in))/i', $coords[0], $m)) {
179 $tmp = $this->sizeConverter->convert($m[1], $this->mpdf->w, $this->mpdf->FontSize, false);
185 if ($coords[1] !== false && preg_match('/([0-9.]+(px|em|ex|pc|pt|cm|mm|in))/i', $coords[1], $m)) {
186 $tmp = $this->sizeConverter->convert($m[1], $this->mpdf->w, $this->mpdf->FontSize, false);
512 if (isset($stops[$i]['offset']) && preg_match('/([0-9.]+(px|em|ex|pc|pt|cm|mm|in))/i', $stops[$i]['offset'], $m)) {
513 $tmp = $this->sizeConverter->convert($m[1], $this->mpdf->w, $this->mpdf->FontSize, false);
616 private function parseMozLinearGradient($m, $repeat)
622 $v = trim($m[1]);
651 if (preg_match('/([\-]*[0-9\.]+)(deg|grad|rad)/i', $bgr[0], $m)) {
652 $angle = $m[
599 parseMozLinearGradient($m, $repeat) global() argument
726 parseMozRadialGradient($m, $repeat) global() argument
[all...]
/plugin/imagemapping/
H A Djquery.imagemapster.js8 !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof module&&module.exports?module.exports=function(e,t){return void 0===t&&(t="undefined"!=typeof window?require("jquery"):require("jquery")(e)),a(t),t}:a(jQuery)}(function(jQuery){!function(a){"use strict";a.event&&a.event.special&&function(){var i,e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){return e=!0}});window.addEventListener("testPassive.mapster",function(){},t),window.removeEventListener("testPassive.mapster",function(){},t)}catch(e){}e&&(i=function(e,t,a){if(!e.includes("noPreventDefault"))return console.warn("non-passive events - listener not added"),!1;window.addEventListener(t,a,{passive:!0})},a.event.special.touchstart={setup:function(e,t,a){return i(t,"touchstart",a)}},a.event.special.touchend={setup:function(e,t,a){return i(t,"touchend",a)}})}()}(jQuery),function($){"use strict";var mapster_version="1.5.4",Aa,Ba,Ca;$.fn.mapster=function(e){var t=$.mapster.impl;return $.mapster.utils.isFunction(t[e])?t[e].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof e&&e?void $.error("Method "+e+" does not exist on jQuery.mapster"):t.bind.apply(this,arguments)},$.mapster={version:mapster_version,render_defaults:{isSelectable:!0,isDeselectable:!0,fade:!1,fadeDuration:150,fill:!0,fillColor:"000000",fillColorMask:"FFFFFF",fillOpacity:.7,highlight:!0,stroke:!1,strokeColor:"ff0000",strokeOpacity:1,strokeWidth:1,includeKeys:"",altImage:null,altImageId:null,altImages:{}},defaults:{clickNavigate:!1,navigateMode:"location",wrapClass:null,wrapCss:null,onGetList:null,sortList:!1,listenToList:!1,mapKey:"",mapValue:"",singleSelect:!1,listKey:"value",listSelectedAttribute:"selected",listSelectedClass:null,onClick:null,onMouseover:null,onMouseout:null,mouseoutDelay:0,onStateChange:null,boundList:null,onConfigured:null,configTimeout:3e4,noHrefIsMask:!0,scaleMap:!0,enableAutoResizeSupport:!1,autoResize:!1,autoResizeDelay:0,autoResizeDuration:0,onAutoResize:null,safeLoad:!1,areas:[]},shared_defaults:{render_highlight:{fade:!0},render_select:{fade:!1},staticState:null,selected:null},area_defaults:{includeKeys:"",isMask:!1},canvas_style:{position:"absolute",left:0,top:0,padding:0,border:0},hasCanvas:null,map_cache:[],hooks:{},addHook:function(e,t){this.hooks[e]=(this.hooks[e]||[]).push(t)},callHooks:function(e,a){$.each(this.hooks[e]||[],function(e,t){t.apply(a)})},utils:{when:{all:function(e){return Promise.all(e)},defer:function(){return new function(){this.promise=new Promise(function(e,t){this.resolve=e,this.reject=t}.bind(this)),this.then=this.promise.then.bind(this.promise),this.catch=this.promise.catch.bind(this.promise)}}},defer:function(){return this.when.defer()},subclass:function(a,i){function e(){var e=this,t=Array.prototype.slice.call(arguments,0);e.base=a.prototype,e.base.init=function(){a.prototype.constructor.apply(e,t)},i.apply(e,t)}return(e.prototype=new a).constructor=e},asArray:function(e){return e.constructor===Array?e:this.split(e)},split:function(e,t){for(var a,i=e.split(","),n=0;n<i.length;n++)""===(a=i[n]?i[n].trim():"")?i.splice(n,1):i[n]=t?t(a):a;return i},updateProps:function(e,t){var i=e||{},e=$.isEmptyObject(i)?t:e,n=[];return $.each(e,function(e){n.push(e)}),$.each(Array.prototype.slice.call(arguments,1),function(e,a){$.each(a||{},function(e){var t;(!n||0<=$.inArray(e,n))&&(t=a[e],$.isPlainObject(t)?i[e]=$.extend(i[e]||{},t):t&&t.constructor===Array?i[e]=t.slice(0):void 0!==t&&(i[e]=a[e]))})}),i},isElement:function(e){return"object"==typeof HTMLElement?e instanceof HTMLElement:e&&"object"==typeof e&&1===e.nodeType&&"string"==typeof e.nodeName},indexOf:function(e,t){if(Array.prototype.indexOf)return Array.prototype.indexOf.call(e,t);for(var a=0;a<e.length;a++)if(e[a]===t)return a;return-1},indexOfProp:function(e,a,i){var n=e.constructor===Array?-1:null;return $.each(e,function(e,t){if(t&&(a?t[a]:t)===i)return n=e,!1}),n},boolOrDefault:function(e,t){return this.isBool(e)?e:t||!1},isBool:function(e){return"boolean"==typeof e},isUndef:function(e){return void 0===e},isFunction:function(e){return"function"==typeof e},ifFunction:function(e,t,a){this.isFunction(e)&&e.call(t,a)},size:function(e,t){var a=$.mapster.utils;return{width:t?e.width||e.naturalWidth:a.imgWidth(e,!0),height:t?e.height||e.naturalHeight:a.imgHeight(e,!0),complete:function(){return!!this.height&&!!this.width}}},setOpacity:function(e,a){$.mapster.hasCanvas()?e.style.opacity=a:$(e).each(function(e,t){void 0!==t.opacity?t.opacity=a:$(t).css("opacity",a)})},fader:(Aa={},Ba=0,Ca=function(e,t,a,i){var n,o,s=i/15,r=$.mapster.utils;if("number"==typeof e){if(!(o=Aa[e]))return}else(n=r.indexOfProp(Aa,null,e))&&delete Aa[n],Aa[++Ba]=o=e,e=Ba;t=(a=a||1)-.01<t+a/s?a:t+a/s,r.setOpacity(o,t),t<a&&setTimeout(function(){Ca(e,t,a,i)},15)},Ca),getShape:function(e){return(e.shape||"rect").toLowerCase()},hasAttribute:function(e,t){t=$(e).attr(t);return void 0!==t&&!1!==t}},getBoundList:function(a,e){if(!a.boundList)return null;var i,n,o=$(),s=$.mapster.utils.split(e);return a.boundList.each(function(e,t){for(i=0;i<s.length;i++)n=s[i],$(t).is("["+a.listKey+'="'+n+'"]')&&(o=o.add(t))}),o},getMapDataIndex:function(e){var t,a;switch(e.tagName&&e.tagName.toLowerCase()){case"area":a=$(e).parent().attr("name"),t=$("img[usemap='#"+a+"']")[0];break;case"img":t=e}return t?this.utils.indexOfProp(this.map_cache,"image",t):-1},getMapData:function(e){e=this.getMapDataIndex(e.length?e[0]:e);if(0<=e)return 0<=e?this.map_cache[e]:null},queueCommand:function(e,t,a,i){return!!e&&(!(e.complete&&!e.currentAction)&&(e.commands.push({that:t,command:a,args:i}),!0))},unload:function(){return this.impl.unload(),this.utils=null,this.impl=null,$.fn.mapster=null,$.mapster=null,$("*").off(".mapster")}};var m=$.mapster,u=m.utils,ap=Array.prototype;$.each(["width","height"],function(e,a){var i=a.substr(0,1).toUpperCase()+a.substr(1);u["img"+i]=function(e,t){return(t?$(e)[a]():0)||e[a]||e["natural"+i]||e["client"+i]||e["offset"+i]}}),m.Method=function(e,t,a,i){var n=this;n.name=i.name,n.output=e,n.input=e,n.first=i.first||!1,n.args=i.args?ap.slice.call(i.args,0):[],n.key=i.key,n.func_map=t,n.func_area=a,n.name=i.name,n.allowAsync=i.allowAsync||!1},m.Method.prototype={constructor:m.Method,go:function(){for(var e,t,a,i=this.input,n=[],o=this,s=i.length,r=0;r<s;r++)if(e=$.mapster.getMapData(i[r]))if(o.allowAsync||!m.queueCommand(e,o.input,o.name,o.args)){if((t=e.getData("AREA"===i[r].nodeName?i[r]:this.key))?$.inArray(t,n)<0&&n.push(t):a=this.func_map.apply(e,o.args),this.first||void 0!==a)break}else this.first&&(a="");return $(n).each(function(e,t){a=o.func_area.apply(t,o.args)}),void 0!==a?a:this.output}},$.mapster.impl=function(){var me={},addMap=function(e){return m.map_cache.push(e)-1},removeMap=function(e){m.map_cache.splice(e.index,1);for(var t=m.map_cache.length-1;t>=e.index;t--)m
11 !function(e){e(function(){function e(){}function t(t){var n=new e;return n.then=function(e){var n;try{return e&amp;&amp;(n=e(t)),s(n===_?t:n)}catch(i){return a(i)}},w(n)}function a(t){var global() variable
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/vi/
H A Dvi.txt9 Việc thừa nhận nhân phẩm vốn có, các quyền bình đẳng và không thể tách rời của mọi thành viên trong gia đình nhân loại là cơ sở cho tự do, công bằng và hoà bình trên thế giới,
11 Sự xâm phạm và coi thường nhân quyền đã dẫn đến những hành động tàn bạo xâm phạm tới lương tâm của nhân loại, và việc xây dựng một thế giới trong đó con người được tự do ngôn luận và tín ngưỡng, không còn phải chịu nỗi sợ hãi và cùng cực được coi là nguyện vọng cao cả nhất của loài người,
17 Nhân dân các nước thành viên Liên Hợp Quốc trong bản Hiến chương đã một lần nữa khẳng định niềm tin của mình vào những quyền cơ bản của con người, vào nhân phẩm, vào giá trị của mỗi người, vào quyền bình đẳng nam nữ, và đã bầy tỏ quyết tâm thúc đẩy tiến bộ xã hội cũng như xây dựng các điều kiện sống tốt hơn, tự do hơn.
25 Bản tuyên ngôn toàn thế giới về nhân quyền này là thước đo chung cho tất cả các nước và tất cả các dân tộc đánh giá việc thực hiện mục tiêu mà mọi cá nhân và mọi tổ chức trong xã hội, trên cơ sở luôn ghi nhớ Bản tuyên ngôn này, sẽ phấn đấu thúc đẩy sự tôn trọng các quyền và tự do cơ bản của con người thông qua truyền bá và giáo dục, cũng như sẽ phấn đấu đảm bảo cho mọi người dân, ở chính các nước thành viên của Liên Hợp Quốc và ở các lãnh thổ thuộc quyền quản lý của mình, công nhận và thực hiện những quyền và tự do đó một cách có hiệu quả thông qua những biện pháp tích cực, trong phạm vi quốc gia hay quốc tế.
28 Tất cả mọi người sinh ra đều được tự do và bình đẳng về nhân phẩm và quyền. Mọi con người đều được tạo hoá ban cho lý trí và lương tâm và cần phải đối xử với nhau trong tình bằng hữu.
31 Mọi người đều được hưởng tất cả những quyền và tự do nêu trong Bản tuyên ngôn này, không phân biệt chủng tộc, màu da, giới tính, ngôn ngữ, tôn giáo, quan điểm chính trị hay các quan điểm kh
[all...]
/plugin/authucenter/lib/uc_client/model/
H A Dcache.php44 foreach((array)$modules as $m) {
45 $method = "_get_$m";
46 $s .= '$_CACHE[\''.$m.'\'] = '.var_export($this->$method(), TRUE).";\r\n";
54 foreach($modules as $m) {
55 $method = "_get_$m";
56 $s .= '$_CACHE[\''.$m.'\'] = '.var_export($this->$method(), TRUE).";\r\n";
/plugin/amcharts/
H A Dsyntax.php59 foreach($matches as $m) {
60 $opts[strtolower($m[1])] = $m[2];
66 $m = $matches[0];
67 return substr($m, 0, 1)==='/' ? ' ' : $m;
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php539 * {{#format_date date 'Y-m-d @h:i:s'}}
551 preg_match("/(.*?)\s+(?:(?:\"|\')(.*?)(?:\"|\'))/", $args, $m);
552 $keyname = $m[1];
553 $format = $m[2];
583 preg_match("/(.*?)\s+(?:(?:\"|\')(.*?)(?:\"|\'))\s+(?:(?:\"|\')(.*?)(?:\"|\'))/", $args, $m);
584 $keyname = $m[1];
585 $singular = $m[2];
586 $plurial = $m[3];
607 preg_match("/(.*?)\s+(?:(?:\"|\')(.*?)(?:\"|\'))/", trim($args), $m);
608 $keyname = $m[
[all...]
/plugin/diagramsnet/lib/math/config/
H A DMML_HTMLorMML-full.js49m,b,j){var p="2.7.9";var i=MathJax.Extension;var c=i.MathEvents={version:p};var k=d.config.menuSet…
50m){if(h.settings.CTRL&&!n.ctrlKey){return true}if(h.settings.ALT&&!n.altKey){return true}if(h.sett… variable
51m=((document.documentMode||0)>8);var j=(a?null:"5px");var s=f.CombineConfig("MathMenu",{delay:150,… variable
55m,o){var n=e.Element("span");m="padding"+m;if(o){n.style.cssText=(o.getAttribute("style")||"");if(… argument
56m=[].slice.call(arguments,0);m[0][0]=["HTML-CSS",m[0][0]];return MathJax.Message.Set.apply(MathJax… argument
58m={".MJXp-script":{"font-size":".8em"},".MJXp-right":{"-webkit-transform-origin":"right","-moz-tra… class
59m,j,k,h,l;var i=this.config;if(!i.disabled&&c.FastPreview==null){b.Config({menuSettings:{FastPrevi… variable
H A DTeX-MML-AM_HTMLorMML.js60m,b,j){var p="2.7.9";var i=MathJax.Extension;var c=i.MathEvents={version:p};var k=d.config.menuSet…
61m){if(h.settings.CTRL&&!n.ctrlKey){return true}if(h.settings.ALT&&!n.altKey){return true}if(h.sett… variable
62m=((document.documentMode||0)>8);var j=(a?null:"5px");var s=f.CombineConfig("MathMenu",{delay:150,… variable
65m=a.inlineDelimiters;var l=(k||a.multiLine);if(!k){i=m[0]+i+m[1]}if(l){i=i.replace(/ /g,c)}else{i=… argument
67m){return MathJax.Localization._.apply(MathJax.Localization,[["TeX",m]].concat([].slice.call(argum… argument
68m=this.GetStar();var j=this.trimSpaces(this.GetArgument(k)),i=j;if(!m){j=a.formatTag(j)}var l=this… argument
71m=9,Y=10,K=15;var k={input:'"',tag:"mtext",output:"mbox",tex:null,ttype:Y};var z=[{input:"alpha",t… variable
72m={".MJXp-script":{"font-size":".8em"},".MJXp-right":{"-webkit-transform-origin":"right","-moz-tra… class
73m,j,k,h,l;var i=this.config;if(!i.disabled&&c.FastPreview==null){b.Config({menuSettings:{FastPrevi… variable
/plugin/c3chart/
H A Dsyntax.php59 foreach($matches as $m) {
60 $opts[strtolower($m[1])] = $m[2];
66 $m = $matches[0];
67 return substr($m, 0, 1)==='/' ? ' ' : $m;
/plugin/abc2/abc-libraries/abc2svg/
H A Dbreak-1.js13 if(!c[3]){cfmt.break.push({m:c[1],t:0,sq:sq})
18 cfmt.break.push({m:c[1],t:d[1]*C.BLEN/d[2],sq:sq})}},do_break:function(){var i,m,t,brk,seq,voice_tb=this.get_voice_tb()
20 for(i=0;i<cfmt.break.length;i++){brk=cfmt.break[i];m=brk.m
21 for(s=s1;s;s=s.next){if(s.bar_num==m)
26 for(s=s.ts_next;s;s=s.ts_next){if(s.bar_num==m){if(--seq==0)
/plugin/imapmarkers/
H A Djquery.imagemapster.js548 u = m.utils,
1199 $.extend(m.defaults, m.render_defaults, m.shared_defaults);
1200 $.extend(m.area_defaults, m.render_defaults, m.shared_defaults);
1220 m = $.mapster,
1221 u = m.utils,
1771 u = m.utils,
2050 u = m.utils;
3132 u = m.utils;
3696 u = m.utils,
3916 m.MapArea = u.subclass(m.MapArea, function () {
[all …]
/plugin/autologoff/lang/cs/
H A Dintro.txt

12345678910>>...62