Home
last modified time | relevance | path

Searched refs:b (Results 576 – 600 of 2511) sorted by last modified time

1...<<21222324252627282930>>...101

/plugin/stlviewer/stlviewer/
H A Dthree.min.js2b=1015,w=1016,M=1020,S=1022,T=1023,E=1026,A=1027,L=33776,R=33777,C=33778,P=33779,I=35840,D=35841,O… variable
H A DCanvasRenderer.js282 …) + ',' + Math.floor( _clearColor.g * 255 ) + ',' + Math.floor( _clearColor.b * 255 ) + ',' + _cle…
947 var a, b, c, d, e, f, det, idet,
975 b = ( v2 * y1 - v1 * y2 ) * idet;
980 f = y0 - b * u0 - d * v0;
983 _context.transform( a, b, c, d, e, f );
H A Die_polyfills.js45b){var a=b.charCodeAt(0),c=1114112,d=0,n=b.length|0,g="";switch(a>>>4){case 12:case 13:c=(a&31)<<6… argument
46 …nction p(){}function t(b){var a=b.charCodeAt(0)|0;if(55296<=a&&56319>=a)if(b=b.charCodeAt(1)|0,563… argument
47b){var a=b&&b.buffer||b,c=l.call(a);if(c!==v&&c!==u&&void 0!==b)throw TypeError("Failed to execute… argument
48 t);for(var a=b.length|0,c=new m(a),d=0;d<a;d=d+1|0)c[d]=b.charCodeAt(d);return c};w||(e.TextEncoder…
H A Dparser.min.js2b=/<\/build/i,w=/<item\s+.*objectid=([0-9\"]+)/i,A=e.split(/[\r\n]+/g);A.length<5&&(A=e.split(/(?=…
H A DProjector.js213 function pushColor( r, g, b ) { argument
215 colors.push( r, g, b );
246 function pushLine( a, b ) { argument
249 var v2 = _vertexPool[ b ];
284 function pushTriangle( a, b, c ) { argument
287 var v2 = _vertexPool[ b ];
935 function painterSort( a, b ) { argument
941 } else if ( a.z !== b.z ) {
943 return b.z - a.z;
945 } else if ( a.id !== b.id ) {
[all …]
/plugin/stlviewer/
H A DREADME.md8 Options are URL encoded a=1&b=2 etc
/plugin/sync/lang/sv/
H A Dsync.txt3 Synkroniseringsprocessen har påbörjats. Följ processen nedan.
/plugin/blockquote/
H A DCOPYING98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/tos/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/wrap/
H A DCOPYING99 b) You must cause any work that you distribute or publish, that in
144 b) Accompany it with a written offer, valid for at least three
155 an offer, in accord with Subsection b above.)
/plugin/dokucrypt2/
H A DCOPYING99 b) You must cause any work that you distribute or publish, that in
144 b) Accompany it with a written offer, valid for at least three
155 an offer, in accord with Subsection b above.)
H A DOLDER_VERSIONS.md13 Here is the patch for version 2017-02-19b+:
H A Dscript.js669 var b = []; // Result of matrix multiplications
674 b[i] = mult_GF256(state[i][j], 2) ^ // perform mixing
679 b[i] = mult_GF256(state[i][j], 0xE) ^
686 state[i][j] = b[i];
1040 function addEntropyByte(b) { argument
1041 entropyData[edlen++] = b;
1383 function shr(a, b) { argument
1385 b = integer(b);
1388 a >>= b;
1408 shl(a, b) global() argument
1417 and(a, b) global() argument
1437 or(a, b) global() argument
1457 xor(a, b) global() argument
1529 jcFF(a, b, c, d, x, s, ac) global() argument
1536 jcGG(a, b, c, d, x, s, ac) global() argument
1543 jcHH(a, b, c, d, x, s, ac) global() argument
1550 jcII(a, b, c, d, x, s, ac) global() argument
1663 md5_update(b) global() argument
1732 armour_hex(b) global() argument
1819 armour_codegroup(b) global() argument
1972 armour_base64(b) global() argument
[all...]
/plugin/dokucrypt2/patches/
H A Dpatch1.diff13 diff --git a/lib/scripts/edit.js b/lib/scripts/edit.js
16 +++ b/lib/scripts/edit.js
/plugin/avbarchart/
H A DCOPYING98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/avtaskbox/
H A DCOPYING98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/catlist/
H A Dsyntax.php429 usort($_TREE, function ($a, $b) use ($data) {
431 $b_is_folder = isset($b['_']);
439 $b_title = ($data['sort_by_title'] ? $b['title'] : $b['name']);
448 $b_date = (isset($b['metadata']['date'][$field]) ? $b['metadata']['date'][$field] : 0);
/plugin/yourip/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js99 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
100 function (d, b) { for (var p in b)
102 d[p] = b[p]; };
104 extendStatics(d, b);
106 d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
507 if (!a && !b) {
510 if (b == null) {
519 return a - b;
528 function diffDayTime(a, b) {
536 function diffDay(a, b) {
[all …]
H A Dmoment.js69 function hasOwnProp(a, b) { argument
73 function extend(a, b) { argument
74 for (var i in b) {
75 if (hasOwnProp(b, i)) {
76 a[i] = b[i];
81 a.toString = b.toString;
85 a.valueOf = b.valueOf;
2012 if (b != null) {
2013 return b;
3277 var wholeMonthDiff = ((b.year() - a.year()) * 12) + (b.month() - a.month()),
[all …]
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DRequestDecoratorTest.php60 $this->outer->setUrl('/foo?a=b&c=d&e');
/plugin/davcal/vendor/sabre/uri/tests/
H A DResolveTest.php45 '?a=b#c=d',
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php304 function($a, $b) use ($sortScore, $tmp) {
307 $sB = $sortScore($b, $tmp);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php600 * @param array $b
603 protected function compareNodes($a, $b) { argument
609 $typeB = (isset($b['{DAV:}resourcetype']))
610 ? (in_array('{DAV:}collection', $b['{DAV:}resourcetype']->getValue()))
615 return strnatcasecmp($a['displayPath'], $b['displayPath']);
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js541 prop = prop.replace(re, function (a, b, c) { argument
2056b(b){var g=b||window.event,h=i.call(arguments,1),j=0,l=0,m=0,n=0,o=0,p=0;if(b=a.event.fix(g),b.typ… argument
2072b){if(b=="unixtime"){return parseInt(this.getTime()/1000);}if(Date.formatFunctions[b]==null){Date.… argument

1...<<21222324252627282930>>...101