| /template/writr/font/bootstrap-icons/ |
| H A D | noise-reduction.svg | 2 …m-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-1 1a.5.5 0 1 1-1 0 .5.5 0 …
|
| H A D | list-columns.svg | 2 …m-13 2A.5.5 0 0 1 .5 2h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5m13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1…
|
| H A D | list-columns-reverse.svg | 2 …m-4 2A.5.5 0 0 1 .5 2h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-…
|
| H A D | vignette.svg | 3 …m-3.5 6.062a.5.5 0 1 1-.866-.5.5.5 0 0 1 .866.5m4.598-4.598a.5.5 0 1 1-.5-.866.5.5 0 0 1 .5.866m-6…
|
| H A D | body-text.svg | 2 …m-9 2A.5.5 0 0 1 .5 4h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m5 0a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-…
|
| H A D | brightness-low.svg | 2 …m.5-9.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 11a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m5-5a.5.5 0 1 1 0-1 .5.5 0…
|
| H A D | cloud-hail-fill.svg | 2 …m.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316M7.75 15.2…
|
| H A D | emoji-astonished-fill.svg | 2 …m-4.884-3.978a2.1 2.1 0 0 1 .53.332.5.5 0 0 0 .708-.708h-.001v-.001a2 2 0 0 0-.237-.197 3 3 0 0 0-…
|
| H A D | flower2.svg | 2 …m-.812 6.052A3 3 0 0 0 11 8a3 3 0 0 0-.812-2.052c.215-.18.432-.346.647-.487C11.34 5.131 11.732 5 1…
|
| H A D | soundwave.svg | 2 …m-2 2a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5m4 0a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7…
|
| H A D | cloud-hail.svg | 2 …m.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316M7.75 15.2…
|
| /template/breeze/bower_components/gumby/js/ |
| D | plugins.js | 2 …m){var l=$(m);return l.data('placeholder-enabled')&&l.hasClass('placeholder')?'':m.value},set:func… argument
|
| /template/sprintdoc/ |
| H A D | svg.php | 263 if(preg_match('/^([0-9a-f])([0-9a-f])([0-9a-f])$/i', $color, $m)) { 264 $r = hexdec($m[1] . $m[1]); 265 $g = hexdec($m[2] . $m[2]); 266 $b = hexdec($m[3] . $m[3]); 268 … } elseif(preg_match('/^([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})?$/i', $color, $m)) { 269 $r = hexdec($m[1]); 270 $g = hexdec($m[2]); 271 $b = hexdec($m[3]); 272 if(isset($m[4])) { 273 $a = hexdec($m[4]);
|
| /template/lcars/ |
| D | cufon-yui.js | 7 …m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E=… argument
|
| /template/scanlines/js/ |
| D | cufon-yui.js | 7 …m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E=… property
|
| /template/lcars/js/ |
| D | cufon-yui.js | 7 …m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E=… argument
|
| /template/starterbootstrap/js/ |
| D | sorttable.js | 275 y = mtch[3]; m = mtch[2]; d = mtch[1]; 276 if (m.length == 1) m = '0'+m; 278 dt1 = y+m+d; 280 y = mtch[3]; m = mtch[2]; d = mtch[1]; 281 if (m.length == 1) m = '0'+m; 283 dt2 = y+m+d; 290 y = mtch[3]; d = mtch[2]; m = mtch[1]; 291 if (m.length == 1) m = '0'+m; 293 dt1 = y+m+d; 295 y = mtch[3]; d = mtch[2]; m = mtch[1]; [all …]
|
| /template/strap/vendor/salesforce/handlebars-php/src/Handlebars/ |
| H A D | Helpers.php | 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[1]; 609 $default = $m[2]; [all …]
|
| /template/twigstarter/vendor/twig/twig/src/ |
| D | NodeTraverser.php | 68 if (false !== ($m = $this->traverseForVisitor($visitor, $n)) && null !== $m) { 69 if ($m !== $n) { 70 $node->setNode($k, $m); 73 if (false === $m) {
|
| /template/scanlines/htc/PIE-1.0beta5/ |
| D | PIE.js | 11 …-n}function g(){for(;i<0;)i+=360;i%=360}var i=d.ra;d=d.zb;var j,h,k,n,l,q,s,m;if(d){d=d.coords(a,b… 12 …j;m=d-h;if(i===void 0){i=!s?m<0?90:270:!m?s<0?180:0:-Math.atan2(m,s)/Math.PI*180;g();e()}return{ra… 34 …&v.d in m}function c(v){return v&&(v.W()&&f.n(v.d)||v.d==="auto"&&"auto")}var d=this.e.currentStyl… 40 …m,r;h<4;h++){l=this.wc[h];r=l.charAt(0).toLowerCase();k=b[r]=j["border"+l+"Style"];n=j["border"+l+… 43 … p&&p.k&k.oa&&p.d==="/"},m=function(p){return p&&p.k&n&&p.d==="fill"},r=function(){g=c.la(function… 44 !g){c.D();r()}else if(m(a)&&!b.fill){b.fill=true;r()}else if(d&n&&this.fb[e]&&!b.repeat){b.repeat={… 47 …se},Ea:f.aa,Lb:function(){this.m();this.h()&&this.U()},ib:function(){this.Cb=true},Mb:function(){t… 49 …floor,h=Math.ceil,k=a?a.Jb*b:0,n=a?a.Ib*b:0,l=a?a.tb*b:0;a=a?a.Db*b:0;var q,s,m,r,p;if(c||i.h()){d= 50 …m=d.x.br*b;r=d.y.br*b;p=d.x.bl*b;b=d.y.bl*b;e="m"+j(a)+","+j(i)+"qy"+j(c)+","+j(k)+"l"+h(e-q)+","+… 52 …b);c.visibility="hidden"}}else c.borderColor="transparent"},he:function(){},m:function(){this.pare… [all …]
|
| /template/sprintdoc/lang/cs/ |
| H A D | style.txt | 1 …médií pro nahrátí ''favicon.ico'' do prostoru ''wiki'' nebo ''root''. Potom bude ikona automaticky…
|
| /template/strap/ComboStrap/ |
| H A D | Unit.php | 28 if (!preg_match('/^(\d+?(\.\d*)?)(in|em|ex|px|pt|pc|cm|mm)?$/', $value, $m)) return 0; 30 $digit = (double)$m[1]; 31 $unit = $m[3] ?? null;
|
| /template/breeze/bower_components/gumby/js/libs/ |
| D | modernizr-2.6.2.min.js | 4 …m.join(a+";")+(b||""))}function y(a,b){return typeof a===b}function z(a,b){return!!~(""+a).indexOf… function
|
| /template/twigstarter/vendor/symfony/polyfill-mbstring/ |
| D | Mbstring.php | 183 …ce_callback('/&#(?:0*([0-9]+)|x0*([0-9a-fA-F]+))(?!&);?/', function (array $m) use ($cnt, $convmap… 184 $c = isset($m[2]) ? (int) hexdec($m[2]) : $m[1]; 191 return $m[0]; 812 private static function html_encoding_callback(array $m) argument 816 $m = unpack('C*', htmlentities($m[0], \ENT_COMPAT, 'UTF-8')); 818 while (isset($m[$i])) { 819 if (0x80 > $m[$i]) { 820 $entities .= \chr($m[$i++]); 823 if (0xF0 <= $m[$i]) { 824 …$c = (($m[$i++] - 0xF0) << 18) + (($m[$i++] - 0x80) << 12) + (($m[$i++] - 0x80) << 6) + $m[$i++] -… [all …]
|
| /template/strap/vendor/symfony/polyfill-mbstring/ |
| H A D | Mbstring.php | 183 …ce_callback('/&#(?:0*([0-9]+)|x0*([0-9a-fA-F]+))(?!&);?/', function (array $m) use ($cnt, $convmap… 184 $c = isset($m[2]) ? (int) hexdec($m[2]) : $m[1]; 191 return $m[0]; 886 private static function html_encoding_callback(array $m) argument 890 $m = unpack('C*', htmlentities($m[0], \ENT_COMPAT, 'UTF-8')); 892 while (isset($m[$i])) { 893 if (0x80 > $m[$i]) { 894 $entities .= \chr($m[$i++]); 897 if (0xF0 <= $m[$i]) { 898 …$c = (($m[$i++] - 0xF0) << 18) + (($m[$i++] - 0x80) << 12) + (($m[$i++] - 0x80) << 6) + $m[$i++] -… [all …]
|