Home
last modified time | relevance | path

Searched full:m (Results 1 – 25 of 2599) sorted by relevance

12345678910>>...104

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dmozilla-ast.js48 Program: function(M) { argument
50 start: my_start_token(M),
51 end: my_end_token(M),
52 body: normalize_directives(M.body.map(from_moz)),
55 ArrowFunctionExpression: function(M) { argument
57 M.params.forEach(function(param) {
64 var fn = new (M.async ? AST_AsyncArrow : AST_Arrow)({
65 start: my_start_token(M),
66 end: my_end_token(M),
70 var node = from_moz(M.body);
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dmozilla-ast.js67 Program: function(M) { argument
69 start: my_start_token(M),
70 end: my_end_token(M),
71 body: normalize_directives(M.body.map(from_moz))
74 FunctionDeclaration: function(M) { argument
76 start: my_start_token(M),
77 end: my_end_token(M),
78 name: from_moz(M.id),
79 argnames: M.params.map(from_moz),
80 body: normalize_directives(from_moz(M.body).body)
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
DBaseDriverTest.php35 …$m = $this->getDriver()->loadMetadataForClass(new \ReflectionClass('JMS\Serializer\Tests\Fixtures\…
37 self::assertNotNull($m);
38 self::assertEquals('blog-post', $m->xmlRootName);
39 self::assertCount(4, $m->xmlNamespaces);
40 self::assertArrayHasKey('', $m->xmlNamespaces);
41 self::assertEquals('http://example.com/namespace', $m->xmlNamespaces['']);
42 self::assertArrayHasKey('gd', $m->xmlNamespaces);
43 self::assertEquals('http://schemas.google.com/g/2005', $m->xmlNamespaces['gd']);
44 self::assertArrayHasKey('atom', $m->xmlNamespaces);
45 self::assertEquals('http://www.w3.org/2005/Atom', $m->xmlNamespaces['atom']);
[all …]
DYamlDriverTest.php16 …$m = $this->getDriverForSubDir('accessor_inferred')->loadMetadataForClass(new \ReflectionClass('JM…
17 self::assertEquals(['age', 'name'], array_keys($m->propertyMetadata));
22 …$m = $this->getDriverForSubDir('short_expose')->loadMetadataForClass(new \ReflectionClass('JMS\Ser…
24 self::assertArrayHasKey('name', $m->propertyMetadata);
25 self::assertArrayNotHasKey('age', $m->propertyMetadata);
30 …$m = $this->getDriverForSubDir('exclude_all')->loadMetadataForClass(new \ReflectionClass('JMS\Seri…
32 self::assertArrayHasKey('title', $m->propertyMetadata);
36 self::assertArrayNotHasKey($key, $m->propertyMetadata);
42 …$m = $this->getDriverForSubDir('exclude_none')->loadMetadataForClass(new \ReflectionClass('JMS\Ser…
44 self::assertArrayNotHasKey('title', $m->propertyMetadata);
[all …]
/plugin/sequencediagram/bower_components/underscore/
Dunderscore-min.js5m.keys(r),a=(o||r).length,c=n>0?0:a-1;return arguments.length<3&&(u=r[o?o[c]:c],c+=n),t(r,e,u,o,c,… function
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
Dunderscore-min.js5m.keys(r),a=(o||r).length,c=n>0?0:a-1;return arguments.length<3&&(u=r[o?o[c]:c],c+=n),t(r,e,u,o,c,… function
/plugin/diagramsnet/lib/math/extensions/MathML/
Dmml3.js19m="http://www.w3.org/1998/Math/MathML" xmlns:c="'+c+'" exclude-result-prefixes="m c"><xsl:output…
Dcontent-mathml.js19m","http://www.w3.org/1998/Math/MathML")}catch(e){}}var b=d.CombineConfig("MathML.content-mathml",… argument
/plugin/botmon/config/
H A Dknown-ipranges.json22 {"from": "1.92.0.0", "to": "1.95.255.254", "m": 14, "g": "huawei"}, number
23 {"from": "3.0.0.0", "to": "3.255.255.254", "m": 8, "g": "amazon"}, number
24 {"from": "5.161.0.0", "to": "5.161.255.255", "m": 16, "g": "hetzner"}, number
25 {"from": "8.128.0.0", "to": "8.191.255.254", "m": 10, "g": "alibaba"}, number
26 {"from": "13.216.0.0", "to": "13.223.255.254", "m": 11, "g": "amazon"}, number
27 {"from": "14.160.0.0", "to": "14.191.255.254", "m": 11, "g": "vnpt"}, number
28 {"from": "14.192.0.0", "to": "14.255.255.254", "m": 10, "g": "vnpt"}, number
29 {"from": "14.224.0.0", "to": "14.255.255.254", "m": 11, "g": "vnpt"}, number
30 {"from": "27.106.0.0", "to": "27.106.127.254", "m": 17, "g": "huawei"}, number
31 {"from": "34.0.0.0", "to": "34.127.255.254", "m": 9, "g": "google"}, number
[all …]
/plugin/oauthdrkserver/
Dlogo.svg1m 0,25.5 h 5.6999998 v 5.7 H 0 Z m 0,-17 h 5.6999998 v 5.7 H 0 Z M 0,17 h 5.6999998 v 5.7 H 0 Z m
/plugin/diagramsnet/lib/math/jax/input/TeX/
Djax.js19m){return MathJax.Localization._.apply(MathJax.Localization,[["TeX",m]].concat([].slice.call(argum… argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
DBarrett.php53 …* it, "the idea [behind folding] is to find a value x' such that x (mod m) = x' (mod m), with x' b…
63 * @param string $m
66 protected static function reduce($n, $m) argument
73 $m_length = strlen($m);
76 return bcmod($n, $m);
79 // if (m.length >> 1) + 2 <= m.length then m is too small and n can't be reduced
81 return self::regularBarrett($n, $m);
83 // n = 2 * m.length
85 if (($key = array_search($m, $cache[self::VARIABLE])) === false) {
87 $cache[self::VARIABLE][] = $m;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
DBarrett.php39 …* it, "the idea [behind folding] is to find a value x' such that x (mod m) = x' (mod m), with x' b…
49 * @param array $m
53 protected static function reduce(array $n, array $m, $class) argument
60 $m_length = count($m);
62 // if (self::compareHelper($n, $static::square($m)) >= 0) {
67 $rhs->value = $m;
72 // if (m.length >> 1) + 2 <= m.length then m is too small and n can't be reduced
74 return self::regularBarrett($n, $m, $class);
76 // n = 2 * m.length
78 if (($key = array_search($m, $cache[self::VARIABLE])) === false) {
[all …]
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
DtableCell.js1m){return function(n){var p=m(n[0]);for(var o=1;o<n.length;o++){if(m(n[o])!==p){p=null;break}}if(t… argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/
Djquery.min.js2m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([… function
3m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=
4m.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):a,this.now=(this.end-th… function
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
DtableCell.js1m=this.getDialog().getContentElement("info","widthType"),l=m.getElement(),o=this.getInputElement()… argument
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
Djax.js19m=[].slice.call(arguments,0);m[0][0]=["HTML-CSS",m[0][0]];return MathJax.Message.Set.apply(MathJax… argument
/plugin/emoji/emojione/
DClient.php177 * @param array $m Results of preg_replace_callback().
180 public function shortnameToAsciiCallback($m) argument
182 if ((!is_array($m)) || (!isset($m[1])) || (empty($m[1])))
184 return $m[0];
194 $shortname = $m[0];
198 return $m[0];
203 return isset($aflipped[$unicode]) ? $aflipped[$unicode] : $m[0];
208 * @param array $m Results of preg_replace_callback().
211 public function shortnameToUnicodeCallback($m) argument
213 if ((!is_array($m)) || (!isset($m[1])) || (empty($m[1]))) {
[all …]
/plugin/siteexport/inc/
DreadCSS.patch2 preg_match_all('/<style[^>]*media=["\']([^"\'>]*)["\'].*?<\/style>/is',$html,$m);
3 for($i=0; $i<count($m[0]); $i++) {
4 …mpdf->CSSselectMedia && !preg_match('/('.trim($this->mpdf->CSSselectMedia).'|all)/i',$m[1][$i])) {
5 $html = str_replace($m[0][$i],'',$html);
8 preg_match_all('/<link[^>]*media=["\']([^"\'>]*)["\'].*?>/is',$html,$m);
9 for($i=0; $i<count($m[0]); $i++) {
10 …mpdf->CSSselectMedia && !preg_match('/('.trim($this->mpdf->CSSselectMedia).'|all)/i',$m[1][$i])) {
11 $html = str_replace($m[0][$i],'',$html);
21 preg_match_all('/<style.*?>(.*?)<\/style>/si',$html,$m);
22 if (count($m[1])) {
[all …]
/plugin/fckg/scripts/
Dscript-cmpr.js1m,u){var p,q,n,r=[],s=m;r.last=function(){return this[this.length-1]};while(m){q=true;if(!r.last()…
/plugin/diagramsnet/lib/img/lib/azure2/compute/
DDisk_Encryption_Sets.svg72M 1.62,0 H 3.6 V 0.57 H 1.62 Z m 14.5,0.57 h 0.32 v 0.3 h 0.55 V 0 H 16.12 Z M 0.9,16.4 H 0.62 V 1…
77 …d="m 9.8,10.5 a 1.5,1.5 0 0 1 0,-2.11 L 10.56,7.63 A 12.13,12.13 0 0 0 7.89,7.34 c -3.07,0 -5.55,1…
100m 15.58,10.65 a 1,1 0 0 0 0,-1.44 L 13.82,7.44 a 1,1 0 0 0 -1.44,0 L 10.62,9.2 a 1,1 0 0 0 0,1.44 …
104 …d="m 12.05,7.1 a 1.49,1.49 0 0 1 1,-0.44 1.59,1.59 0 0 1 0.65,0.15 1.2,1.2 0 0 0 0.17,-0.48 V 5 c …
113 …d="m 12.65,15.1 a 0.13,0.13 0 0 0 0.18,0 0.11,0.11 0 0 0 0,-0.08 v -2.25 a 0.17,0.17 0 0 0 -0.06,-…
135M 11.2,11.92 10.78,11.5 a 12.21,12.21 0 0 1 -2.9,0.34 c -3.07,0 -5.55,-1 -5.55,-2.28 v 1.27 c 0,1.…
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
Dmultiline.js19m=false;while(this.SVGbetterBreak(k,h,true)&&(k.scanW>=g.linebreakWidth||k.penalty===e.newline)){t… argument
/plugin/ckgdoku/scripts/
Dscript-cmpr.js1m,u){var p,q,n,r=[],s=m;m=m.replace(/~~OPEN_HTML_BLOCK~~/gm,"~~START_HTML_BLOCK~~");m=m.replace(/~…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
Dcleanup.sh12 echo -e "\033[34;1mINFO:\033[0m Removing volume $1\033[0m"
24 echo -e "\033[34;1mINFO:\033[0m Removing container $1\033[0m"
28 echo -e "\033[34;1mINFO:\033[0m Removing volume $1-${suffix}-data\033[0m"
34 echo -e "\033[34;1mINFO:\033[0m Removing network $1\033[0m"
43 echo -e "\033[34;1mINFO:\033[0m clean the network if not detached (start and exit)\033[0m"
48 echo -e "\n\033[32;1mSUCCESS run-tests\033[0m"
51 echo -e "\n\033[31;1mFAILURE during run-tests\033[0m"
58 echo -e "\033[34;1mINFO:\033[0m $1 is already deleted\033[0m"
66 echo -e "\033[32;1mSUCCESS:\033[0m Cleaned up and exiting\033[0m"
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
Dspecialchar.js1m,l;if(j.data){m=j.data.getTarget()}else{m=new CKEDITOR.dom.element(j)}if(m.getName()=="a"&&(l=m.g… argument

12345678910>>...104